Aaron Magill wrote:
> Under 10.6 64bit fink, trying to build snns resulted in a failure to  
> find and link with Xaw when building xgui.  I was able to fix this by  
> making a local snns.info file, bumping the revision, and changing the  
> following:
> 
> ConfigureParams: --with-x --mandir='${prefix}/share/man' --enable-global
> CompileScript: <<
>   ./configure --prefix=%i --mandir=%i/share/man --with-x --enable-global
>   make
> <<
> 
> to:
> 
> ConfigureParams: --with-x --mandir='${prefix}/share/man' --enable- 
> global --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
> CompileScript: <<
>   ./configure --prefix=%i --mandir=%i/share/man --with-x --enable- 
> global --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
>   make
> <<

This is the usual fix that most X11-using packages are needing, and very 
many have been fixed already.

> I don't know if both ConfigureParams and CompileScript were required  

They are not both required. With this CompileScript, the ConfigureParams 
are ignored. This a (harmless) bug in the info file that has been there 
since at least 7 years, so it is perhaps now no longer a bug, but a 
tradition :-)

-- 
Martin


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to