Thread: compiling 0.6.1
View Single Post
  #1 (permalink)  
Old February 3rd, 2003
jlb jlb is offline
Novicius
 
Join Date: June 6th, 2002
Location: Lyon, France
Posts: 2
jlb is flying high
Question compiling 0.6.1

I get this error msg for all files during compile:

here's a typical instance during make:

/usr/lib/qt3/bin/moc -o IconTabWidget_moc.cpp ../include/IconTabWidget.h
source='IconTabWidget_moc.cpp' object='IconTabWidget_moc.o' libtool=no \
depfile='.deps/IconTabWidget_moc.Po' tmpdepfile='.deps/IconTabWidget_moc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"qtella\" -DVERSION=\"0.6.1\" -DPIXMAP_DIR=\"/usr/local/share/qtella/pixmaps\" -DLANG_DIR=\"/usr/local/share/qtella/language\" -DADDITIONAL_VERSION_STR=\"\" -DHAVE_OGG_LIB=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -fexceptions -Wno-deprecated -DUSEKDE -I. -I. -DQT_THREAD_SUPPORT -I../include -I../ui -I/usr/lib/qt3/include -I/usr/include -I/usr/include/vorbis -g -O2 -c -o IconTabWidget_moc.o `test -f 'IconTabWidget_moc.cpp' || echo './'`IconTabWidget_moc.cpp

and here's the msg I get for all such instances:

cc1plus: warning: changing search order for system directory "/usr/include"
cc1plus: warning: as it has already been specified as a non-system directory

otherwise everything seems to be OK (errr???).

But when I try to run it after installing here's what happens:

Can't create SHA1 cache file /home/jlb/.qtella/sha1_cache
Loading required GL library /usr/X11R6/lib/libGL.so.1.2

and qtella hangs. I can terminate it, though, but otherwise nothing happens except eating up 9MB of RAM. 0 CPU usage.

I've tried the whole ./configure, make, make install as su and the result is exactly the same.

I had the same pb with 0.6.0, btw

I'm running Mdk 9.0

Anybody got an idea?

Last edited by jlb; February 3rd, 2003 at 07:03 PM.
Reply With Quote