|
From: | Jeremiah Benham |
Subject: | Re: [Denemo-devel] jhbuild denemo build in Mac os X |
Date: | Sat, 19 Nov 2011 08:14:10 -0600 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
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? JeremiahI have managed to make progress on this. I had to comment out screenshots.cthis 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
haha. I totally removed the 'darwin' section of autogen.sh because it is not needed.The autogen.sh stuff needed editing to exclude a non-existent path. The linker does not create an executablehmm, that could be a problem :)
Richardbut 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
RichardJeremiah _______________________________________________ Denemo-devel mailing list address@hidden https://lists.gnu.org/mailman/listinfo/denemo-devel
[Prev in Thread] | Current Thread | [Next in Thread] |