From: Andrew S. <us...@an...> - 2007-05-20 18:54:47
|
> > > In particular, 5.7.3 includes lots of new PLplot goodies including our > recommended new CMake-based build system which has a lot of advantages > both > for developers and users. I suggest you follow the directions at > http://www.miscdebris.net/plplot_wiki to build and install 5.7.3. If > you run > into any trouble with those directions, then post any problems to this > list, > and we will take it from there. > Hi Alan and Simon- Thanks for your responses. I have been following the instructions on the plplot_wiki you describe, but have the following error: ake[2]: Entering directory `/home/aschein/work/extlib/plplot-5.7.3/build_dir' /home/aschein/apps/bin/cmake -E cmake_progress_report /home/aschein/work/extlib/plplot-5.7.3/build_dir/CMakeFiles 53 [ 54%] Building C object drivers/CMakeFiles/gd.dir/gd.o /usr/bin/gcc -Dgd_EXPORTS -fPIC -I/home/aschein/work/extlib/plplot-5.7.3/include -I/home/aschein/work/extlib/plplot-5.7.3/build_dir -I/home/aschein/work/extlib/plplot-5.7.3/build_dir/include -DHAVE_CONFIG_H -I/usr/include -o drivers/CMakeFiles/gd.dir/gd.o -c /home/aschein/work/extlib/plplot-5.7.3/drivers/gd.c /home/aschein/work/extlib/plplot-5.7.3/drivers/gd.c: In function `plD_init_png_Dev': /home/aschein/work/extlib/plplot-5.7.3/drivers/gd.c:432: error: `smooth_text' undeclared (first use in this function) /home/aschein/work/extlib/plplot-5.7.3/drivers/gd.c:432: error: (Each undeclared identifier is reported only once /home/aschein/work/extlib/plplot-5.7.3/drivers/gd.c:432: error: for each function it appears in.) make[2]: *** [drivers/CMakeFiles/gd.dir/gd.o] Error 1 make[2]: Leaving directory `/home/aschein/work/extlib/plplot-5.7.3/build_dir' make[1]: *** [drivers/CMakeFiles/gd.dir/all] Error 2 make[1]: Leaving directory `/home/aschein/work/extlib/plplot-5.7.3/build_dir' make: *** [all] Error 2 Thanks, Andy |