You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
(1) |
Aug
(6) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(6) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(3) |
Jul
(25) |
Aug
(4) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
(2) |
2009 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Muhammad Y. <eng...@ya...> - 2014-05-27 07:26:43
|
Dear all: I am an MS student. I am working on SOA .Can plz someone help me out by pointing out the methods and variable used for UI so that i can isolate them from logic |
From: Shaista Q. <q_s...@ho...> - 2013-10-06 15:54:56
|
From: Júlio H. <jul...@gm...> - 2013-03-12 15:30:00
|
Dear all, I compiled SGeMS on Linux and some of the advanced options to filtersim aren't available (e.g. Pattern Partition Method, Filters Definition, etc). Could you please guide me on how to solve this? Regards, Júlio. |
From: nico r. <nic...@gm...> - 2009-08-28 10:30:23
|
Hi Dave, I can't remember why I limited the number of colors to 256 in sgems... So, you have a colormap file with more than 256 entries? You could always sample the colormap to reduce the number of colors to 256, especially if the colors follow a gradient. Nicolas On Thu, Aug 27, 2009 at 9:13 PM, Dave Richers<dri...@ge...> wrote: > Hi..I have built a DEM draped google image in GRASS then exported it to > SGemS by converting it to an x,y,z,colr pointfile. Using the default grey > colormap, it looks fine, but I am trying to use the original false color > colormap from GRASS, but it exceeds the apparent 256 level limit that SGemS > seems to have. has anyone done this before and if so, what is the work > around. > > Thanks, > > Dave Richers > > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > |
From: Dave R. <dri...@ge...> - 2009-08-27 19:14:19
|
Hi..I have built a DEM draped google image in GRASS then exported it to SGemS by converting it to an x,y,z,colr pointfile. Using the default grey colormap, it looks fine, but I am trying to use the original false color colormap from GRASS, but it exceeds the apparent 256 level limit that SGemS seems to have. has anyone done this before and if so, what is the work around. Thanks, Dave Richers |
From: nico r. <nic...@gm...> - 2009-06-12 13:00:56
|
Is the gstlwidget.so plugin installed in a directory that Qt knows about? But even if not, it shouldn't cause a crash... 2009/6/5 xuzhiquan1 <xuz...@16...>: > Dear Sir, > I have compiled the whole project successfully,but there is an absence of > functions.When I used my mouse to click on the "kriging" of Algorithm > Panel,a runtime error occured. > I found the mistake in gstl_widget_factory.cpp.This sentence: > QObjectList* project_views = > new_form->queryList( "QWidget" ); > QObjectListIt it( *project_views ); > > while( it.current() != 0 ) { > Project_view* view = dynamic_cast< Project_view* >( it.current() ); > //Project_view* view = (Project_view*) it.current() ; > if( view ) { > view->init( project ); > } > > ++it; > } > delete project_views; > Why?Thank you. > > > Yours sincerely > > > > > ________________________________ > 网易企业邮,商务邮箱专家 > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > |
From: xuzhiquan1 <xuz...@16...> - 2009-06-05 12:50:00
|
Dear Sir, I have compiled the whole project successfully,but there is an absence of functions.When I used my mouse to click on the "kriging" of Algorithm Panel,a runtime error occured. I found the mistake in gstl_widget_factory.cpp.This sentence: QObjectList* project_views = new_form->queryList( "QWidget" ); QObjectListIt it( *project_views ); while( it.current() != 0 ) { Project_view* view = dynamic_cast< Project_view* >( it.current() ); //Project_view* view = (Project_view*) it.current() ; if( view ) { view->init( project ); } ++it; } delete project_views; Why?Thank you. Yours sincerely |
From: Bob L. <bo...@xj...> - 2009-04-18 06:25:10
|
Hi, I know the sgems can be compiled on vc7.1(vs2003), but I want to know it can be compiled on vc8.0(vs2005)? Bob Xi'an jiaotong university. |
From: Alessandro C. <ale...@un...> - 2009-02-13 15:07:30
|
Dear all, encouraged by Bobby's post I tried to compile SGeMS on my Linux machine again. - A first problem apparently related to the python2.5 distributed with OpenSUSE was solved installing from the sources python 2.4.5. - A second problem, probably related to the fact that I have both qt3 and qt4 on my pc and by default "qmake" is the one from qt4, was solved using "/usr/lib/qt3/bin/qmake" and setting in ".qmake.cache" "QMAKESPEC = /usr/lib/qt3/mkspecs/linux-g++-64" Doing this "make" progresses for some minute, until this error: ------------------------------------------------------------------------------------------------------------------------------ [...] /usr/lib/qt3/bin/moc -I/usr/lib/qt3/mkspecs/linux-g++-64 -I. -I/usr/lib/qt3/include -I. -I/opt/GsTL-1.3 -I/home/UNINE.CH/comuniana/temp/SGeMS-2.0 -I. -I. -I/usr/include qwt_legend.h -o moc_qwt_legend.cpp Qt meta object compiler moc: Invalid argument Usage: moc [options] <header-file> -o file Write output to file rather than stdout -f[file] Force #include, optional file name -p path Path prefix for included file -i Do not generate an #include statement -k Do not stop on errors -nw Do not display warnings -v Display version of moc make[2]: *** [moc_qwt_legend.cpp] Error 1 make[2]: Leaving directory `/home/UNINE.CH/comuniana/temp/SGeMS-2.0/GsTLAppli/extra/qwt' make[1]: *** [sub-extra-qwt-make_default] Error 2 make[1]: Leaving directory `/home/UNINE.CH/comuniana/temp/SGeMS-2.0/GsTLAppli' ------------------------------------------------------------------------------------------------------------------------------ Do you have any idea about how to fix this? Thank you in advance, Alessandro p.s. I also tried with the cvs version of GsTLAppli and GsTLAppli-qt4 (using the default qmake) but I have no improvements. |
From: Alessandro C. <ale...@un...> - 2009-01-20 15:18:54
|
Dear all, I'm trying again to compile SGeMS (GsTLAppli-qt4 from cvs ) on my OpenSUSE 10.3 64-bit machine. My ".qmake.cache" file looks like: --------------------------------------------------------------------- [...] GSTLHOME = /opt/GsTL-1.3 GSTLAPPLI_HOME = ${SGEMS}/GsTLAppli-qt4 INVENTOR_LIB = /opt/Coin-3.1.0a/lib INVENTOR_INCLUDE = /opt/Coin-3.1.0a/include PYTHON_LIB = /usr/lib/python2.5 PYTHON_INCLUDE = /usr/include/python2.5 PYTHON_SO = python2.5 [...] --------------------------------------------------------------------- but running "make" I have the following problems: --------------------------------------------------------------------------------------------------------------------- [...] g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I. -I/opt/GsTL-1.3 -I${SGEMS}/GsTLAppli-qt4 -I/usr/include/python2.5 -I. -I. -o ../../lib/linux/obj/actions/library_actions_init.o library_actions_init.cpp In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:42, from library_actions_init.cpp:39: [...] ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:98: warning: unused parameter ‘self’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h: In function ‘PyObject* sgems_set_property(PyObject*, PyObject*)’: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:233: error: no matching function for call to ‘min(int&, Py_ssize_t)’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h: At global scope: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:192: warning: unused parameter ‘self’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:257: warning: unused parameter ‘self’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:302: warning: unused parameter ‘self’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/python_commands.h:316: warning: unused parameter ‘self’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions/obj_manag_actions.h:34, from library_actions_init.cpp:41: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/filters/filter.h:52: warning: unused parameter ‘filename’ make[2]: *** [../../lib/linux/obj/actions/library_actions_init.o] Error 1 make[2]: Leaving directory `${SGEMS}/GsTLAppli-qt4/GsTLAppli/actions' make[1]: *** [sub-actions-make_default] Error 2 make[1]: Leaving directory `${SGEMS}/GsTLAppli-qt4/GsTLAppli' make: *** [sub-GsTLAppli-make_default] Error 2 --------------------------------------------------------------------------------------------------------------------- I tried also with the previous version of python(2.4.5, compiled with "--enable-shared"...) but the errors remained. Maybe the error is due to some incompatibilities between 32 and 64 bit codes? So, I tried with a somehow "brutal" cast on "GsTLAppli-qt4/GsTLAppli/actions/python_commands.h", changing: int size = std::min( trueSize, PyList_Size( tuple ) ); into: int size = std::min( int(trueSize), int(PyList_Size( tuple ) )); and I noticed some improvement in the "make" process... but again an error: --------------------------------------------------------------------------------------------------------------------- g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include/QtOpenGL -I/usr/include/QtXml -I/usr/include/QtXml -I/usr/include -I. -Ioinv_description -Iutils -Ivariogram2 -I/opt/GsTL-1.3 -I${SGEMS}/GsTLAppli-qt4 -I/opt/Coin-3.1.0a/include/Qt/viewers -I/opt/Coin-3.1.0a/include -I/opt/GsTL-1.3/GsTL/utils -I/usr/include/python2.5 -I/usr/X11R6/include -I.moc -I. -o ../../lib/linux/obj/gui/library_gui_init.o library_gui_init.cpp In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/oinv_project_view.h:40, from library_gui_init.cpp:30: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/SoQtGsTLViewer.h:35:53: error: Inventor/Qt/viewers/SoQtExaminerViewer.h: No such file or directory In file included from /opt/GsTL-1.3/boost/config.hpp:35, from /opt/GsTL-1.3/boost/random/mersenne_twister.hpp:27, from /opt/GsTL-1.3/GsTL/math/random_number_generators.h:33, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/math/random_numbers.h:35, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/rgrid.h:41, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/cartesian_grid.h:34, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_cgrid.h:35, from library_gui_init.cpp:32: /opt/GsTL-1.3/boost/config/compiler/gcc.hpp:66:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results" In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/oinv_project_view.h:40, from library_gui_init.cpp:30: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/SoQtGsTLViewer.h:44: error: expected class-name before ‘{’ token In file included from library_gui_init.cpp:30: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/oinv_project_view.h:163: warning: unused parameter ‘col’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/oinv_project_view.h: In member function ‘void Project_view_gui::reRender()’: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/appli/oinv_project_view.h:233: error: ‘class SoQtGsTLViewer’ has no member named ‘render’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/manager.h:34, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/appli/manager_repository.h:33, from library_gui_init.cpp:31: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/directory.h: At global scope: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/directory.h:45: warning: unused parameter ‘type_name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/directory.h:45: warning: unused parameter ‘name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/directory.h:45: warning: unused parameter ‘final_name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/utils/directory.h:47: warning: unused parameter ‘name’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/rgrid_gval_accessor.h:35, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/rgrid.h:37, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/cartesian_grid.h:34, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_cgrid.h:35, from library_gui_init.cpp:32: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/grid_property.h:271: warning: unused parameter ‘flag_id’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/grid_property.h:273: warning: unused parameter ‘flag_id’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/cartesian_grid.h:34, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_cgrid.h:35, from library_gui_init.cpp:32: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/rgrid.h:103: warning: unused parameter ‘P’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/reduced_grid.h:37, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_pointset.h:34, from library_gui_init.cpp:33: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/neighborhood.h:182: warning: unused parameter ‘s’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/neighborhood.h:302: warning: unused parameter ‘on’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/reduced_grid.h:39, from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_pointset.h:34, from library_gui_init.cpp:33: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/point_set.h:97: warning: unused parameter ‘region_name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/point_set.h:100: warning: unused parameter ‘region_name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/point_set.h:109: warning: unused parameter ‘region_name’ ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/point_set.h:154: warning: unused parameter ‘P’ In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/oinv_description/oinv_pointset.h:34, from library_gui_init.cpp:33: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/reduced_grid.h: In member function ‘void Reduced_grid::initMaskedGrid(bool)’: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/grid/grid_model/reduced_grid.h:83: warning: comparison between signed and unsigned integer expressions In file included from ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/QWidget_value_accessors/qcombobox_accessor.h:33, from library_gui_init.cpp:37: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/utils/qwidget_value_accessor.h: At global scope: ${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui/utils/qwidget_value_accessor.h:53: warning: unused parameter ‘widget’ make[2]: *** [../../lib/linux/obj/gui/library_gui_init.o] Error 1 make[2]: Leaving directory `${SGEMS}/GsTLAppli-qt4/GsTLAppli/gui' make[1]: *** [sub-gui-make_default] Error 2 make[1]: Leaving directory `${SGEMS}/GsTLAppli-qt4/GsTLAppli' make: *** [sub-GsTLAppli-make_default] Error 2 --------------------------------------------------------------------------------------------------------------------- In my configuration the file "SoQtExaminerViewer.h" is in "/opt/SoQt-1.4.2a_qt4/include/Inventor/Qt/viewers" and not in the Coin directory. Do you have some suggestion about how to solve this, please? Thank you in advance, Bests, Alessandro |
From: Ting L. <lti...@gm...> - 2008-12-09 16:58:53
|
Hi. The best way is to open GsTLAppli/utils/utils.pro and remove all references to simpleps.h and simpleps.cpp. I hope this helps. On Tue, Dec 9, 2008 at 11:21 AM, Thomas Mejer Hansen < tho...@gm...> wrote: > Hi. > > I would love to get SGeMS compiling on Ubuntu Linux 8.10, but I run > into a compile problem > > I download Coin, SimVoleon and SoQt from SVN > >> svn co https://svn.coin3d.org/repos/Coin/trunk Coin > >> svn co https://svn.coin3d.org/repos/Coin/trunk SimVoleon > >> svn co https://svn.coin3d.org/repos/Coin/trunk SoQt > and do > ./configure ; make ; sudo make install > I observe no errors here. > > Then I download GsTL and GsTLAppli-qt4 from CVS : > > >> cvs -d:pserver:ano...@gs...:/cvsroot/gstl login > >> cvs -z3 -d:pserver:ano...@gs...:/cvsroot/gstl co > -P GsTLc > >> cvs -d:pserver:ano...@sg...:/cvsroot/sgems login > >> cvs -z3 -d:pserver:ano...@sg...:/cvsroot/sgems > co -P GsTLAppli-qt4 > > this created the folders : > /home/tmh/COMPILING/GsTLAppli-qt4 > /home/tmh/COMPILING/GsTL > > > In /home/tmh/COMPILING/GsTLAppli-qt4 I edit .qmake.cache to look like this > : > -- > GSTLHOME = /home/tmh/COMPILING/GsTL > GSTLAPPLI_HOME = /home/tmh/COMPILING/GsTLAppli-qt4 > INVENTOR_LIB = /usr/local/lib > INVENTOR_INCLUDE = /usr/local/include/Inventor > PYTHON_LIB = /usr/lib > PYTHON_INCLUDE = /usr/include/python2.5 > PYTHON_SO = python2.5 > -- > > Then i type > >> qmake > and > >> make > > The compile porcess starts, but fails rather quickly in the folder > /home/tmh/COMPILING/GsTLAppli-qt4/GsTLAppli/utils > > The following compile command fails : > " > g++ -Wl,--no-undefined -shared -Wl,-soname,libGsTLAppli_utils.so.1 -o > libGsTLAppli_utils.so.1.0.0 ../../lib/linux/obj/utils/clock.o > ../../lib/linux/obj/utils/error_messages_handler.o > ../../lib/linux/obj/utils/gstl_messages_private.o > ../../lib/linux/obj/utils/manager.o > ../../lib/linux/obj/utils/progress_notifier.o > ../../lib/linux/obj/utils/simpleps.o > ../../lib/linux/obj/utils/string_manipulation.o -L/usr/lib > -L/home/tmh/COMPILING/GsTLAppli-qt4/lib/linux -lpthread -lQtGui > -lQtCore > " > > with the folllowing error > " > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawAxis(std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, bool)': > simpleps.cpp:(.text+0x147f): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14a3): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14c8): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14ec): undefined reference to > `QwtPlot::axisScaleDiv(int)' > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawYRightAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >)': > simpleps.cpp:(.text+0x1d96): undefined reference to > `QwtPlot::axisScaleDiv(int)' > ../../lib/linux/obj/utils/simpleps.o:simpleps.cpp:(.text+0x1db4): more > undefined references to `QwtPlot::axisScaleDiv(int)' follow > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawCurve(QwtData&, int, bool)': > simpleps.cpp:(.text+0x247a): undefined reference to > `QwtScaleMap::transformation() const' > simpleps.cpp:(.text+0x25ca): undefined reference to > `QwtScaleMap::transformation() const' > simpleps.cpp:(.text+0x29ac): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x29c0): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x2a14): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x2a35): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x3043): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x3051): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > collect2: ld returned 1 exit status > make: *** [../../lib/linux/libGsTLAppli_utils.so.1.0.0] Error 1 > " > > I notice that I can manually go to > /home/tmh/COMPILING/GsTLAppli-qt4/GsTLAppli/extra/qwt > Issuing a 'make' commmand here generates the shared objects > libqwt.so, libqwt.so.1, libqwt.so.1.0, libqwt.so.1.0.0, in > 'home/tmh/COMPILING/GsTLAppli-qt4/lib/linux/' > > However I still get the undefined reference errors (to Qwt*) > > I hope anyone has an idea to get me through the compilation on Ubuntu 8.10. > > have a nice day - Thomas > > > > --make[2]: Entering directory > `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli/utils' > rm -f libGsTLAppli_utils.so.1.0.0 libGsTLAppli_utils.so > libGsTLAppli_utils.so.1 libGsTLAppli_utils.so.1.0 > > > g++ -Wl,--no-undefined -shared -Wl,-soname,libGsTLAppli_utils.so.1 -o > libGsTLAppli_utils.so.1.0.0 ../../lib/linux/obj/utils/clock.o > ../../lib/linux/obj/utils/error_messages_handler.o > ../../lib/linux/obj/utils/gstl_messages_private.o > ../../lib/linux/obj/utils/manager.o > ../../lib/linux/obj/utils/progress_notifier.o > ../../lib/linux/obj/utils/simpleps.o > ../../lib/linux/obj/utils/string_manipulation.o -L/usr/lib > -L/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/lib/linux -lpthread -lQtGui > -lQtCore > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawAxis(std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, bool)': > simpleps.cpp:(.text+0x147f): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14a3): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14c8): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x14ec): undefined reference to > `QwtPlot::axisScaleDiv(int)' > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawYRightAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >)': > simpleps.cpp:(.text+0x1d96): undefined reference to > `QwtPlot::axisScaleDiv(int)' > ../../lib/linux/obj/utils/simpleps.o:simpleps.cpp:(.text+0x1db4): more > undefined references to `QwtPlot::axisScaleDiv(int)' follow > ../../lib/linux/obj/utils/simpleps.o: In function > `SimplePs::drawCurve(QwtData&, int, bool)': > simpleps.cpp:(.text+0x247a): undefined reference to > `QwtScaleMap::transformation() const' > simpleps.cpp:(.text+0x25ca): undefined reference to > `QwtScaleMap::transformation() const' > simpleps.cpp:(.text+0x29ac): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x29c0): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x2a14): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x2a35): undefined reference to > `QwtPlot::axisScaleDiv(int)' > simpleps.cpp:(.text+0x3043): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > simpleps.cpp:(.text+0x3051): undefined reference to > `QwtScaleMap::~QwtScaleMap()' > collect2: ld returned 1 exit status > make[2]: *** [../../lib/linux/libGsTLAppli_utils.so.1.0.0] Error 1 > make[2]: Leaving directory > `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli/utils' > make[1]: *** [sub-utils-make_default] Error 2 > make[1]: Leaving directory > `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli' > make: *** [sub-GsTLAppli-make_default] Error 2 > -- > > > > > > > -- > skype : cultpenguin > messenger: tm...@gf... > cell : +45 41427380 > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > -- Ting Li lti...@gm... |
From: Thomas M. H. <tho...@gm...> - 2008-12-09 16:21:59
|
Hi. I would love to get SGeMS compiling on Ubuntu Linux 8.10, but I run into a compile problem I download Coin, SimVoleon and SoQt from SVN >> svn co https://svn.coin3d.org/repos/Coin/trunk Coin >> svn co https://svn.coin3d.org/repos/Coin/trunk SimVoleon >> svn co https://svn.coin3d.org/repos/Coin/trunk SoQt and do ./configure ; make ; sudo make install I observe no errors here. Then I download GsTL and GsTLAppli-qt4 from CVS : >> cvs -d:pserver:ano...@gs...:/cvsroot/gstl login >> cvs -z3 -d:pserver:ano...@gs...:/cvsroot/gstl co -P GsTLc >> cvs -d:pserver:ano...@sg...:/cvsroot/sgems login >> cvs -z3 -d:pserver:ano...@sg...:/cvsroot/sgems co -P GsTLAppli-qt4 this created the folders : /home/tmh/COMPILING/GsTLAppli-qt4 /home/tmh/COMPILING/GsTL In /home/tmh/COMPILING/GsTLAppli-qt4 I edit .qmake.cache to look like this : -- GSTLHOME = /home/tmh/COMPILING/GsTL GSTLAPPLI_HOME = /home/tmh/COMPILING/GsTLAppli-qt4 INVENTOR_LIB = /usr/local/lib INVENTOR_INCLUDE = /usr/local/include/Inventor PYTHON_LIB = /usr/lib PYTHON_INCLUDE = /usr/include/python2.5 PYTHON_SO = python2.5 -- Then i type >> qmake and >> make The compile porcess starts, but fails rather quickly in the folder /home/tmh/COMPILING/GsTLAppli-qt4/GsTLAppli/utils The following compile command fails : " g++ -Wl,--no-undefined -shared -Wl,-soname,libGsTLAppli_utils.so.1 -o libGsTLAppli_utils.so.1.0.0 ../../lib/linux/obj/utils/clock.o ../../lib/linux/obj/utils/error_messages_handler.o ../../lib/linux/obj/utils/gstl_messages_private.o ../../lib/linux/obj/utils/manager.o ../../lib/linux/obj/utils/progress_notifier.o ../../lib/linux/obj/utils/simpleps.o ../../lib/linux/obj/utils/string_manipulation.o -L/usr/lib -L/home/tmh/COMPILING/GsTLAppli-qt4/lib/linux -lpthread -lQtGui -lQtCore " with the folllowing error " ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawAxis(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)': simpleps.cpp:(.text+0x147f): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14a3): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14c8): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14ec): undefined reference to `QwtPlot::axisScaleDiv(int)' ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawYRightAxis(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)': simpleps.cpp:(.text+0x1d96): undefined reference to `QwtPlot::axisScaleDiv(int)' ../../lib/linux/obj/utils/simpleps.o:simpleps.cpp:(.text+0x1db4): more undefined references to `QwtPlot::axisScaleDiv(int)' follow ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawCurve(QwtData&, int, bool)': simpleps.cpp:(.text+0x247a): undefined reference to `QwtScaleMap::transformation() const' simpleps.cpp:(.text+0x25ca): undefined reference to `QwtScaleMap::transformation() const' simpleps.cpp:(.text+0x29ac): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x29c0): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x2a14): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x2a35): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x3043): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x3051): undefined reference to `QwtScaleMap::~QwtScaleMap()' collect2: ld returned 1 exit status make: *** [../../lib/linux/libGsTLAppli_utils.so.1.0.0] Error 1 " I notice that I can manually go to /home/tmh/COMPILING/GsTLAppli-qt4/GsTLAppli/extra/qwt Issuing a 'make' commmand here generates the shared objects libqwt.so, libqwt.so.1, libqwt.so.1.0, libqwt.so.1.0.0, in 'home/tmh/COMPILING/GsTLAppli-qt4/lib/linux/' However I still get the undefined reference errors (to Qwt*) I hope anyone has an idea to get me through the compilation on Ubuntu 8.10. have a nice day - Thomas --make[2]: Entering directory `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli/utils' rm -f libGsTLAppli_utils.so.1.0.0 libGsTLAppli_utils.so libGsTLAppli_utils.so.1 libGsTLAppli_utils.so.1.0 g++ -Wl,--no-undefined -shared -Wl,-soname,libGsTLAppli_utils.so.1 -o libGsTLAppli_utils.so.1.0.0 ../../lib/linux/obj/utils/clock.o ../../lib/linux/obj/utils/error_messages_handler.o ../../lib/linux/obj/utils/gstl_messages_private.o ../../lib/linux/obj/utils/manager.o ../../lib/linux/obj/utils/progress_notifier.o ../../lib/linux/obj/utils/simpleps.o ../../lib/linux/obj/utils/string_manipulation.o -L/usr/lib -L/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/lib/linux -lpthread -lQtGui -lQtCore ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawAxis(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)': simpleps.cpp:(.text+0x147f): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14a3): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14c8): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x14ec): undefined reference to `QwtPlot::axisScaleDiv(int)' ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawYRightAxis(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)': simpleps.cpp:(.text+0x1d96): undefined reference to `QwtPlot::axisScaleDiv(int)' ../../lib/linux/obj/utils/simpleps.o:simpleps.cpp:(.text+0x1db4): more undefined references to `QwtPlot::axisScaleDiv(int)' follow ../../lib/linux/obj/utils/simpleps.o: In function `SimplePs::drawCurve(QwtData&, int, bool)': simpleps.cpp:(.text+0x247a): undefined reference to `QwtScaleMap::transformation() const' simpleps.cpp:(.text+0x25ca): undefined reference to `QwtScaleMap::transformation() const' simpleps.cpp:(.text+0x29ac): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x29c0): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x2a14): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x2a35): undefined reference to `QwtPlot::axisScaleDiv(int)' simpleps.cpp:(.text+0x3043): undefined reference to `QwtScaleMap::~QwtScaleMap()' simpleps.cpp:(.text+0x3051): undefined reference to `QwtScaleMap::~QwtScaleMap()' collect2: ld returned 1 exit status make[2]: *** [../../lib/linux/libGsTLAppli_utils.so.1.0.0] Error 1 make[2]: Leaving directory `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli/utils' make[1]: *** [sub-utils-make_default] Error 2 make[1]: Leaving directory `/home/tmh/RESEARCH/SGEMS/GsTLAppli-qt4/GsTLAppli' make: *** [sub-GsTLAppli-make_default] Error 2 -- -- skype : cultpenguin messenger: tm...@gf... cell : +45 41427380 |
From: Marco B. <mbi...@ba...> - 2008-10-23 17:58:41
|
Hi, can somebody tell me how indicator kriging (not SISIM) works in S-GEMS?. For example, what is the output? Is a conditional probability? How can I input more than one variogram if I want to do a full indicator procedure? How can I analyze the output (I'm talking about the analyses one can do with POSTIK in GSLIB)? Thanks Marco -------------------------------------------------------------------------------- Marco Bianchi, Ph.D. student The Department of Geological Sciences The University of Alabama Phone: (205) 348 3015 Email: mbi...@ba... http://www.geo.ua.edu/bianchi -------------------------------------------------------------------------------- |
From: nico r. <nic...@gm...> - 2008-09-30 17:25:25
|
The linker is trying to link with python2.4 and can't seem to find it. It is looking for /home/UNINE.CH/comuniana/software/Python-2.4.5/lib/libpython2.4.so If that file doesn't exist, modify variable PYTHON_LIB to change the path, or PYTHON_SO to change the name of the library (omitting the "lib" and the ".so"). >From the output of your "find" command you don't seem to have the dynamic library installed (the python2.4.a is a static library, you need the .so file - DLL in Windows speak). Or you're not looking in the right directory: mine is installed in /usr/lib for example. Hope this helps, Nicolas On Wed, Sep 24, 2008 at 2:17 AM, COMUNIAN Alessandro <ale...@un...> wrote: > Thank you Ting for the suggestion! > I modified the QMAKESPEC variable (= /usr/lib/qt3/mkspecs/linux-g++-64) in > order to use qt3 instead of qt4, but now the problem has moved to something > related to my Python installation (python2.5). So I am trying with > python2.4.5: the "make" process proceeds better than with python 2.5 but at > the end there is another error (cannot find -lpython2.4): > > [...] > g++ -shared -Wl,-soname,libGsTLAppli_actions.so.1 -o > libGsTLAppli_actions.so.1.0.0 ../../lib/linux/obj/actions/algorithms_actions.o ../../lib/linux/obj/actions/library_actions_init.o ../../lib/linux/obj/actions/misc_actions.o ../../lib/linux/obj/actions/obj_manag_actions.o ../../lib/linux/obj/actions/python_commands.o ../../lib/linux/obj/actions/python_wrapper.o -L/usr/lib64/ -L/usr/lib/qt3/lib64/ -L/home/UNINE.CH/comuniana/software/SGeMS-2.0/lib/linux -L/home/UNINE.CH/comuniana/software/Python-2.4.5/lib -lpython2.4 -lpthread > /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: > cannot find -lpython2.4 > collect2: ld returned 1 exit status > make[2]: *** [../../lib/linux/libGsTLAppli_actions.so.1.0.0] Error 1 > make[2]: Leaving directory > `/home/UNINE.CH/comuniana/software/SGeMS-2.0/GsTLAppli/actions' > make[1]: *** [sub-actions-make_default] Error 2 > make[1]: Leaving directory > `/home/UNINE.CH/comuniana/software/SGeMS-2.0/GsTLAppli' > make: *** [sub-GsTLAppli-make_default] Error 2 > > The variables in the ".qmake.cache" file are: > > PYTHON_LIB = /home/UNINE.CH/comuniana/software/Python-2.4.5/lib > PYTHON_INCLUDE= /home/UNINE.CH/comuniana/software/Python-2.4.5/include/python2.4 > PYTHON_SO = python2.4 > > (I also tested different values of PYTHON_SO like "python" an so on...) > > The files resulting from a "find -name "*python*" in my python directory are: > > ./lib/python2.4/config/python.o > ./lib/python2.4/config/libpython2.4.a > > (There are *.so files but only in "./lib/python2.4/lib-dynload") > > I think that the problem is related to the value of PYTHON_SO, but I don't > know to which value set this variable. Do you have some idea? > Thank you! > > Alessandro > > On Tuesday 23 September 2008 21:51:37 you wrote: >> Hi. >> It looks like you are using Qt 4.x. SGeMS 2.0 works with Qt 3.3.x. >> >> On Tue, Sep 23, 2008 at 7:51 AM, COMUNIAN Alessandro >> <ale...@un...> wrote: Hi! >> I'm triying to compile SGeMS 2.0 on Linux Suse10.3, but I get some errors >> running "make": >> >> [...] >> manager.cpp:96: error: no matching function for call >> to 'QString::startsWith(const char*, bool)' >> /usr/include/QtCore/qstring.h:213: note: candidates are: bool >> QString::startsWith(const QString&, Qt::CaseSensitivity) const >> /usr/include/QtCore/qstring.h:214: note: bool >> QString::startsWith(const QLatin1String&, Qt::CaseSensitivity) const >> /usr/include/QtCore/qstring.h:215: note: bool >> QString::startsWith(const QChar&, Qt::CaseSensitivity) const >> [...] >> >> and >> >> [...] >> manager.cpp: In static member function 'static std::string >> Manager::init_plugin_path()': >> manager.cpp:170: error: 'class QDir' has no member named 'absPath' >> manager.cpp:178: error: 'class QDir' has no member named 'absPath' >> manager.cpp: In member function 'bool Manager::load_library(const >> std::string&)': >> manager.cpp:227: error: 'class QLibrary' has no member named >> 'setAutoUnload' [...] >> >> Do you have some suggestions please? >> Thank you in advance! >> Bests, >> >> Alessandro >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge Build the coolest Linux based applications with Moblin SDK & win >> great prizes Grand prize is a trip for two to an Open Source event anywhere >> in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Sgems-devel mailing list >> Sge...@li...<mailto:Sge...@li...> >> https://lists.sourceforge.net/lists/listinfo/sgems-devel >> >> >> >> >> -- >> Ting Li >> lti...@gm...<mailto:lti...@gm...> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > |
From: Thomas M. H. <tho...@gm...> - 2008-09-29 11:59:54
|
Hi I tested out a few algorithms of the recently released SGEMS 2.1. I found the following bugs ( or perhaps I am doing something bad ? ) * Unable to select 'Show Bounding Box' * Unable to perform conditional simulation using filtersim_cate * Unable for perform dssim simulation using Soares type simulation 'From File' The data and parameter files I have used can be found at http://imgp.gfy.ku.dk/sgems_bugs.zip details below : ____________________________________________________________ ** Unable to select 'Show Bounding Box' When I load a point set data (called OBS in obs.sgems), and go to 'PREFERENCES'-'OBS'-'GENERAL' and click 'Show Bounding Box' sgems crashes. info provide by SGeMS: -- AppName: sgems.exe AppVer: 0.0.0.0 ModName: gstlappli_gui.dll ModVer: 0.0.0.0 Offset: 0000ba36 -- ____________________________________________________________ ** Unable to perform conditional simulation using filtersim_cate I can perform unconditional CATEgorical simulation, but when I try to condition OBS in obs.sgems, SGeMS crashes. It seems the The last messages from SGeMS are : -- Post-processing simulation of penultimate coarse grid -- note that using the same data I can run both unconditional and conditional CONTinuous filtersim. info provide by SGeMS: -- AppName: sgems.exe AppVer: 0.0.0.0 ModName: unknown ModVer: 0.0.0.0 Offset: 3ef010ff -- ____________________________________________________________ ** Unable for perform dssim simulation using Soares type simulation 'From File' Using dssim with a 'Soares' 'distribution type' works well if the 'reference distribution' is loaded from and Object. However, when I trry to load the reference distribution "From File' SGeMS crashes, if the target distribution is: target.asc ASCII formattes target.eas GSLIB/EAS formatted target.sgems SGeMS binary formatted I do not know the format of the target reference distribution, so that is probably the cause. It would be nice if SGeMS would then prompt the user with a message that the format is wrong. Have a nice day - Thomas |
From: nico r. <nic...@gm...> - 2008-09-29 05:56:40
|
Hi all, This is to let you know that version 2.1 of sgems is finally out. Version 2.1 is the version that will be distributed with the book "Applied Geostatistics with SGeMS: a User's Guide" (Cambridge University Press, 2008). It adds several algorithms that were omitted from earlier versions, including a utility to generate training images, kriging with block data, block sequential simulation. A windows installer is available on http://sourceforge.net/projects/sgems (note that the download link on http://sgems.sourceforge.net still points to v2.0. I will update it as soon as sourceforge fixes my shell access...). As usual, the installer contains the source code for sgems and gstl. Nicolas |
From: COMUNIAN A. <ale...@un...> - 2008-09-24 09:18:00
|
Thank you Ting for the suggestion! I modified the QMAKESPEC variable (= /usr/lib/qt3/mkspecs/linux-g++-64) in order to use qt3 instead of qt4, but now the problem has moved to something related to my Python installation (python2.5). So I am trying with python2.4.5: the "make" process proceeds better than with python 2.5 but at the end there is another error (cannot find -lpython2.4): [...] g++ -shared -Wl,-soname,libGsTLAppli_actions.so.1 -o libGsTLAppli_actions.so.1.0.0 ../../lib/linux/obj/actions/algorithms_actions.o ../../lib/linux/obj/actions/library_actions_init.o ../../lib/linux/obj/actions/misc_actions.o ../../lib/linux/obj/actions/obj_manag_actions.o ../../lib/linux/obj/actions/python_commands.o ../../lib/linux/obj/actions/python_wrapper.o -L/usr/lib64/ -L/usr/lib/qt3/lib64/ -L/home/UNINE.CH/comuniana/software/SGeMS-2.0/lib/linux -L/home/UNINE.CH/comuniana/software/Python-2.4.5/lib -lpython2.4 -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lpython2.4 collect2: ld returned 1 exit status make[2]: *** [../../lib/linux/libGsTLAppli_actions.so.1.0.0] Error 1 make[2]: Leaving directory `/home/UNINE.CH/comuniana/software/SGeMS-2.0/GsTLAppli/actions' make[1]: *** [sub-actions-make_default] Error 2 make[1]: Leaving directory `/home/UNINE.CH/comuniana/software/SGeMS-2.0/GsTLAppli' make: *** [sub-GsTLAppli-make_default] Error 2 The variables in the ".qmake.cache" file are: PYTHON_LIB = /home/UNINE.CH/comuniana/software/Python-2.4.5/lib PYTHON_INCLUDE= /home/UNINE.CH/comuniana/software/Python-2.4.5/include/python2.4 PYTHON_SO = python2.4 (I also tested different values of PYTHON_SO like "python" an so on...) The files resulting from a "find -name "*python*" in my python directory are: ./lib/python2.4/config/python.o ./lib/python2.4/config/libpython2.4.a (There are *.so files but only in "./lib/python2.4/lib-dynload") I think that the problem is related to the value of PYTHON_SO, but I don't know to which value set this variable. Do you have some idea? Thank you! Alessandro On Tuesday 23 September 2008 21:51:37 you wrote: > Hi. > It looks like you are using Qt 4.x. SGeMS 2.0 works with Qt 3.3.x. > > On Tue, Sep 23, 2008 at 7:51 AM, COMUNIAN Alessandro > <ale...@un...> wrote: Hi! > I'm triying to compile SGeMS 2.0 on Linux Suse10.3, but I get some errors > running "make": > > [...] > manager.cpp:96: error: no matching function for call > to 'QString::startsWith(const char*, bool)' > /usr/include/QtCore/qstring.h:213: note: candidates are: bool > QString::startsWith(const QString&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:214: note: bool > QString::startsWith(const QLatin1String&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:215: note: bool > QString::startsWith(const QChar&, Qt::CaseSensitivity) const > [...] > > and > > [...] > manager.cpp: In static member function 'static std::string > Manager::init_plugin_path()': > manager.cpp:170: error: 'class QDir' has no member named 'absPath' > manager.cpp:178: error: 'class QDir' has no member named 'absPath' > manager.cpp: In member function 'bool Manager::load_library(const > std::string&)': > manager.cpp:227: error: 'class QLibrary' has no member named > 'setAutoUnload' [...] > > Do you have some suggestions please? > Thank you in advance! > Bests, > > Alessandro > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li...<mailto:Sge...@li...> > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > > > > -- > Ting Li > lti...@gm...<mailto:lti...@gm...> |
From: Ting L. <lti...@gm...> - 2008-09-23 19:51:45
|
Hi. It looks like you are using Qt 4.x. SGeMS 2.0 works with Qt 3.3.x. On Tue, Sep 23, 2008 at 7:51 AM, COMUNIAN Alessandro <ale...@un...> wrote: > Hi! > I'm triying to compile SGeMS 2.0 on Linux Suse10.3, but I get some errors > running "make": > > [...] > manager.cpp:96: error: no matching function for call > to 'QString::startsWith(const char*, bool)' > /usr/include/QtCore/qstring.h:213: note: candidates are: bool > QString::startsWith(const QString&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:214: note: bool > QString::startsWith(const QLatin1String&, Qt::CaseSensitivity) const > /usr/include/QtCore/qstring.h:215: note: bool > QString::startsWith(const QChar&, Qt::CaseSensitivity) const > [...] > > and > > [...] > manager.cpp: In static member function 'static std::string > Manager::init_plugin_path()': > manager.cpp:170: error: 'class QDir' has no member named 'absPath' > manager.cpp:178: error: 'class QDir' has no member named 'absPath' > manager.cpp: In member function 'bool Manager::load_library(const > std::string&)': > manager.cpp:227: error: 'class QLibrary' has no member named > 'setAutoUnload' > [...] > > Do you have some suggestions please? > Thank you in advance! > Bests, > > Alessandro > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > -- Ting Li lti...@gm... |
From: COMUNIAN A. <ale...@un...> - 2008-09-23 19:23:14
|
Hi! I'm triying to compile SGeMS 2.0 on Linux Suse10.3, but I get some errors running "make": [...] manager.cpp:96: error: no matching function for call to ‘QString::startsWith(const char*, bool)’ /usr/include/QtCore/qstring.h:213: note: candidates are: bool QString::startsWith(const QString&, Qt::CaseSensitivity) const /usr/include/QtCore/qstring.h:214: note: bool QString::startsWith(const QLatin1String&, Qt::CaseSensitivity) const /usr/include/QtCore/qstring.h:215: note: bool QString::startsWith(const QChar&, Qt::CaseSensitivity) const [...] and [...] manager.cpp: In static member function ‘static std::string Manager::init_plugin_path()’: manager.cpp:170: error: ‘class QDir’ has no member named ‘absPath’ manager.cpp:178: error: ‘class QDir’ has no member named ‘absPath’ manager.cpp: In member function ‘bool Manager::load_library(const std::string&)’: manager.cpp:227: error: ‘class QLibrary’ has no member named ‘setAutoUnload’ [...] Do you have some suggestions please? Thank you in advance! Bests, Alessandro |
From: Thomas M. H. <tho...@gm...> - 2008-08-01 11:22:41
|
Hi Nico On Fri, Aug 1, 2008 at 3:53 AM, nico remy <nic...@gm...> wrote: > You can actually run sgems from the command line, without the graphical > interface. > Try: > > sgems command_file > where command_file contains a list of sgems commands, see > http://sgems.sourceforge.net/doc/sgems_scripts.html for a brief > description of what commands are. > Instead of sgems commands, you can use a python script (the "-s" flag tell > sgems to interpret the file as a python script) : > > sgems -s script_file.py > outstanding. Works like a charm, after I set the GSTLAPPLIHOME environment variable to the install path of SGeMS. Otherwise I got a run time error. Thank you and have a nice day - Thomas > > Nicolas > > > On Thu, Jul 31, 2008 at 1:50 PM, Thomas Mejer Hansen < > tho...@gm...> wrote: > >> Hi >> Thank you for the amazing SGeMS. >> >> I have one suggestion: It would be nice to have commandline tools for >> the various simulation/estimation algorithms that could be called >> using an xml file (as exported from SGeMS) as for example : >> > snesim_std snesim_par.xml >> >> Command line binaries would be great for linking to other programs and >> for use on non-graphical machines. >> >> I would like to help out but I have close to no C++ expirience. With a >> little guidance I will be happy to try. >> >> I hope you can guide me some. :) >> >> Have a nice day >> - Thomas Mejer Hansen >> >> >> |
From: nico r. <nic...@gm...> - 2008-08-01 01:54:02
|
You can actually run sgems from the command line, without the graphical interface. Try: > sgems command_file where command_file contains a list of sgems commands, see http://sgems.sourceforge.net/doc/sgems_scripts.html for a brief description of what commands are. Instead of sgems commands, you can use a python script (the "-s" flag tell sgems to interpret the file as a python script) : > sgems -s script_file.py Nicolas On Thu, Jul 31, 2008 at 1:50 PM, Thomas Mejer Hansen < tho...@gm...> wrote: > Hi > Thank you for the amazing SGeMS. > > I have one suggestion: It would be nice to have commandline tools for > the various simulation/estimation algorithms that could be called > using an xml file (as exported from SGeMS) as for example : > > snesim_std snesim_par.xml > > Command line binaries would be great for linking to other programs and > for use on non-graphical machines. > > I would like to help out but I have close to no C++ expirience. With a > little guidance I will be happy to try. > > I hope you can guide me some. :) > > Have a nice day > - Thomas Mejer Hansen > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > |
From: Thomas M. H. <tho...@gm...> - 2008-07-31 20:50:45
|
Hi Thank you for the amazing SGeMS. I have one suggestion: It would be nice to have commandline tools for the various simulation/estimation algorithms that could be called using an xml file (as exported from SGeMS) as for example : > snesim_std snesim_par.xml Command line binaries would be great for linking to other programs and for use on non-graphical machines. I would like to help out but I have close to no C++ expirience. With a little guidance I will be happy to try. I hope you can guide me some. :) Have a nice day - Thomas Mejer Hansen |
From: Odin G. <gre...@gm...> - 2008-07-18 14:30:05
|
Hello everybody, I'm trying to compile S-GeMS 2.0 on Linux. I successfully installed and added all the latest necessary libraries (Coin3D, QT4, SoQt, SIMVoleon) using their subversion repository. I also downloaded S-GeMS (QT4 version) and GsTL using the Sourceforge CVS. The problem occurs when I try to launch the compilation of S-GeMS. "make" surprisingly finds a lot of warning and errors (!!!) in the source code of some files. I bet that this is maybe an error from my side (did I forgot a library or something else?) or from the sources (the compiler seams not to find some files, which is not surprising as, for some of them, they don't exist!). I've verified many time my ".qmake.cache" file as well as my environment variables, but I didn't notice any issue… I've read the previous topic concerning this problem with S-GeMS 1.4, but I did not find any interesting clue concerning my case. If anyone have a clue for this problem it would be kind (I'm on it since a moment now). I'm using the following : - g++ 4.2 - python 2.5 - S-GeMS 2.0 - Coin3D 2.5 - Qt 4 - GsTL 1.2.1 Here is the error log of the problem : > Makefile:1515: warning: overriding commands for target > `moc_input_widget.cpp' > > Makefile:1512: warning: ignoring old commands for target > `moc_input_widget.cpp' > > Makefile:1723: warning: overriding commands for target `ui_snesim_std.h' > > Makefile:1688: warning: ignoring old commands for target `ui_snesim_std.h' > > Makefile:2933: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/utilities.o' > > Makefile:2077: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/utilities.o' > > Makefile:3327: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/ImageProcess.o' > > Makefile:2407: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/ImageProcess.o' > > Makefile:3517: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/benchmark.o' > > Makefile:3505: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/benchmark.o' > > Makefile:4947: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/TI_manipulation.o' > > Makefile:3393: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/TI_manipulation.o' > > Makefile:5049: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/cartesian_grid.o' > > Makefile:3569: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/cartesian_grid.o' > > Makefile:5126: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/geovalue.o' > > Makefile:3574: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/geovalue.o' > > Makefile:5177: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/grid_property_manager.o' > > Makefile:2945: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/grid_property_manager.o' > > Makefile:5216: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/point_set.o' > > Makefile:3038: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/point_set.o' > > Makefile:5333: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/rgrid.o' > > Makefile:3065: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/rgrid.o' > > Makefile:6997: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/input_widget.o' > > Makefile:6792: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/input_widget.o' > > Makefile:7011: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_gui.o' > > Makefile:6836: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_gui.o' > > Makefile:7017: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_covariance.o' > > Makefile:3508: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_covariance.o' > > Makefile:7074: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_manager.o' > > Makefile:7046: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_manager.o' > > Makefile:7459: warning: overriding commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_neighborhood.o' > > Makefile:3529: warning: ignoring old commands for target > `GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/test_neighborhood.o' > > In file included from ./GsTLAppli/geostat/geostat_algo.h:34, > > from extra/efrosim/efrosim.h:11, > > from extra/efrosim/efrosim.cpp:1: > > ./GsTLAppli/utils/named_interface.h:33:34: error: GsTL/utils/smartptr.h: No > such file or directory > > In file included from extra/efrosim/efrosim.h:12, > > from extra/efrosim/efrosim.cpp:1: > > ./GsTLAppli/grid/grid_model/neighborhood.h:36:44: error: > GsTL/utils/smartptr_interface.h: No such file or directory > > In file included from extra/efrosim/efrosim.cpp:1: > > extra/efrosim/efrosim.h:15:42: error: GsTL/cdf/categ_non_param_cdf.h: No > such file or directory > > In file included from ./GsTLAppli/grid/grid_model/rgrid_neighborhood.h:36, > > from extra/efrosim/efrosim.cpp:6: > > ./GsTLAppli/grid/grid_model/sgrid_cursor.h:35:39: error: > GsTL/math/math_functions.h: No such file or directory > > In file included from extra/efrosim/efrosim.cpp:6: > > ./GsTLAppli/grid/grid_model/rgrid_neighborhood.h:39:48: error: > GsTL/geometry/geometry_algorithms.h: No such file or directory > > ./GsTLAppli/grid/grid_model/rgrid_neighborhood.h:40:39: error: > GsTL/geometry/covariance.h: No such file or directory > > In file included from extra/efrosim/efrosim.cpp:13: > > ./GsTLAppli/math/random_numbers.h:35:49: error: > GsTL/math/random_number_generators.h: No such file or directory > > In file included from extra/efrosim/efrosim.cpp:15: > > ./GsTLAppli/geostat/utilities.h:38:47: error: > GsTL/kriging/kriging_constraints.h: No such file or directory > > ./GsTLAppli/geostat/utilities.h:39:49: error: > GsTL/kriging/cokriging_constraints.h: No such file or directory > > ./GsTLAppli/geostat/utilities.h:40:44: error: > GsTL/kriging/kriging_combiner.h: No such file or directory > > ./GsTLAppli/geostat/utilities.h:41:46: error: > GsTL/kriging/cokriging_combiner.h: No such file or directory > > ./GsTLAppli/geostat/utilities.h:42:41: error: > GsTL/kriging/covariance_set.h: No such file or directory > > ./GsTLAppli/geostat/utilities.h:43:35: error: GsTL/cdf/gaussian_cdf.h: No > such file or directory > > ./GsTLAppli/geostat/utilities.h:44:37: error: GsTL/cdf/non_param_cdf.h: No > such file or directory > > extra/efrosim/efrosim.cpp:17:51: error: > GsTL/simulation/sequential_simulation.h: No such file or directory > > extra/efrosim/efrosim.cpp:18:52: error: > GsTL/cdf_estimator/efros_cdf_estimator.h: No such file or directory > > extra/efrosim/efrosim.cpp:19:46: error: GsTL/sampler/monte_carlo_sampler.h: > No such file or directory > > extra/efrosim/efrosim.cpp:262:1: error: pasting "Efrosim" and "::" does not > give a valid preprocessing token > > extra/efrosim/efrosim.cpp:262:25: warning: no newline at end of file > > In file included from ./GsTLAppli/utils/gstl_messages.h:34, > > from ./GsTLAppli/grid/grid_model/geovalue.h:33, > > from ./GsTLAppli/grid/grid_model/neighborhood.h:34, > > from extra/efrosim/efrosim.h:12, > > from extra/efrosim/efrosim.cpp:1: > > ./GsTLAppli/utils/gstl_messages_private.h:205: error: 'SmartPtr' was not > declared in this scope > > ./GsTLAppli/utils/gstl_messages_private.h:205: error: template argument 1 > is invalid > > ./GsTLAppli/utils/gstl_messages_private.h:205: error: template argument 2 > is invalid > > ./GsTLAppli/utils/gstl_messages_private.h:205: error: expected > unqualified-id before '>' token > > ./GsTLAppli/utils/gstl_messages_private.h:206: error: 'SmartPtr' was not > declared in this scope > > ./GsTLAppli/utils/gstl_messages_private.h:206: error: template argument 1 > is invalid > > ./GsTLAppli/utils/gstl_messages_private.h:206: error: template argument 2 > is invalid > > ./GsTLAppli/utils/gstl_messages_private.h:206: error: expected > unqualified-id before '>' token > > ./GsTLAppli/utils/gstl_messages_private.h: In member function 'int > Channel::subscribers() const': > > ./GsTLAppli/utils/gstl_messages_private.h:202: error: 'scribes_' was not > declared in this scope > > In file included from ./GsTLAppli/grid/grid_model/geovalue.h:35, > > from ./GsTLAppli/grid/grid_model/neighborhood.h:34, > > from extra/efrosim/efrosim.h:12, > > from extra/efrosim/efrosim.cpp:1: > > ./GsTLAppli/grid/grid_model/grid_property.h: At global scope: > > ./GsTLAppli/grid/grid_model/grid_property.h:271: warning: unused parameter > 'flag_id' > > ./GsTLAppli/grid/grid_model/grid_property.h:273: warning: unused parameter > 'flag_id' > > In file included from extra/efrosim/efrosim.h:12, > > from extra/efrosim/efrosim.cpp:1: > > ./GsTLAppli/grid/grid_model/neighborhood.h:49: error: expected > template-name before '<' token > > ./GsTLAppli/grid/grid_model/neighborhood.h:49: error: expected `{' before > '<' token > > ./GsTLAppli/grid/grid_model/neighborhood.h:49: error: expected > unqualified-id before '<' token > > make: *** [GsTLAppli/lib/linux/obj/home/gremodin/qt4-sgems/efrosim.o] Error > 1 > Thanks a lot. |
From: nico r. <nic...@gm...> - 2008-06-02 06:12:46
|
What problems did you get? 2008/5/21 Lucia Robles <luc...@gm...>: > Hi, > Thanks for creating this space, > I tried to compile sgems in windows using visual studio 2005, I got many > linking problems. > I found a manual about the compilation of Sgems, but I need help. > I tried to read some of the post related to the compilation process, but > somethings are advanced and I dont understand them. > Is there any detailed explanation that I could read? > > Also, I sent an email related to filtersim in the users list. > > thanks in advance > lucia > > -- > > ----------------------------------------------------------------------------------------- > Lucía Robles Stefoni > ----------------------------------------------------------------------------------------- > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > > |
From: nico r. <nic...@gm...> - 2008-06-02 05:55:33
|
I had not noticed that file (simpleps.h/.cpp) before!! Apparently Ting Li added that file to support plots in PostScript, but he should have put it in extra/qwt, instead of utils. The utils library is compiled first, hence the dependency error on qwt you get (qwt is not compiled yet at that stage). I don't understand why I didn't get that error on BSD and Windows... Nicolas On Sat, May 10, 2008 at 6:37 PM, Brooks Clark <mbr...@gm...> wrote: > I originally posted this on the users mailing list, but it's probably > more appropriate here: > > > I'd really like to compile S-GeMS on a Mac, but I'm not having much > > luck "out-of-the-box". > > > > I'm using gcc v4.0.1 and I've installed the following libs using fink: > > > > qt3 v3.3.8 > > soqt25 v1.4.1 > > coin46 v2.5.0 > > simvoleon41 v2.0.1 > > > > and I've installed GsTL v1.2.1 into /usr/include. > > > > When I run the GsTL test script, however, I get quite a few errors. > > > > Anybody have any tips & tricks what I might need to do to compile on > > a Mac? Has anyone managed to compile with gcc4.0.1? > > > I've gone ahead and tried to compile S-GeMS but almost immediately get > a link error. Can anyone tell me which library is supposed to provide > this function? Also, which environment variables can (or should) be set? > > Here's the link error I'm getting: > > g++-4.0 -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/ > Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGL.dylib -prebind -dynamiclib > -single_module -headerpad_max_install_names -install_name /sw/lib/ > libGsTLAppli_utils.1.dylib -compatibility_version 1.0 > -current_version > 1.0.0 -o libGsTLAppli_utils.1.0.0.dylib ../../lib/darwin/obj/utils/ > clock.o ../../lib/darwin/obj/utils/error_messages_handler.o ../../lib/ > darwin/obj/utils/gstl_messages_private.o ../../lib/darwin/obj/utils/ > manager.o ../../lib/darwin/obj/utils/progress_notifier.o ../../lib/ > darwin/obj/utils/simpleps.o ../../lib/darwin/obj/utils/ > string_manipulation.o -L/sw/lib -L/sw/lib/qt3mac/lib -L/Users/ > mbclark/downloads/SGeMS-2.0/lib/darwin -lqt-mt > Undefined symbols: > "QwtPlot::axisScale(int) const", referenced from: > SimplePs::drawAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, bool)in simpleps.o > SimplePs::drawAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, bool)in simpleps.o > SimplePs::drawAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, bool)in simpleps.o > SimplePs::drawAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >, > std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, std::char_traits<char>, > std::allocator<char> >, bool)in simpleps.o > SimplePs::drawYRightAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >)in simpleps.o > SimplePs::drawYRightAxis(std::basic_string<char, > std::char_traits<char>, std::allocator<char> >)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > SimplePs::drawCurve(QMemArray<double>, QMemArray<double>, int, > bool)in simpleps.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [../../lib/darwin/libGsTLAppli_utils.1.0.0.dylib] Error 1 > make[1]: *** [sub-utils] Error 2 > make: *** [sub-GsTLAppli] Error 2 > > > > > > Brooks > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > |