On Fri, Apr 24, 2009 at 11:23:05PM -0300, Fabrício Godoy wrote: > When I try compile my project[1] with mingw32 on Fedora I get the following > error: > > i686-pc-mingw32-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glibmm-2.4 > -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 > -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib64/glib-2.0/include -g -O2 -MT > network_logger-win_networkinterface.o -MD -MP -MF > .deps/network_logger-win_networkinterface.Tpo -c -o > network_logger-win_networkinterface.o `test -f 'win_networkinterface.cpp' || > echo './'`win_networkinterface.cpp
[gigantic C++ error redacted] > I can compile this on Windows. Can you compile it as a native Fedora program? It looks like a bug in the source of the program to me, like a missing operator<< or similar. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
