Hi
I am working on Ubuntu 10.04 and gcc 4.4.3.
I'm trying to compile and use this example from the plplot documentation
that enables one to directly use PLplot inside a GTK widget:
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.6/gui.html.

However, with each one of the two compilation lines from the documentation,
I have the following error message:
Package plplotd-gnome2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `plplotd-gnome2.pc'

My guess is that this problem is linked to the library called
libplplotgnome2d which has several package available in Fedora (
http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libplplotgnome2d.so.0%28%29%2864bit%29)
but none for Debian/Ubuntu. I am guessing that this library handles the gcw
driver.

So I compile the plplot library in order to directly build this gcw driver.
I use these commands:
cmake -DCMAKE_INSTALL_PREFIX=/prefix/10.04_Install ../../plplot-5.9.6 >&
cmake.out
make >& make.out
make install >& make_install.out

However, it looks like the compilation of gcw driver does not happens since
the line in cmake.out about the list of driver is:
"DRIVERS_LIST: cairo;qt;mem;null;ps;psttf;svg;tk;tkwin;xfig;xwin"

I don't know where does this come from and and I don't know to obtain a full
compilation of plplot.

Thanks in advance for your time.

Regards.
Johan Mazel

Attachment: cmake.out
Description: Binary data

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to