Thread: [K68-user] Make error on SuSE 8.1
Status: Alpha
Brought to you by:
jstembridge
From: JW <jw...@un...> - 2003-12-28 08:36:45
|
Hello, Trying to compile k68-0.2.1 on a SuSE 8.1 system. gcc -v Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux Thread model: posix gcc version 3.2 Using OpenOBEX 1.0.1 I have the same problem with having to remove all the commentws from obex.h (can't that be fixed? that's an awful way of doing things), and now I"m running into another problem: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -I/usr/local/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -c -o qobex.moc.o `test -f 'qobex.moc.cpp' || echo './'`qobex.moc.cpp cc1plus: warning: changing search order for system directory "/usr/local/include" cc1plus: warning: as it has already been specified as a non-system directory /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o k68 -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/kde3/lib -R /opt/kde3/lib -R /usr/lib/qt3/lib -R /usr/X11R6/lib sender.o qobexclientput.o qobexclientget.o deviceinfo.o settings.o serialtransport.o serialcablesettings.o sendfile.o qobexserialcable.o qobexobject.o qobexinfrared.o qobexheader.o qobexclient.o qobexbluetooth.o qobex.o metainfo.o main.o k68.o infraredsettings.o bluetoothsettings.o deviceinfobase.o settingsbase.o serialcablesettingsbase.o sendfilebase.o metainfobase.o infraredsettingsbase.o bluetoothsettingsbase.o deviceinfo.moc.o bluetoothsettings.moc.o qobexclientget.moc.o qobexclient.moc.o infraredsettings.moc.o metainfo.moc.o sendfile.moc.o qobexclientput.moc.o k68.moc.o qobexinfrared.moc.o serialcablesettings.moc.o qobexbluetooth.moc.o qobexserialcable.moc.o settings.moc.o sender.moc.o qobex.moc.o -lopenobex -lbluetooth -lkio -lkdeui -lkdecore -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread make[2]: Leaving directory `/storage/work/dl/k68/k68-0.2.1/k68' Making all in mimelnk make[2]: Entering directory `/storage/work/dl/k68/k68-0.2.1/mimelnk' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/storage/work/dl/k68/k68-0.2.1/mimelnk' Making all in po make[2]: Entering directory `/storage/work/dl/k68/k68-0.2.1/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/storage/work/dl/k68/k68-0.2.1/po' Making all in doc make[2]: Entering directory `/storage/work/dl/k68/k68-0.2.1/doc' Making all in en make[3]: Entering directory `/storage/work/dl/k68/k68-0.2.1/doc/en' /opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook Warning: program compiled against libxml 205 using older 204 make[3]: *** [index.cache.bz2] Error 139 make[3]: Leaving directory `/storage/work/dl/k68/k68-0.2.1/doc/en' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/storage/work/dl/k68/k68-0.2.1/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/storage/work/dl/k68/k68-0.2.1' make: *** [all] Error 2 jw@linux> Any ideas? Thanks, JW |
From: James S. <jst...@us...> - 2003-12-30 10:56:56
|
Hi, On Sun, 28 Dec 2003 02:36:58 -0600, "JW" <jw...@un...> said: > I have the same problem with having to remove all the commentws from > obex.h > (can't that be fixed? that's an awful way of doing things), and now I"m > running into another problem: Sending a patch to the openobex guys should do the trick. > make[3]: Entering directory `/storage/work/dl/k68/k68-0.2.1/doc/en' > /opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook > Warning: program compiled against libxml 205 using older 204 > make[3]: *** [index.cache.bz2] Error 139 ... > Any ideas? I can't say I entirely understand the error, but it doesn't particularly matter as it's just the non-existant documentation failing to build. You should still be able to install and run k68. James. |
From: JW <jw...@un...> - 2003-12-31 00:21:28
|
On Tuesday 30 December 2003 04:56, James Stembridge wrote: > Hi, > > On Sun, 28 Dec 2003 02:36:58 -0600, "JW" <jw...@un...> said: > > I have the same problem with having to remove all the commentws from > > obex.h > > (can't that be fixed? that's an awful way of doing things), and now I"m > > running into another problem: > > Sending a patch to the openobex guys should do the trick. Ok, I'd be perfectly willing to do that, but I not with comments removed -- comments are there for a reason -- but rather properly commented. However I tried both /* */ -stlye and // -style comments and make choked over both of them - what's the right commenting syntax to use? Thanks, JW |
From: James S. <jst...@us...> - 2003-12-31 14:58:06
|
On Wednesday 31 Dec 2003 00:21, JW wrote: > However I tried both /* */ -stlye and // -style comments and make choked > over both of them - what's the right commenting syntax to use? Replacing all the // style comments with /* */ style should work. James. |