Thanks everyone for the suggestions.

So I do have both header files on my system (in /usr/X11/include/GL/),  
and also have /usr/X11/bin/xmkmf
I tried various combinationsof the flags you suggested, with  
ConfigureParams and/org SetCPPFLAGS. But still get the same error. Th  
package uses cmake, so I couldn't find a config.log to look for any  
errors. I'll try to work on it a bit ore this weekend but I'll also  
include the info file I have so far, so maybe someone spots an error.

thanks,

- Koen.

==============================================

Package: eigen
Version: 1.0.5
Revision: 1
Description: C++ template library for linear algebra
License: GPL
BuildDepends: cmake, doxygen, qt4-x11
Depends: qt4-x11-core-shlibs, qt4-x11-gui-shlibs
Source: http://download.tuxfamily.org/eigen/%n-%v.tar.gz
Source-MD5: 960d7e5fb6542270eae4d53ca99b607c
SourceDirectory: eigen
ConfigureParams: --x-includes=/usr/X11/include --x-libraries=/usr/X11/ 
lib
SetCPPFLAGS:  -I/usr/X11/include/GL/
CompileScript:  <<
  #!/bin/sh -ev
  PATH=%p/lib/qt4-x11/bin:$PATH
  %p/bin/cmake -DCMAKE_INSTALL_PREFIX=%p \
               -DBUILD_TESTS=ON %b \
               -DBUILD_EXAMPLES=ON %b
  make
<<
InstallScript: <<
  make install DESTDIR=%d
<<

DocFiles: README INSTALL LICENSE TODO
DescDetail: <<
Eigen is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
focuses on the simple mathematical needs of applications: games and
other OpenGL apps, spreadsheets and other office apps, etc. Eigen is
dedicated to providing optimal speed with GCC. Its fixed-size classes
are specially optimized for small sizes up to 4, although it is
theoretically possible to specialize them to any size. They never cause
dynamic memory applications and the simple operations on them are as
fast as is possible at least for sizes up to 4 (see below). Its
dynamic-size classes are more flexible and suitable for larger sizes.
Both fixed-size and dynamic-size classes use the same underlying C++
code, thanks to a curiously recurring template pattern.

<<
Maintainer: Koen van der Drift <[EMAIL PROTECTED]>
Homepage: http://eigen.tuxfamily.org


On May 22, 2008, at 11:41 AM, Martin Costabel wrote:

> Koen van der Drift wrote:
>> Ah, thanks - I probably don't have the X11 SDK installed, I will  
>> have to check when I'm back home tonight. Or could it be related to  
>> having X11 installed from http://xquartz.macosforge.org/trac/wiki  
>> (I have 2.1.1) ?
>
> If you have 2.1.1, you do have the SDK, but you might want to look
> whether you have /usr/X11/bin/xmkmf. This is not included - by  
> purpose -
> in the latest macosforge/xquartz updates, and quite a few configure
> scripts don't correctly identify the X11 installation if it is absent.
>
> Look in config.log whether configure correctly finds /usr/X11[R6]/lib
> and /usr/X11[R6]/include. If not, you can use flags like
> --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib to help
> find X11.
>
> -- 
> Martin
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to