Re: gtk+ with gnomecanvas on win32



Pieter Engelen wrote:

How do you do this? Do simply compile the source code of gnomecanvas?
Yes. I have a complete MinGW + MSYS setup here, so I just go to the directory and
./configure --prefix=/target
make
make install

Then I go to the /target directory to get the files.
Some times (like with gnomecanvas) I have to edit the config.status, because it generates wrong paths.

Is it posibel to do this whit all of the gnomelibs?

I don't know, and never tried. A lot of gnome libs are platform independent.
Gnomecanvas does not depend on any Gnome lib.

Don't they use
stuff wich is not availibel under windows like the xwindow etc? Do you
use libs that simulate that?
Gnome doesn't handle xwindows directly, does it? It uses GDK for it.


Is there a problem when I use libs compiled inMinGW/GCC in msvc.
No if you compile the libs on MinGW/GCC with -mms-bitfields. All the GTK-related libs are compiled this way.


The Tool wich I am porting includes gnome.h. If I am not wrong this is
a headerfile wich includes a lot of other header files. not? Is there
a simpel way to compile those stuff for win32?
No.

Or is it best to look wich stuff is needed and then compile this?
Yes. You'll have to identify what each lib does, and see if you can either compile/port it or strip it off from the sources.



Daniel K. O.




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