make distcheck if for running the tests. After running make (if you succeeds) you can run: make install
Let me know how it works for you. I have been cross compiling denemo for Os X using a build system with a very outdated SDK and libs. I have an older system running 10.6 and had trouble with fink and macports on it. So know I am revisiting jhbuild. jhbuild will allow me to create bundles (supposedly). I would like to know more about your success. Are you compiling against X.org? Send some screenshots! Jeremiah On Thu, Sep 18, 2014 at 3:55 PM, Lee Nelson <[email protected]> wrote: > I am trying to compile Denemo on OSX 10.9 just to see if I can get it to > build without the whole jhbuild process. It does indeed compile, but 'make > distcheck' fails with the following: > > 13:44:14 yabloko-100 lnelson:~/src/denemo/bin> make distcheck >> /Applications/Xcode.app/Contents/Developer/usr/bin/make dist-gzip >> am__post_remove_distdir='@:' >> Generating POT... >> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C "./po" >> "denemo.pot" >> INTLTOOL_EXTRACT="/opt/local/bin/intltool-extract" XGETTEXT=":" >> srcdir=../../po /opt/local/bin/intltool-update --gettext-package denemo >> --pot >> Can't exec ":": No such file or directory at >> /opt/local/bin/intltool-update line 713. >> Use of uninitialized value $version in pattern match (m//) at >> /opt/local/bin/intltool-update line 714. >> *** GNU xgettext is not found on this system! >> *** Without it, intltool-update can not extract strings. >> if test -d "denemo-1.1.9"; then find "denemo-1.1.9" -type d ! -perm -200 >> -exec chmod u+w {} ';' && rm -rf "denemo-1.1.9" || { sleep 5 && rm -rf >> "denemo-1.1.9"; }; else :; fi >> test -d "denemo-1.1.9" || mkdir "denemo-1.1.9" >> cp: ../po/denemo.pot: No such file or directory >> make[1]: *** [distdir] Error 1 >> make: *** [dist] Error 2 > > > However, 'configure' finds xgettext: > >> checking for xgettext... /opt/local/bin/xgettext >> checking for xgettext... (cached) /opt/local/bin/xgettext > > > And it is GNU: > >> 13:51:22 yabloko-100 lnelson:~/src/denemo/bin> /opt/local/bin/xgettext >> --version >> xgettext (GNU gettext-tools) 0.19.2 >> Copyright (C) 1995-1998, 2000-2013 Free Software Foundation, Inc. >> License GPLv3+: GNU GPL version 3 or later < >> http://gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> Written by Ulrich Drepper. > > And execution fails like this: > >> 13:54:18 yabloko-100 lnelson:~/src/denemo/bin/src> ./denemo >> Denemo - MESSAGE : Loading preference file: >> /Users/lnelson/.denemo-1.1.9/denemorc >> Segmentation fault: 11 > > > I executed within an xterm so it would have full access to an X > environment if needed. > > I installed all the dependencies listed in the "Hacking Sources" page with > macports. > > _______________________________________________ > 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
