Re: Building demo with -64 bits



I don't think this has to do with GTKmm alone, or Code::Blocks, it might be MinGW-64's working with Gtkmm problem.
But in any case, attached you will find a copy of the C::B project.

Is there any problem with known with Gtkmm working with MinGW-64?

Thanks in advance and finally please let me thank you for your prompt response.

Have a grate day!

On 9/14/2010 12:58 PM, Adrian Petrescu wrote:
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


Attachment: GtkmmTst.zip
Description: Zip compressed data

gtkmm-2.4 --cflagas
~~~~~~~~~~~~~~~~~~~


gtkmm-2.4 --libs
~~~~~~~~~~~~~~~~



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