Hello Karl,

Is it ok with this patch ?

Laurent

Karl Hoffmann a écrit :
Hi List,

got some compile error, if ilbc is enabled. It looks like the header

eXosip2.h

in qutecom-2.2\wifo\phapi\phcodec-ilbc.c
is not found. if i try to compile with ilbc disabled, all works fine.

my enviroment:
vc 2005 express edition, qt 4.4.3 , compile with cmake -> nmake on cli

below the error, the translation is something like this


phcodec-ilbc.c
fatal error C1083: File (Include) : "../src/eXosip2.h": No such file or directory



[ 59%] Built target ilbc
[ 59%] Building C object wifo/phapi/philbcplugin/CMakeFiles/philbcplugin.dir/__/phcodec-ilbc.obj
phcodec-ilbc.c
C:\dev\qutecom\qutecom-2.2\wifo\phapi\phcodec-ilbc.c(10) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "../src/eXosip2.h": No such file or directory NMAKE : fatal error U1077: "C:\PROGRA~1\MID05A~1\VC\bin\cl.exe": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.

diff -r a0b3fd206d7b wifo/phapi/philbcplugin/CMakeLists.txt
--- a/wifo/phapi/philbcplugin/CMakeLists.txt    Thu Aug 06 20:59:34 2009 +0200
+++ b/wifo/phapi/philbcplugin/CMakeLists.txt    Thu Aug 13 16:55:02 2009 +0200
@@ -4,6 +4,7 @@
        ilbc
        pthread
        owsl
+       exosip
 )
 
 ow_add_private_compile_flags(
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to