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
<<


I don't know if both ConfigureParams and CompileScript were required  
-- the first time I tried just the ConfigureParams and it failed, but  
I left it in when I saw the compile script section for completeness.

I am cc'ing this to the maintainer, but I thought I'd pass this along  
as well.

--
A-Ron


------------------------------------------------------------------------------
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