[Libsigcx-main] compile error (mingw32)
Status: Beta
Brought to you by:
rottmann
From: Jason H. (6. 592-1. <he...@ra...> - 2004-10-16 00:26:02
|
Hi does libsigcx work for microsoft windows setups? I have gtkmm setup with the mingw32 compiler but these are the error messages for libsigcx: $ make make all-recursive make[1]: Entering directory `/c/unzipped/libsigcx-0.6.2' Making all in sigcx make[2]: Entering directory `/c/unzipped/libsigcx-0.6.2/sigcx' make all-recursive make[3]: Entering directory `/c/unzipped/libsigcx-0.6.2/sigcx' Making all in macros make[4]: Entering directory `/c/unzipped/libsigcx-0.6.2/sigcx/macros' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/c/unzipped/libsigcx-0.6.2/sigcx/macros' make[4]: Entering directory `/c/unzipped/libsigcx-0.6.2/sigcx' if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -IC:/gtkmm/include/sigc++-2.0 -IC:/gtkmm/lib/sigc++-2.0/include -D_REENTRANT -IC:/GTK/include/gtk-2.0 -IC:/GTK/lib/gtk-2.0/include -IC:/GTK/include/atk-1.0 -IC:/GTK/include/pango-1.0 -IC:/GTK/include/glib-2.0 -IC:/GTK/lib/glib-2.0/include -Wall -O2 -MT util.lo -MD -MP -MF ".deps/util.Tpo" \ -c -o util.lo `test -f 'util.cc' || echo './'`util.cc; \ then mv ".deps/util.Tpo" ".deps/util.Plo"; \ else rm -f ".deps/util.Tpo"; exit 1; \ fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -IC:/gtkmm/include/sigc++-2.0 -IC:/gtkmm/lib/sigc++-2.0/include -D_REENTRANT -IC:/GTK/include/gtk-2.0 -IC:/GTK/lib/gtk-2.0/include -IC:/GTK/include/atk-1.0 -IC:/GTK/include/pango-1.0 -IC:/GTK/include/glib-2.0 -IC:/GTK/lib/glib-2.0/include -Wall -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -DDLL_EXPORT -DPIC -o util.lo if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -IC:/gtkmm/include/sigc++-2.0 -IC:/gtkmm/lib/sigc++-2.0/include -D_REENTRANT -IC:/GTK/include/gtk-2.0 -IC:/GTK/lib/gtk-2.0/include -IC:/GTK/include/atk-1.0 -IC:/GTK/include/pango-1.0 -IC:/GTK/include/glib-2.0 -IC:/GTK/lib/glib-2.0/include -Wall -O2 -MT timeval.lo -MD -MP -MF ".deps/timeval.Tpo" \ -c -o timeval.lo `test -f 'timeval.cc' || echo './'`timeval.cc; \ then mv ".deps/timeval.Tpo" ".deps/timeval.Plo"; \ else rm -f ".deps/timeval.Tpo"; exit 1; \ fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -IC:/gtkmm/include/sigc++-2.0 -IC:/gtkmm/lib/sigc++-2.0/include -D_REENTRANT -IC:/GTK/include/gtk-2.0 -IC:/GTK/lib/gtk-2.0/include -IC:/GTK/include/atk-1.0 -IC:/GTK/include/pango-1.0 -IC:/GTK/include/glib-2.0 -IC:/GTK/lib/glib-2.0/include -Wall -O2 -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.cc -DDLL_EXPORT -DPIC -o timeval.lo timeval.cc: In member function `void SigCX::TimeVal::get_current_time()': timeval.cc:39: `gettimeofday' undeclared (first use this function) timeval.cc:39: (Each undeclared identifier is reported only once for each function it appears in.) make[4]: *** [timeval.lo] Error 1 make[4]: Leaving directory `/c/unzipped/libsigcx-0.6.2/sigcx' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/c/unzipped/libsigcx-0.6.2/sigcx' make[2]: *** [all] Error 2 make[2]: Leaving directory `/c/unzipped/libsigcx-0.6.2/sigcx' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/unzipped/libsigcx-0.6.2' make: *** [all] Error 2 |