traverso-devel
[Top][All Lists]
Advanced

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

Re: [Traverso-devel] compile problem


From: Jonatan Liljedahl
Subject: Re: [Traverso-devel] compile problem
Date: Wed, 30 Aug 2006 23:37:00 +0200
User-agent: Thunderbird 1.5 (X11/20051025)

(re-sending to list again. For some reason the filled in To: adress gets
set to your private mail when I click reply...)

Remon Sijrier wrote:
> I configured qmake to make use of precompiled headers.
> This sometimes gives a little trouble.
> 
> make clean
> make
> 
> Should do the trick, else remove the traversocore.gch in the src/core/build 
> dir.
> This will force the pch file to be recreated. If others precompiled headers 
> fail to , to this for those as well, but make clean should get you going!
> 
> Succes!
>

We are getting closer... =)

/System/Links/Executables/ld: cannot find -lQtXml_debug
collect2: ld returned 1 exit status
make[1]: *** [../../lib/libtraversocommands.so.1.0.0] Error 1
make[1]: Leaving directory `/Depot/Sources/traverso/src/commands'
make: *** [sub-src-commands-make_default] Error 2

I changed src/base.pri to set 'release' instead of 'debug'. But now I
get this:

g++ -c -include build/traversocore -pipe -O2 -msse -mfpmath=sse
-D_REENTRANT -Wall -W -fPIC  -DJACK_SUPPORT -DALSA_SUPPORT -DLV2_SUPPORT
-DUSE_MLOCK -DLINUX_BUILD -DSSE_OPTIMIZATIONS -DQT_NO_DEBUG -DQT_XML_LIB
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/Programs/Qt/4.1.2/mkspecs/linux-g++ -I.
-I/Programs/Qt/4.1.2/include/QtCore -I/Programs/Qt/4.1.2/include/QtGui
-I/Programs/Qt/4.1.2/include/QtXml -I/Programs/Qt/4.1.2/include
-I../../src/traverso -I../../src/traverso/build -I../../src/core
-I../../src/commands -I../../src/engine -I../../src/plugins/LV2
-I../../src/plugins -I. -Ibuild -Ibuild -o build/Command.o Command.cpp
Command.cpp:24:23: error: IEMessage.h: No such file or directory
make[1]: *** [build/Command.o] Error 1
make[1]: Leaving directory `/Depot/Sources/traverso/src/core'
make: *** [sub-src-core-make_default] Error 2

What package should IEMessage.h come from?
-- 
/Jonatan    -=( http://kymatica.com )=-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]