linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Compile errors on Windows (mingw)


From: Alvaro José Serrano Rubio
Subject: [Linphone-developers] Compile errors on Windows (mingw)
Date: Thu, 13 Dec 2012 18:40:00 +0100 (CET)

Hello all,

I'm trying to compile linphone on Windows by following the instructions on 
readme.mingw.

Unfortunately when I reack the "make" stage I get some compilation errors. 

The first one is triggered by linphone/tools/xml2lpc_test.c and it complains 
about an uninitialized variable: 'header'. The log says: 
[-Werror=maybe-uninitialized]

I can easily fix that one by initializing the string (header="";) but then I 
get some more errors, this time triggered by linphone/tools/xml2lpc.c

In function ProcessEntry:(...) Undefined reference to 'lpconfig_get_string'
In function ProcessEntry:(...) Undefined reference to 'lpconfig_set_string'

My question is, are all these errors due to some typos/changes in the source 
files or is the compiler being overly strict? Should I try to edit out the 
errors in the code or is the right answer trying to change the way mingw 
compiles the code? I can't help but think it's the latter because the same code 
compiles on the Mac just fine.

Any help would be great, thanks!
Álvaro.



reply via email to

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