Still the same problem. I want to remind you that I am not installing anything (over gub and in osx). Just the compiled files in a directory structure.
A big problem I have is that I don't know how to look up the paths Denemo is expecting except for libs. Is there any way to give out where a program expects /share and /etc after it was compiled? I still have a feeling that GUB just ignores the configure options for prefix and sysconfdir. Maybe we can do something in Denemo with a command line parameter before it attempts to load anything (Guile, fonts etc.)? Or is it possible to override those paths on the commandline? (posix or as Denemo function?). At least I want to see how Denemo looks like in OSX once :) Nils On Fri, 15 Apr 2011 13:35:41 -0500 Jeremiah Benham <[email protected]> wrote: > On Thu, Apr 14, 2011 at 02:54:31PM +0200, Nils Gey wrote: > > I enabled binreloc in configure.in. So to use binreloc you need to rerun > ./autogen.sh (because configure.in was update). Then you need to have run > configure something like this: > ./configure --enable-binreloc --prefix=/home/jjbenham/denemo > > This will alow me to make install it into /home/jjbenham/denemo. Then I can: > mv denemo denemo-0.8.23 and denemo still runs. I tested this out with no > other denemo installed on the system. > > Hopefully this will fix the OsX issue. > > Jeremiah > > > Currently I start from the commandline, yes. I think the mac app bundle > > just does the same finally. You can specify a binary in a metadata file. > > > > Helping would be some ifdef to switch paths on osx to the ones I gave. > > > > Nils > > > > ----- Ursprüngliche Mitteilung ----- > > > Do you launch denemo from the command line? Let me know how I van help. > > > > > > Jeremiah > > > > > > On Apr 14, 2011, at 7:31 AM, Nils Gey <[email protected]> wrote: > > > > > > > I think we need relative paths in osx from the binary bin/denemo: > > > > ../lib > > > > ../share > > > > ../etc > > > > ../var (if needed) > > > > and so on. > > > > > > > > Nils > > > > > > > > ----- Ursprüngliche Mitteilung ----- > > > > > On Thu, 2011-04-14 at 10:01 +0100, Richard Shann wrote: > > > > > > > > > > > > My guess is that the changes required are to the top level build > > > > > > invocation/files so as to set SYSCONFDIR and friends to good > > > > values. > > > > > > Jeremiah, are you able to help with this? > > > > > > > > > > Actually IIRC you can put things like SYSCONFDIR=/usr/local/ > > > > whatever on > > > > > the command line of the ./configure and something should happen - so > > > > > perhaps a set of these would get OSX working? > > > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Denemo-devel mailing list > > > > [email protected] > > > > http://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > > _______________________________________________ Denemo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/denemo-devel
