Magic Mailing List |
|
From: Adam Fedor (fedor AT doc DOT com) Date: Thu Nov 20 2003 - 22:24:29 EST
You might have to change the CPP definitions in defs.mak. Mine is currently: CPP = cc -E -no-cpp-precomp I'm using version 7.2.50, which I didn't have too many problems with... On Thursday, November 20, 2003, at 02:10 PM, g4ben AT comcast DOT net wrote: > Thanks, I fixed that. I am getting some compile errors as well. I have > listed those below: > > --- making main programs > --- building main ext2sim > ld: warning -L: directory name (/usr/local/lib) does not exist > ld: warning table of contents of library: ../utils/libutils.a not > sorted slower link editing will result (use the ranlib(1) -s option) > make[2]: *** [ext2sim] Error 1 > --- building main ext2spice > ld: warning -L: directory name (/usr/local/lib) does not exist > ld: warning table of contents of library: ../utils/libutils.a not > sorted slower link editing will result (use the ranlib(1) -s option) > make[2]: *** [ext2spice] Error 1 > --- building main magicusage > ld: warning table of contents of library: ../utils/libutils.a not > sorted slower link editing will result (use the ranlib(1) -s option) > --- building main extcheck > ld: warning table of contents of library: ../utils/libutils.a not > sorted slower link editing will result (use the ranlib(1) -s option) > --- building main XHelper7 > X11Helper.c:187: syntax error, found `sizeof' > cpp-precomp: warning: errors during smart preprocessing, retrying in > basic mode > make[2]: *** [XHelper7] Error 1 > --- building main net2ir > ld: warning table of contents of library: ../utils/libutils.a not > sorted slower link editing will result (use the ranlib(1) -s option) > > Is this the result of some of the code that I am using? Should I be > attempting to compile a different version? > > Thanks again > > Ben >> >> On Wednesday, November 19, 2003, at 10:00 PM, Ben wrote: >> >>> I am attempting to compile magic 7.2.24 for Mac OS x 10.2.8. I am >>> very >>> new >>> to this whole thing and was wondering if someone could walk me >>> through >>> it. I >>> am using terminal to compile, should I be in X11? I am using make >>> should I >>> use gmake instead. In the make config step I am selecting none for >>> scripts >>> rather than TCL/TK, I am selecting X11 rather than OpenGL, and >>> including all >>> modules. Should I be doing something different. The error messages >>> that I am >>> getting are in the make phase and are as follows: >>> >>> "--- installing to users/benha/desktop/magic >>> /bin/sh: cd: users/benha/desktop/magic/lib/magic/sys: No such file or >>> directory >>> >> >> >> Perhaps you specified the wrong --prefix when configuring? >> >> I think it should be >> >> /users/benha/desktop/magic >> >> not >> >> users/benha/desktop/magic >>
|
|