This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling oRTP under cygwin


Hi,

When I try to compile oRTP under cygwin, the configure script finishes
succesfully, but the make exits with the following error:

 gcc -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"oRTP\" -I. -I. -I.. -I.. -D_REENTRANT -I/u
sr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DINET6 -c port_fct.c -MT port_f
ct.lo -MD -MP -MF .deps/port_fct.TPlo  -DPIC -o .libs/port_fct.o
In file included from port_fct.c:24:
rtpsession.h:83: error: field `loc_addr' has incomplete type
rtpsession.h:84: error: field `rem_addr' has incomplete type
rtpsession.h:125: error: field `loc_addr' has incomplete type
rtpsession.h:126: error: field `rem_addr' has incomplete type
make[2]: *** [port_fct.lo] Error 1
make[2]: Leaving directory `/home/Aengus/ortp-0.6.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Aengus/ortp-0.6.2'
make: *** [all] Error 2

This  happens with various different versions of the library including the
latest. Anyone any suggestions? seen this before?

thanks,

Aengus.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]