On Mon, 13 Oct 2003, Kayvan A. Sylvan wrote:
> On Solaris: > > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src > -I../../../lyx/src/support/../ -I../../../lyx/boost -I/u/ksylvan/include > -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT socktools.lo -MD -MP -MF > .deps/socktools.Tpo -c ../../../lyx/src/support/socktools.C > ../../../lyx/src/support/socktools.C: In function `int > lyx::support::socktools::listen(const std::string&, int)': > ../../../lyx/src/support/socktools.C:77: `SUN_LEN' undeclared (first use this > function) > ../../../lyx/src/support/socktools.C:77: (Each undeclared identifier is > reported only once for each function it appears in.) > make[2]: *** [socktools.lo] Error 1 > make[2]: Leaving directory `/remote/meth_lab2/ksylvan/lyx-build/src/support' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/remote/meth_lab2/ksylvan/lyx-build/src' > make: *** [install-recursive] Error 1 It appears that SUN_LEN is a macro only in gnu systems. I will send a patch in a while. João.