Re: Building demo with -64 bits



It's something to do with your build process rather than your code. Can you post your Makefile or the command line you used to compile it?

On Tue, Sep 14, 2010 at 2:00 AM, ArbolOne <arbolone gmail com> wrote:
 When trying to build the demo:
#include <gtkmm.h>

int main(int argc, char *argv[])
{
   Gtk::Main kit(argc, argv);

   Gtk::Window window;

   Gtk::Main::run(window);

   return 0;
}
In my Win7-64 I get the following error message!
x86_64-w64-mingw32-g++.exe: Id:/gtkmm/include/libpng14: Invalid argument
x86_64-w64-mingw32-g++.exe: cannot specify -o with -c, -S or -E with multiple files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

What does this mean?!!
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]