Hi all,

I've got plplot-5.7.1 working on Arch Linux :)

Both fortran 77 and fortran 95 bindings work (with Intel Fortran
compiler), gcw driver works too and with better looking fonts than
version 5.6.1.

Summary of cmake:

SWIG_FOUND:             0
PERL_FOUND:             YES
X11_FOUND:              1

CMAKE_BUILD_TYPE:
CMAKE_C_COMPILER CMAKE_C_FLAGS:                 /usr/bin/gcc
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS:             /usr/bin/c++
CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS:     /opt/intel/ifort91/bin/ifort
LIB_TAG:                d

ENABLE_DYNDRIVERS:      ON
DEVICES_LIST: 
png;jpeg;gif;hp7470;hp7580;lj_hpgl;gcw;mem;null;pbm;plmeta;ps;psttf;tk;tkwin;wxwidgets;xfig;xwin
DRIVERS_LIST: 
gd;hpgl;gcw;mem;null;pbm;plmeta;ps;psttf;tk;tkwin;wxwidgets;xfig;xwin

Library options:
BUILD_SHARED_LIBS:      ON              PL_DOUBLE:      ON

Optional libraries:
HAVE_QHULL:             ON              WITH_CSA:       ON
HAVE_FREETYPE:          ON              HAVE_PTHREAD:   OFF
HAVE_AGG:               OFF

Language Bindings:
ENABLE_f77:             ON              ENABLE_f95:     ON
ENABLE_cxx:             ON              ENABLE_java:    OFF
ENABLE_python:          OFF             ENABLE_octave:  ON
ENABLE_tcl:             ON              ENABLE_itcl:    OFF
ENABLE_tk:              ON              ENABLE_itk:     OFF
ENABLE_pdl:             OFF


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?


I also get a warning during make:

[ 42%] Building C object bindings/tcl/CMakeFiles/plplottcltkd.dir/tclAPI.o
/usr/bin/gcc  -Dplplottcltkd_EXPORTS -march=i686 -O2 -pipe  -fPIC
-I/var/abs/local/plplot/src/plplot-5.7.1/include
-I/var/abs/local/plplot/src/plplot-5.7.1/bindings/tcl
-I/var/abs/local/plplot/src/plplot_build
-I/var/abs/local/plplot/src/plplot_build/include
-I/var/abs/local/plplot/src/plplot_build/bindings/tcl
-DHAVE_CONFIG_H -o bindings/tcl/CMakeFiles/plplottcltkd.dir/tclAPI.o
-c /var/abs/local/plplot/src/plplot-5.7.1/bindings/tcl/tclAPI.c
/var/abs/local/plplot/src/plplot-5.7.1/bindings/tcl/tclAPI.c: In
function 'Pltcl_Init':
/var/abs/local/plplot/src/plplot-5.7.1/bindings/tcl/tclAPI.c:531:
warning: passing argument 3 of 'Tcl_CreateCommand' from incompatible
pointer type
/usr/bin/cmake -E cmake_progress_report
/var/abs/local/plplot/src/plplot_build/CMakeFiles


Greetings,

Wim


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

Reply via email to