From: Eduardo O. <edu...@gm...> - 2007-03-23 03:15:55
|
hi i tried to compile gaim to be used under cygwin console i try ./configure --disable-gtkui --disable-perl i downloaded the code from trunk when i do make i got if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DBR_PTHREADS=0 -DDATADIR ..... then mv -f ".deps/network.Tpo" ".deps/network.Plo"; else rm -f ".deps/network.Tpo"; exit 1; fi network.c:29:20: resolv.h: No such file or directory network.c:31:26: arpa/nameser.h: No such file or directory make[3]: *** [network.lo] Error 1 make[3]: Leaving directory `/cygdrive/d/eduardo/prog/cpp/gaim/gaim/libgaim' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/cygdrive/d/eduardo/prog/cpp/gaim/gaim/libgaim' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/d/eduardo/prog/cpp/gaim/gaim' make: *** [all] Error 2 i understant that in the includes are not the path to theses files i searched throught the cygwing packages list ( http://cygwin.com/cgi-bin2/package-grep.cgi?grep=resolv.h) and found that only the src cygwin/cygwin-1.5.24-1-src<http://cygwin.com/cgi-bin2/package-cat.cgi?file=cygwin%2Fcygwin-1.5.24-1-src&grep=resolv.h>got it so maybe someone could help to make my day thanks everyone |