traverso-devel
[Top][All Lists]
Advanced

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

Re: [Traverso-devel] compile problem


From: Remon Sijrier
Subject: Re: [Traverso-devel] compile problem
Date: Wed, 30 Aug 2006 23:22:01 +0200
User-agent: KMail/1.9.4

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!


> Remon Sijrier wrote:
> > I think it's something from <stdio.h>
> >
> > But since we don't do anything with this specific error, I changed it to
> > return -1
> >
> > Uploaded it to cvs
>
> Thanks. But now it fails with:
>
> g++ -c -include build/traversocore -pipe -g -D_REENTRANT -Wall -W -fPIC
>  -DJACK_SUPPORT -DALSA_SUPPORT -DLV2_SUPPORT -DUSE_MLOCK -DUSE_DEBUGGER
> -DLINUX_BUILD -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB
> -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/AudioClip.o AudioClip.cpp
> cc1plus: error: build/traversocore: No such file or directory
> cc1plus: error: one or more PCH files were found, but they were invalid
> cc1plus: error: use -Winvalid-pch for more information
> make[1]: *** [build/AudioClip.o] Error 1
> make[1]: Leaving directory `/Depot/Sources/traverso/src/core'
> make: *** [sub-src-core-make_default] Error 2




reply via email to

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