RE: [gtkmm] gtkmm and mingw



Usually building on windows is a pain.
Why ? Because there are tons of compilers
that people might be using.

- gcc (cygwin/mingw)
- Visual C++
- C++ Builder
- Metrowerks Code Warrior

Are the most common ones. You can only use
autoconf/automake stuff with gcc. It won't
work with the other compilers, they require
project files/makefiles exclusive to them.

I suggest doing as the SDL people do.

Provide a .zip file with the projects for
a given compiler. For example, provide VisualC.zip
with the project files for Visual C++. Our users
only have to unzip it and use it to compile the
project. The same applies to the other compilers.

Also provide a Readme file to describe possible changes
due to environment differences.

I might provide project files for Visual C++ and C++
Builder.


Paulo Pinto

> -----Original Message-----
> From: gtkmm-list-admin gnome org [mailto:gtkmm-list-admin gnome org]On
> Behalf Of Murray Cumming
> Sent: quarta-feira, 17 de Julho de 2002 15:08
> To: Cedric Gustin
> Cc: Eric Ross; gtkmm-list
> Subject: Re: [gtkmm] gtkmm and mingw
> 
> 
> On Wed, 2002-07-17 at 14:35, Cedric Gustin wrote:
> > Maybe those binaries should be put on the sourceforge 
> project page (files 
> > section) for an easier access ?
> 
> I'd be more interested in
> 1. Making sure that it's very easy to build from source on win32. I
> haven't tried this yet, so maybe it is.
> 2. Adding prebuilt gtkmm DLLs to the official gtk+ win32 installer
> that's currently being talked about.
> 
> -- 
> Murray Cumming
> murrayc usa net
> www.murrayc.com
> 
> _______________________________________________
> 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]