osip-dev
[Top][All Lists]
Advanced

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

Re: [osip-dev] Cross-compilation error


From: Benedikt Bär | Relamp.tk
Subject: Re: [osip-dev] Cross-compilation error
Date: Tue, 10 Jul 2012 14:39:30 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Hi,

Thank you for the answer, I'll check that.

Happy holiday!
Ben

On 10/07/2012 14:35, Aymeric Moizard wrote:


Hi,

I'm on holiday, so answers are shorter...

Compilation for android/iOS works for osip & exosip. However, I'm always using my own native xcode or native makefiles for android.

I'm pretty sure you have a missing #define incorrectly guessed by the configure script. Check the generated config.h. for android, I thin I also compile with #define ANDROID: may be that will help to solve the wrong includes.

Regards
Aymeric

Le 10 juil. 2012 12:50, Benedikt Bär | Relamp.tk <address@hidden> a écrit :

> Hi,
>
> I am trying to cross-compile osip2 on Cygwin, but I get this error:
>
> /bin/sh ../../libtool --tag=CC    --mode=compile arm-samsung-nucleuseabi-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -fpic -fshort-wchar -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard -mlittle-endian -mthumb-interwork -Wno-psabi -fno-strict-aliasing -fno-short-enums -I/usr/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g   -g -DENABLE_TRACE -g  -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c -o osip.lo osip.c
> libtool: compile:  arm-samsung-nucleuseabi-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -fpic -fshort-wchar -mcpu=cortex-a8 -mfpu=vfpv3 -mfloat-abi=hard -mlittle-endian -mthumb-interwork -Wno-psabi -fno-strict-aliasing -fno-short-enums -I/usr/include -Wall -Wcast-align -Wchar-subscripts -Wformat -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -g -g -DENABLE_TRACE -g -MT osip.lo -MD -MP -MF .deps/osip.Tpo -c osip.c -o osip.o
> osip.c:140:5: warning: no previous prototype for 'osip_ixt_lock'
> osip.c:149:5: warning: no previous prototype for 'osip_ixt_unlock'
> osip.c:158:5: warning: no previous prototype for 'osip_id_mutex_lock'
> osip.c:167:5: warning: no previous prototype for 'osip_id_mutex_unlock'
> osip.c:177:6: warning: no previous prototype for 'osip_add_ixt'
> osip.c:185:6: warning: no previous prototype for 'osip_remove_ixt'
> osip.c:204:5: warning: no previous prototype for 'ixt_init'
> osip.c:224:6: warning: no previous prototype for 'ixt_free'
> osip.c:307:6: warning: no previous prototype for 'ixt_retransmit'
> osip.c: In function 'ixt_retransmit':
> osip.c:309:2: warning: implicit declaration of function 'timercmp'
> osip.c:309:2: warning: nested extern declaration of 'timercmp'
> osip.c:309:6: error: expected _expression_ before '>' token
> osip.c: In function 'osip_timers_gettimeout':
> osip.c:1460:8: error: expected _expression_ before '>' token
> osip.c:1488:7: error: expected _expression_ before '>' token
> osip.c:1515:7: error: expected _expression_ before '>' token
> osip.c:1538:7: error: expected _expression_ before '>' token
> osip.c:1561:8: error: expected _expression_ before '>' token
> Makefile:350: recipe for target `osip.lo' failed
> make[3]: *** [osip.lo] Error 1
>
> I have looked at the code in osip.c, but unfortunately I do not see the problem. Any ideas on how I could debug this?
>
> Thanks,
> Ben
>
> _______________________________________________
> osip-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/osip-dev



_______________________________________________
osip-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/osip-dev



reply via email to

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