Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
Hello, I am trying to port my gtkmm program (that runs well on linux) to windows, but it seems there is a bug in gtkmm or the underlying gtk+ that keeps my program from starting. Now to debug that, I use the official method of building gtkmm with jhbuild (http://developer.gnome.org/gtkmm-tutor

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 13:32, marco atzeri wrote: On 2/4/2013 2:12 PM, Jonas Platte wrote: Hello, I am trying to port my gtkmm program (that runs well on linux) to windows, but it seems there is a bug in gtkmm or the underlying gtk+ that keeps my program from starting. Now to debug that, I use the

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
I reinstalled libpng-devel and libxft-devel but that didn't change anything. Okay so here's the same thing with the whole output in english: $ jhbuild sysdeps --install W: glib has a dependency on unknown "gvfs" module W: gtk+ has a dependency on unknown "at-spi2-atk" module W: libproxy has a de

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
sorry forgot to send to the list and then replied again but without the correct message :-[ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsu

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 13:57, marco atzeri wrote: On 2/4/2013 2:42 PM, Jonas Platte wrote: Jonas, probably you should start with a simpler package than jhbuild to learn the basics I reinstalled libpng-devel and libxft-devel but that didn't change anything. Okay so here's the same thing with

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 14:15, Peter Rosin wrote: On 2013-02-04 14:57, marco atzeri wrote: On 2/4/2013 2:42 PM, Jonas Platte wrote: libXft (xft.pc, required=2.0.0) Strange we have 2.3.1: Is it perhaps requiring exactly 2.0.0? Wouldn't it be required>=2.0.0 otherwise? Well some of the

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
On 02/04/13 15:26, marco atzeri wrote: On 2/4/2013 3:31 PM, Jonas Platte wrote: check on the logs why the build system does not like it. I didn't find any in /var/log or the user dir. And jhbuilder --help only shows how to log the build process, not the sysdeps thing. look any "

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
By the way, is it normal that the windows explorer doesn't show C:\cygwin\usr\lib? My cygwin installation is definitely in C:\cygwin and in the cygwin terminal I find /usr/lib. I've also set the option to show hidden files and unset the one that hides system files. -- Problem reports: ht

Re: Using jhbuild on cygwin

2013-02-04 Thread Jonas Platte
So here is what I get when I start the builiding process for the initial jhbuild environment (jhbuild bootstrap). I did this many times before, and I also already used the "Give up on module" option, so that now everything except gettext and the meta-package that depends on all the 6 other modu