source navigator issues with panther
source navigator issues with panther
- Subject: source navigator issues with panther
- From: Gavin Jin <email@hidden>
- Date: Tue, 11 Nov 2003 11:47:34 -0800
Both panther and xcode are up to date 10.3.1 and 1.0.1.
I have source navigator I compiled and ran well on Jaguar, but
the same code fails on Panther that is updated in- place
from the old Jaguar installation:
[gavin-unix:openSource/sn/snbuild] gjin% snavigator
Error: unknown encoding "iso8859-1"
Then I tried to use xcode package, i.e. gcc 3.3 to compile
sn I got:
make[5]: Nothing to be done for `all'.
gcc -g -O2 -fno-common -L/Developer/SDKs/MacOSX10.3.0.sdk/usr/lib
-L/sw/lib -I/usr/X11R6/include -L/usr/X11R6/lib
-L/Developer/SDKs/MacOSX10.3.0.sdk/usr/lib -o cbrowser cparser.o
skeleton.o cpplib/cpkeyw.o cpplib/cplex.o cpplib/macro.o
cpplib/macread.o cpplib/token.o cpplib/process.o
cpplib/expr.o ../../parsers/common/libcommon.a
../../db/libdbutils.a ../../misc/libutils/libutils.a
../../../db/PORT/libdb.a
-L/Volumes/development/openSource/sn/snbuild/tcl/unix -ltcl8.3
ld: multiple definitions of symbol _Paf_Word
cpplib/macro.o definition of _Paf_Word in section (__DATA,__common)
cpplib/macread.o definition of _Paf_Word in section (__DATA,__common)
ld: warning prebinding disabled because dependent library:
/usr/lib/system/libmathCommon.A.dylib can't be searched
make[5]: *** [cbrowser] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive-am] Error 2
make: *** [all] Error 1
[gavin-unix:openSource/sn/snbuild] gjin% ls -lt
/usr/lib/system/libmathCommon.A.dylib
-rwxr-xr-x 1 root wheel 27332 Sep 13 15:16
/usr/lib/system/libmathCommon.A.dylib
[gavin-unix:openSource/sn/snbuild] gjin%
I have tcl/tk library installed with fink and the package from
http://tcl.sourceforge.net/
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.