On Sat, 2011-11-19 at 08:14 -0600, Jeremiah Benham wrote: > On 11/17/2011 12:14 PM, Richard Shann wrote: > > On Thu, 2011-11-17 at 10:51 -0600, Jeremiah Benham wrote: > >> On 10/19/2011 10:29 PM, Jeremiah Benham wrote: > >>> I have been checking out this gtk-osx jhbuild project. This allows gtk > >>> to run natively in Mac os X aqua without the need of an xserver. > >>> jhbuild is similar to gub in that fact that it is a build system. I > >>> managed to compile all of denemo's dependencies (according to > >>> ./configure). The build failed to find a header gdk/gdkx.h (I think) > >>> upon make. Does anyone here have experience with jhbuild? Should I > >>> blog my progress somewhere? > >>> > >>> Jeremiah > >> I have managed to make progress on this. I had to comment out > >> screenshots.c > > this is essentially commented out for Windows as that platform does not > > seem to allow you to go off capturing bits of the screen that don't > > belong to you, at least not in the way screenshots.c does it. We will be > > able to do the same thing in future by loading sources in pdfs into the > > evince widget and capturing from there. > >> and change the __pid to just pid in two places. > > ??? what is this about? > > The __pid was not defined. Should I just change it to pid_t or should I > do something like: > #ifndef __pid_t > #define __pid_t pid_t > #endif
I see that I am responsible for the example in denemo_client.c - I just lifted the code from somewhere, and don't have understanding of why such a type has been used. I am sure it is purely academic, if glib provides a gpid type we can use that. Richard > > >> The > >> autogen.sh stuff needed editing to exclude a non-existent path. The > >> linker does not create an executable > > hmm, that could be a problem :) > haha. I totally removed the 'darwin' section of autogen.sh because it is > not needed. > > > Richard > >> but also shows no error. > > even more of a problem - perhaps it is creating it somewhere else or > > under unexpected name? > > After I removed the darwin section of autogen.sh it compiled fine and > did produce and executable. The path's to find denemoui.xml, > denemo.conf, and the png's were incorrect. I will have to fix that. I > manually installed the .conf, xml, and denemo launched. It still could > not find the .png's so I will need to fix that. Once I fix this I will > post a screenshot of it running. > > Jeremiah > > > > > Richard > > > >> Jeremiah > >> > >> _______________________________________________ > >> Denemo-devel mailing list > >> [email protected] > >> https://lists.gnu.org/mailman/listinfo/denemo-devel > > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
