Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Conder compilation problem
- Date: Thu, 26 Mar 2009 16:26:39 +0000
- From: Will Dowling <Will.Dowling@xxxxxxx>
- Subject: [Condor-users] Conder compilation problem
Hi all,
I downloaded Condor 7.2.1 and decided to build from source. I'm running
Ubuntu 8.10 on a SPARC workstation.
'build_init' and './configure' work fine but when I execute 'make' this
is my result:
will@ncg002:~/condor-7.2.1/src$ make
cd h; make syscall_numbers.h
make[1]: Entering directory `/home/will/condor-7.2.1/src/h'
make[1]: `syscall_numbers.h' is up to date.
make[1]: Leaving directory `/home/will/condor-7.2.1/src/h'
cd h; make syscall_numbers.o
make[1]: Entering directory `/home/will/condor-7.2.1/src/h'
gcc -I. -I.. -I../.. -I../h -I../condor_includes -I../condor_c++_util
-I../condor_daemon_client -I../condor_daemon_core.V6 -DHAVE_CONFIG_H -D=
-DLINUX=LINUX -I../externals//install/krb5-1.4.3-p0/include
-I../externals//install/openssl-0.9.8h/include
-I../externals//install/globus-4.2.0/include/gcc32dbg -DWANT_QUILL
-I../externals//install/gcb-1.5.6/include -DWANT_LEASE_MANAGER -g -g
-Wall -W -Wextra -Wfloat-equal -Wshadow -Wendif-labels -Wpointer-arith
-Wcast-qual -Wcast-align -Wvolatile-register-var -fstack-protector
-DGLIBC=GLIBC -DGLIBC28=GLIBC28 -DC_COMP_KIND_GCC -DC_COMP_MAJOR_GCC_4
-DC_COMP_MINOR_GCC_4_3 -DC_COMP_PATCH_GCC_4_3_2 -DWITH_OPENSSL
-DCOMPILE_SOAP_SSL -I../externals//install/pcre-7.6/include
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-I../condor_include -c syscall_numbers.c
<command-line>: error: no macro name given in #define directive
make[1]: *** [syscall_numbers.o] Error 1
make[1]: Leaving directory `/home/will/condor-7.2.1/src/h'
make: *** [h/syscall_numbers.o] Error 2
will@ncg002:~/condor-7.2.1/src$
My guess is that there is a rogue #define somewhere without a macro. Has
anyone received this problem before??
Thanks
Will
--