linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Linux build broken?


From: Gerhard Stengel
Subject: [Linphone-developers] Linux build broken?
Date: Tue, 06 Nov 2012 22:18:07 +0100
User-agent: KMail/4.9.2 (Linux/3.4.11-2.16-desktop; KDE/4.9.2; x86_64; ; )

Hi,

 

when I try to compile a recent git version of linphone on openSUSE 12.2, x86_64, I get following error message:

 

/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE_PLUGINS_DIR=\"/home/gerhard/linphone/lib64/mediastreamer/plugins\" -DLOCALEDIR=\"/home/gerhard/linphone/share/locale\" -DMS2_INTERNAL -I. -I.. -I../include/ -I../../oRTP/include -D_REENTRANT -DVIDEO_ENABLED -DHAVE_XV -DORTP_INET6 -DINET6 -Wall -fdiagnostics-show-option -O2 -g -Werror -Wno-error=deprecated-declarations -pthread -D_REENTRANT -MT mscommon.lo -MD -MP -MF .deps/mscommon.Tpo -c -o mscommon.lo mscommon.c

libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE_PLUGINS_DIR=\"/home/gerhard/linphone/lib64/mediastreamer/plugins\" -DLOCALEDIR=\"/home/gerhard/linphone/share/locale\" -DMS2_INTERNAL -I. -I.. -I../include/ -I../../oRTP/include -D_REENTRANT -DVIDEO_ENABLED -DHAVE_XV -DORTP_INET6 -DINET6 -Wall -fdiagnostics-show-option -O2 -g -Werror -Wno-error=deprecated-declarations -pthread -D_REENTRANT -MT mscommon.lo -MD -MP -MF .deps/mscommon.Tpo -c mscommon.c -fPIC -DPIC -o .libs/mscommon.o

mscommon.c:36:23: fatal error: basedescs.h: No such file or directory

compilation terminated.

make[5]: *** [mscommon.lo] Error 1

 

The missing header basedescs.h can be found on these places:

address@hidden:~/src/linphone> find . -name basedescs.h

./mediastreamer2/build/wince/basedescs.h

./mediastreamer2/build/win32native/basedescs.h

./mediastreamer2/build/win32-novideo/basedescs.h

./mediastreamer2/build/android/basedescs.h

./mediastreamer2/build/winmob/basedescs.h

./mediastreamer2/build/iphone/basedescs.h

 

so indeed, the compiler can't find it (-I. -I.. -I../include/ -I../../oRTP/include)

 

Does anyone have a clue what's going wrong?

 

best regards

 

Gerhard


reply via email to

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