[Fink-users] w3m build errors: X11 headers and segfault

2012-09-07 Thread Renaud Detry
Hi, I ran into two issues in compiling w3m with fink: 1.- X11/Xlib.h not found This seems to be due to Apple's recent removal of the link /usr/include/X11 -> /usr/X11/include/X11. As I was in a hurry I fixed this with ln -s /usr/X11/include/X11 /usr/include/X11 But I imagine this is not a

[Fink-users] Incorrect fribidi link path?

2013-09-04 Thread Renaud Detry
Hi, I'm having some trouble with my current fink install, which I think can be explained by an issue in /(fink-path)/lib/libfribidi.la, whose last line is # Directory that this library needs to be installed in: libdir='/fink/src/fink.build/root-fribidi-0.19.5-1/fink/lib' That doesn't seem right

Re: [Fink-users] Incorrect fribidi link path?

2013-09-05 Thread Renaud Detry
lexander Hansen wrote: > On 9/4/13 7:04 AM, Renaud Detry wrote: >> Hi, >> >> I'm having some trouble with my current fink install, which I think can be >> explained by an issue in /(fink-path)/lib/libfribidi.la, whose last line is >> >> # Directory t

Re: [Fink-users] Incorrect fribidi link path?

2013-09-09 Thread Renaud Detry
Hi Alex, > Making all in doc > make[2]: Warning: File `fribidi-bidi.h' has modification time 1.8e+19 s in > the future > Running c2man > ../missing: line 52: c2man: command not found > WARNING: `c2man' is needed, and is missing on your system. > You might have modified some files without

Re: [Fink-users] Incorrect fribidi link path?

2013-09-10 Thread Renaud Detry
On 09 Sep 2013, at 16:24, Alexander Hansen wrote: > I'm also on 10.8.4, but I don't see this issue. Could it be > filesystem-specific (case-insensitive here)? My root filesystem is case-insensitive, but I have indeed installed Fink on a case-sensitive partition. Renaud.

[Fink-users] CPU-specific tuning in Fink Source Distributions

2010-08-18 Thread Renaud Detry
Hi, When using the Fink source distribution to install packages, are cpu-specific optimizations triggered? Will packages build by Fink for i386 run on any other i386-compatible mac? I'm using MacOS 10.6 on a Core2 Duo and I setup Fink to build programs for i386. Can I safely copy my system to a

Re: [Fink-users] CPU-specific tuning in Fink Source Distributions

2010-08-18 Thread Renaud Detry
Thanks for the replies! Do (Mach-O?) binaries encode which extensions to the x86 set they make use of? Can one expect a warning when loading an incompatible binary, or will it run with an undefined behavior? (I know this is a bit out-of-topic, but I think it might interest other readers of this