> If setting CMAKE_INCLUDE_PATH works, please let me know exactly what > CMAKE_INCLUDE_PATH value you had to set so we can make an Arch Linux note in > the wiki.
It was as simple as adding the following to the cmake line: -DCMAKE_INCLUDE_PATH=/usr/share/swig/1.3.27 Greetings, Wim On 12/2/06, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > On 2006-12-02 17:31+0100 wim van hoydonck wrote: > > > Hi all, > > > > I've got plplot-5.7.1 working on Arch Linux :) > > Thanks for your positive report. We have now already had more than 130 > downloads of plplot-5.7.1 from SourceForge since its release last Sunday, > and everybody seems pretty happy with it which gives our team of developers > a really good feeling. > > >[...] Warnings during cmake: > > > > -- WARNING: swig not found. Disabling java bindings > > -- WARNING: swig not found. Disabling python bindings > > > > while I do have swig installed (v 1.3.27, below /usr) > > > > this disables the python and java bindings. > > > > Anything I can do to make it work? > > It appears that cmake is having trouble finding swig on Arch Linux. > cmake looks for swig.swg in /usr/share/swig1.3, /usr/lib/swig1.3, or > /usr/local/share/swig1.3. If Arch Linux has installed swig.swg elsewhere > (e.g., /usr/share/swig1.3.27) then you have to help > cmake find it by setting the environment variable CMAKE_INCLUDE_PATH. > > If setting CMAKE_INCLUDE_PATH works, please let me know exactly what > CMAKE_INCLUDE_PATH value you had to set so we can make an Arch Linux note in > the wiki. If setting CMAKE_INCLUDE_PATH does not work, let me know and > we can dive deeper into it. > > Alan > __________________________ > Alan W. Irwin > > Astronomical research affiliation with Department of Physics and Astronomy, > University of Victoria (astrowww.phys.uvic.ca). > > Programming affiliations with the FreeEOS equation-of-state implementation > for stellar interiors (freeeos.sf.net); PLplot scientific plotting software > package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the > Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project > (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Plplot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/plplot-devel > -- Avoid hangovers - stay drunk! ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
