bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-xnee] Xnee 3.08 build glitches


From: Ludovic Courtès
Subject: [Bug-xnee] Xnee 3.08 build glitches
Date: Mon, 31 Jan 2011 14:07:05 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hello!

I packaged Xnee 3.08 in Nixpkgs [0].  Here are a few glitches I worked
around:

  1. Several shell scripts under ‘cnee/test’ refer to /bin/bash.
     However, /bin/bash is not necessarily present (it’s not stored
     there on NixOS.)

     The solution would be to use AC_PATH_PROG and then substitute it,
     or use POSIX shell constructs.

  2. The ‘cnee’ (and ‘gnee’?) build lacks a ‘-lXi’, which makes it
     impossible for Libtool to add libXi’s directory to the RPATH of
     ‘cnee’.

  3. Building with ‘--enable-shared --disable-static’ fails because
     ‘cnee’ and ‘gnee’ are linked against libxnee but libxnee.so is not
     installed.

  4. “make check” doesn’t do much in the absence of an X11 server, but I
     guess not much can be done about it.

Sorry for providing pointers instead of patches.  Hope this helps...

Thanks,
Ludo’.

[0] http://hydra.nixos.org/job/nixpkgs/trunk/xnee



reply via email to

[Prev in Thread] Current Thread [Next in Thread]