linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Linux build broken?


From: Ghislain Mary
Subject: Re: [Linphone-developers] Linux build broken?
Date: Wed, 7 Nov 2012 09:26:38 +0100

Hi,

On linux, the basedescs.h file is generated at compilation.
This error comes from a problem with the autotools that do not detect that they have be run again after the update of the sources. To fix it start the compilation again from the beginning:
./autogen.sh && ./configure && make

Cheers,
Ghislain

On 6 November 2012 22:18, Gerhard Stengel <address@hidden> wrote:

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


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

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