Re: konstruct for 3.3 bails out

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun 22 August 2004 07:15, Gene Heskett wrote:
> Greetings;
>
> Does anyone know why this should occur?
>
> /bin/sh ../../../../libtool --silent --mode=link --tag=CXX g++ 
> -Wnon-virtual-dtor -Wno-long-long -Wundef-ansi -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
> -Wpointer-arith -Wwrite-strings -O2 -I/root/kde3.3/include
> -I/usr/X11R6/include -L/root/kde3.3/lib -L/usr/X11R6/lib -O2 -pipe
> -I/root/kde3.3/include -I/usr/X11R6/include -L/root/kde3.3/lib
> -L/usr/X11R6/lib -O2 -pipe -Wformat-security
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
> -DQT_NO_TRANSLATION   -L/root/kde3.3/lib -L/usr/X11R6/lib
> -L/root/kde3.3/lib -L/usr/X11R6/lib -o libaudiocd_encoder_vorbis.la
> -rpath /root/kde3.3/lib/kde3  -avoid-version -module -no-undefined
> -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/X11R6/lib
> -L/root/kde3.3/lib  libaudiocd_encoder_vorbis_la.all_cpp.lo 
> -lvorbisenc -lvorbis -lkio ../libaudiocdplugins.la
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x503): In function 
`EncoderVorbis::flush_vorbis()':
> : undefined reference to `ogg_stream_packetin'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x516): In function 
`EncoderVorbis::flush_vorbis()':
> : undefined reference to `ogg_stream_pageout'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x70f): In function 
`EncoderVorbis::readInit(long)':
> : undefined reference to `ogg_stream_init'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x74c): In function 
`EncoderVorbis::readInit(long)':
> : undefined reference to `ogg_stream_packetin'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x75c): In function 
`EncoderVorbis::readInit(long)':
> : undefined reference to `ogg_stream_packetin'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x76c): In function 
`EncoderVorbis::readInit(long)':
> : undefined reference to `ogg_stream_packetin'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x77f): In function 
`EncoderVorbis::readInit(long)':
> : undefined reference to `ogg_stream_flush'
>
> .libs/libaudiocd_encoder_vorbis_la.all_cpp.o(.text+0x93f): In function 
`EncoderVorbis::readCleanup()':
> : undefined reference to `ogg_stream_clear'
>
> collect2: ld returned 1 exit status
> make[7]: *** [libaudiocd_encoder_vorbis.la] Error 1

Not another "undefined reference". I've got a bunch at an earlier stage, 
while compiling qt/kdelibs, included below. As for your problem, you 
didn't mention if you had all the ogg vorbis libraries installed on 
your system (I assume you do though). What is your build system? Mine 
is Debian Sid. I've Googled on these sort of errors and I get a good 
number of hits of other people posting the same problem but few 
responses of what to do about it.


/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftGlyphExtents'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftCharIndex'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftDrawSetClipRectangles'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftDrawGlyphs'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftDrawSetSubwindowMode'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftDrawCreateAlpha'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftLockFace'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftUnlockFace'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftCharExists'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: 
undefined reference to `XftDrawPicture'
collect2: ld returned 1 exit status
make[4]: *** [../../../bin/uic] Error 1
make[4]: Leaving directory 
`/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools/designer/uic'
make[3]: *** [sub-uic] Error 2
make[3]: Leaving directory 
`/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory 
`/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory 
`/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3'
make: *** [build-work/qt-x11-free-3.3.3/Makefile] Error 2



-- 
David P James
Ottawa, Ontario
http://david.jamesnet.ca
ICQ: #42891899, Jabber: davidpjames@xxxxxxxxxx

Noone isn't no one

Attachment: pgp3OxbYKS3zY.pgp
Description: signature

___________________________________________________
.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[Index of Archives]     [Trinity (TDE) Desktop Users]     [Fedora KDE]     [Fedora Desktop]     [Linux Kernel]     [Gimp]     [GIMP for Windows]     [Gnome]     [Yosemite Hiking]
  Powered by Linux