Pierre foicik | 12 Jun 04:27

error during compilation



---------- Forwarded message ----------
From: Pierre foicik <pierre.foicik <at> gmail.com>
Date: 2008/6/12
Subject: error during compilation
To: scigraphica-devel <at> lists.sourceforge.net


Hello,

I'm very excited about scigraphica. Unfortunately i can't compile it. I follow the instruction for dependencies given with FAQ.compile, and for installation with the README. Compiling and installing Libscigraphica2.1.0 is OK.


./configure seems OK

I get this Error during make:

/usr/bin/ld: cannot find -lscigraphica-2.1
collect2: ld returned 1 exit status
make[2]: *** [scigraphica] Erreur 1
make[2]: quittant le répertoire « /home/pierre/Graphica/scigraphica-2.1.0/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/pierre/Graphica/scigraphica-2.1.0 »
make: *** [all] Erreur 2

 I hope you can help me.

Cheers
pierre




Attachment (config.log): application/octet-stream, 63 KiB
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Erwin Gaubitzer | 5 Sep 13:26

Menus in CVS

Hello Adrian

Since Scigraphica to my knowledge wasnt successfully compiled on any linux 
distro including mine (Debian) I tried to do it myself. The latest official 
release (2.1.0) compiled without problems (with a minor modification: -added 
numarray to the python_numeric_path variable) but no menus . 

According to your last mail the cvs-version would solve the missing menus 
problem. So I checked this out and tried again.
- autogen.sh needed ./depmod, so I found the solution in a different mailing 
list:
aclocal
autoheader
automake --gnu --add-missing --copy     # here ./depmod is added
autoconf

- in configure again I had to add numarray, because I have both numeric and 
numarray installed

So with 'make' I got the error that there is no rule to target FAQ.html and 
with 'make install-exec' I could create the binary scigraphica, but again 
without menus.

In the end lets ask you, how you got it working and maybe you can describe us 
your linux environment for comparison

Greetings
Erwin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Adrian E. Feiguin | 18 Aug 19:42

menus problems fixed

I finally figured out the problem with the menus and toolbars in 
scigraphica. The problem was the for some reason the option 
-export-dynamic (or -rdynamic) wasn't being used. Because of that, the 
plugins didn't have access to some functions in the global space. I now 
added it explicitly to Makefile.am and everything works great. The new 
code is in CVS.
Enjoy,

Saludos,
<ADRIAN>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Dov Grobgeld | 9 Jul 10:49

Cairo backend of GtkPlot

Hello,

I thought the following comment that I added to the feature request 1382216 [1],
might be of interest to the mailing list:

I finally started working on this. So far I have created a
new implementation of the GtkPlotPC interface called
GtkPlotCairo, that draws through the cairo backend. I have
implemented most backend functions, except the text and the
image drawing. Meanwhile I have not modified the GtkPlotPC
interface.

Further I have replaced the instantiation of a GtkPlotGdk
object with the GtkPlotCairo class. The software compiles,
but still nothing is drawn in the GdkWindow. I still have
some debugging to see why that is happening.

Once I get this to work my plans are:

1. Change the API of GtkPlotPC to get rid of all the Gdk
structures in the interface, and replace these with cairo
structures.

2. Get rid of GtkPlotPC alltogether and work directly with
cairo. Possibly I will create some utility functions to make
the conversion from the current to API to cairo smoother.
							
Regards,
Dov

[1] http://tinyurl.com/olanb
(http://sourceforge.net/tracker/index.php?func=detail&aid=1382216&group_id=11638&atid=361638)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Andor J Kiss | 29 Jun 13:56

[Fwd: Re: SCIGRAPHICA 2.x DOES NOT INSTALL - PLEASE POST PROPER INSTALL INSTRUCTIONS!!!!!]

Hi,

   Thanks Samuel, -  I'm leaning towards your suggestion.  I actually solved this problem after many frustrating hours.  However, NEW install problems have appeared.

Here are some concrete suggestions for the developers for SciGraphica:

1) Provide detailed, clear installation instructions on the SciGraphica website.  Assume those implementing SciGraphica are not programmers, but scientists - take for example. myself.  I use UBUNTU because there are some scientific programmes (originally written for the human genome project) that require LINUX.  Ubuntu's philosophy is "it just works".  SciGraphica could learn from this philosophy.

2) PLEASE BUILD Debian (*.deb) and Fedora (*.rpm) installer packages of the latest builds.  Manually installing "by hand" is difficult and cumbersome.

3) Work with the major distros of Linux (Ubuntu, SuSE, Fedora) to make Scigraphica part of their upgrade/update functions.

I will continue to use the old 0.8.0 version that comes as part of the Ubuntu packages.  However, I will abandon attempts to use the new version (2.x).of SciGraphica until a Debian installer package is provided.

Good Luck,
Andor

On Thu, 2006-06-29 at 09:09 +0200, Samuel Verstraete wrote:
Hi Andor... I seriously doubt if you wanna invest time in this... I have invested time in getting SciGraphica to work... but it's so unstable that i have to consider all of that time lost... Do consider qtiplot instead for you scientific graphical plotting. The maintainer responds to every question asked and fixes very quickly stuff when you encounter problem... (this is not to shoot SciGraphica in the back or anything but i'm just making sure Andor doesn't waste time compiling programs that are in a state that makes them unusable... Though i would be very glad if the devs of this program could pickup their work again... ) gr,S. On Wed, 28 Jun 2006 22:22:51 -0400 Andor J Kiss <andor <at> UDel.Edu> wrote: > Yet again, another SciGraphica install error: > > > > checking for GLIB - version >= 2.5.7... > *** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB > (2.10.3) *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by > editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that > is *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > no > checking for pkg-config... (cached) /usr/bin/pkg-config > checking for GLIB - version >= 2.0.0... > *** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB > (2.10.3) *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the > error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by > editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that > is *** required on your system. > *** If pkg-config was wrong, set the environment variable > PKG_CONFIG_PATH > *** to point to the correct configuration files > no > configure: error: > *** GLIB 2.0.0 or better is required. The latest version of > *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is > installed > *** but not in the same location as pkg-config add the location of the > file > *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH. > > Suggestions? > > > >
______________________________________________________________
Andor J Kiss
Department of Biological Sciences
29 East Delaware Avenue
University of Delaware
Newark, Delaware   19716
USA

eMAIL: andor <at> udel.edu
URL: http://www.udel.edu/bio/people/postdoc/akiss.html
______________________________________________________________
Andor J Kiss
Department of Biological Sciences
29 East Delaware Avenue
University of Delaware
Newark, Delaware   19716
USA

eMAIL: andor <at> udel.edu
URL: http://www.udel.edu/bio/people/postdoc/akiss.html
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Simon Ennis | 29 Jun 11:18

integrate libscigraphica

Hello,
I want to integrate libscigraphica in an application. I can see from the
testplot example how to open the UI etc. 
I would like to know if there is a way to do this using a dataset so i
can open the UI with the dataset already plotted ??
Thanks
Simon

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Andor J Kiss | 29 Jun 04:20

SCIGRAPHICA 2.x DOES NOT INSTALL - PLEASE POST PROPER INSTALL INSTRUCTIONS!!!!!

Yet again, another SciGraphica install error:



checking for GLIB - version >= 2.5.7...
*** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.10.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.10.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

Suggestions?



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Andor J Kiss | 28 Jun 03:31

error with gtk+-2.8.19

Hello,

I've traced my problems to installing gtk+-2.8.19.  This is error I get

checking for GLIB - version >= 2.8.5...
*** 'pkg-config --modversion glib-2.0' returned 2.8.6, but GLIB (2.10.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.8.5 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/


Any Suggestions?

-ANdor


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Andor J Kiss | 27 Jun 16:51

Where is Scigraphica after install?

Hello,

    I am running Ubuntu 6.06 Dapper Drake.  I have followed all the installation instructions on http://scigraphica.sourceforge.net/ website, including installing all the necessary dependent libraries.  I have installed libscigraphica-2.1.1.  I cannot find the executable.

    Where is scigraphica?

Thanks
Andor
______________________________________________________________
Andor J Kiss
Department of Biological Sciences
29 East Delaware Avenue
University of Delaware
Newark, Delaware   19716
USA

eMAIL: andor <at> udel.edu
URL: http://www.udel.edu/bio/people/postdoc/akiss.html
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Max R. Yaffe | 9 Jun 15:47

Windows Port

Is anyone working on a Windows port of Scigraphica?  I see where there is a copy of Gimp running on WinXP  utilizing GTK+2.8.18.  Have the GTKExtra & SciGraphica libraries been ported?
 
Thanks,
Max
<div>
<div><span class="178034613-09062006">Is anyone working on 
a Windows port of Scigraphica?&nbsp; I see where there is a copy of Gimp running 
on WinXP&nbsp; utilizing GTK+2.8.18.&nbsp; Have&nbsp;the GTKExtra &amp; 
SciGraphica libraries been ported?</span></div>
<div>
<span class="178034613-09062006"></span>&nbsp;</div>
<div><span class="178034613-09062006">Thanks,</span></div>
<div><span class="178034613-09062006">Max</span></div>
</div>
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
Samuel Verstraete | 16 May 13:31

menu problems : SOLLUTION


Hello list,
I just subscribed to tell you this...
next to the export SG_PLUGIN_PATH you need to have imlib installed to see the menu's...  anything higher
than 1.9.7 (and lower than 2.0)
You need to recompile scigraphica after the installation of imlib. (normally gtk+extra and
libscigraphica don't need this)
<snip from the configure script>
checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version >= 1.9.7... yes
</snip>

I have no idea why this is not listed on the webpage and why the configure script doesn't simply fail on the imlib-config....

gr,S.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane