[PyKDE] OS X
Steven Scott
progoth at progoth.com
Mon May 19 17:18:01 BST 2003
Quoting Gordon Tyler <gordon at doxxx.net>:
> Could you post the error message that you get?
it happens at linking, as you can see:
steven at iFruit sip-x11-gpl-3.6 $ make
cd sipgen && /usr/bin/make -f Makefile
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
main.o main.c
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
transform.o transform.c
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
gencode.o gencode.c
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
heap.o heap.c
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
parser.o parser.c
cc -c -fPIC -fno-common -pipe -Ddlsym=dlsym_auto_underscore -w -Os -mcpu=750
-mtune=750 -I/sw/share/qt3/mkspecs/darwin-g++ -I. -I. -I/sw/include/qt -o
lexer.o lexer.c
test -d /sw/bin/ || mkdir -p /sw/bin/
c++ -framework CoreServices -o /sw/bin/sip main.o transform.o gencode.o heap.o
parser.o lexer.o -L/sw/lib
ld: multiple definitions of symbol _includeDirList
main.o definition of _includeDirList in section (__DATA,__common)
transform.o definition of _includeDirList in section (__DATA,__common)
ld: multiple definitions of symbol _sipVersion
main.o definition of _sipVersion in section (__DATA,__common)
transform.o definition of _sipVersion in section (__DATA,__common)
gencode.o definition of _includeDirList in section (__DATA,__common)
gencode.o definition of _sipVersion in section (__DATA,__common)
heap.o definition of _includeDirList in section (__DATA,__common)
heap.o definition of _sipVersion in section (__DATA,__common)
parser.o definition of _includeDirList in section (__DATA,__common)
parser.o definition of _sipVersion in section (__DATA,__common)
lexer.o definition of _includeDirList in section (__DATA,__common)
lexer.o definition of _sipVersion in section (__DATA,__common)
make[1]: *** [/sw/bin/sip] Error 1
make: *** [sub-sipgen] Error 2
--
Steven Scott [progoth at progoth.com]
Don't give up fighting, 'til nothing else stands in your way..Don't
give up talking, until there's nothing left to say....But no matter
what you do, don't ever compromise what you believe. --The Ataris
More information about the PyQt
mailing list