On 8/15/12 7:57 PM, Paul Wessel wrote:
> Hi list-
> 
> I just updated to Mountain Lion and followed instructions on fink home page 
> to get my fink distribution working (I upgraded OSX first, then had to follow 
> the plan B...).  At update-all most things updated except
> 
> Failed: phase compiling: octave-atlas-x11-3.2.4-3021 failed

That's the message which is the result of literally every possible
failure mode during the compile phase.

> 
> This has to do with X11 which now lives in /opt.  Following net advice I set
> 
> export CFLAGS='-I/opt/X11/include'
> export CXXFLAGS='-I/opt/X11/include'
> 
> but it still failed.  What else should I do?
> 
> Paul
> 
> 

Fink _overrides_ user environment settings to attempt to mitigate mixing
of different packaging systems, so you can't manipulate our builds that
way.  Don't believe everything you hear on the Internet.

The actual failure is:

flag-sort -r g++ -c -I/sw/include -I/sw/include -fPIC -I. -I..
-I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H
-I/sw/include/freetype2 -I/sw/include -Wall -W -Wshadow -Wold-style-cast
-Wformat -O3 -D_THREAD_SAFE  display.cc -o pic/display.o
display.cc:29:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
         ^
1 error generated.
make[2]: *** [pic/display.o] Error 1

I've just committed a fix, and that should be available via "fink
selfupdate" shortly.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to