Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: ahoward <ahoward@us...> - 2003-05-06 21:24:00
|
Autotools will use the standard compiler include path when looking for headers, so you should be able to fix this by changing setting the environment variables C_INCLUDE_PATH, CPLUS_INCLUDE_PATH and LIBRARY_PATH to point to your non-standard GSL installation. If more people have this problem, and want to do non-standard GSL installs, I can alwasy add a '--with-gsl=[path]' flag to the configure script. Automake is not checking the GSL version number, so that should not be a problem. A. On Tue, 6 May 2003, Paul E. Rybski wrote: > Hi, > I tried building player 1.3.2rc1 with amcl enabled, but configure > was having trouble finding gsl. I had gsl 1.1 installed in a non-standard > directory (not /usr/include/gsl, /usr/lib/) but it was the directory that > I specified in my --prefix argument to configure. For some reason or > other, configure was unable to locate gsl/gsl_version.h. I'm not an > expert in the autoconf tools, so I just did a quick apt-get of libgsl0 > libgsl0-dev and gsl-bin and that took care of the problem. Is this a > configure problem or am I just doing something stupid? Or, was the amcl > module expecting gsl version 1.1.1 (which is now installed) rather than my > local install of 1.1? > > -Paul > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > http://www.enterpriselinuxforum.com > > _______________________________________________ > Playerstage-developers mailing list > Playerstage-developers@... > https://lists.sourceforge.net/lists/listinfo/playerstage-developers > Andrew Howard email: ahoward@... Department of Computer Science http: www-robotics.usc.edu/~ahoward University of Southern California phone: 1 (213) 740 6416 Los Angeles, CA, U.S.A. 90089-0781 fax: 1 (213) 821 5696 << Insert pithy saying here >>> |