search for: senatorn

Displaying 2 results from an estimated 2 matches for "senatorn".

Did you mean: senatore
2005 Sep 27
2
[LLVMdev] SysUtils.c compile problem on Mac OSX 10.3 with llvm-1.4
...nto this compile error: SysUtils.c: In function `executeProgram': SysUtils.c:119: error: `RTLD_NEXT' undeclared (first use in this function) SysUtils.c:119: error: (Each undeclared identifier is reported only once SysUtils.c:119: error: for each function it appears in.) make[2]: *** [/Users/senatorned/llvm/tools/llee/Debug/SysUtils.lo] Error 1 make[1]: *** [llee/.makeall] Error 2 make: *** [all] Error 1 I was wondering if there was an obvious issue here. Thanks, --Kevin
2005 Sep 27
0
[LLVMdev] SysUtils.c compile problem on Mac OSX 10.3 with llvm-1.4
...In function `executeProgram': > SysUtils.c:119: error: `RTLD_NEXT' undeclared (first use in > this function) > SysUtils.c:119: error: (Each undeclared identifier is reported > only once > SysUtils.c:119: error: for each function it appears in.) > make[2]: *** > [/Users/senatorned/llvm/tools/llee/Debug/SysUtils.lo] Error 1 > make[1]: *** [llee/.makeall] Error 2 > make: *** [all] Error 1 llee has been removed from LLVM CVS. If you remove its entry from your llvm/tools/Makefile you should be ok. -Chris -- http://nondot.org/sabre/ http://llvm.org/