From: Thomas M. H. <tm...@gf...> - 2006-06-14 18:46:18
|
On tor, 2006-06-08 at 11:34 -0700, nico remy wrote: > Try changing line 159 of GsTL/cdf/non_param_cdf.h from: > p_values_.erase(); > to > p_values_.clear(); >=20 > I'm surprised my compiler didn't complain... Thanx. That made the compiling progress a bit further, until I get an error : " ../../../SGeMS-1.4.1/GsTLAppli/geostat/dssim.h:40:41: error: GsTL/cdf/First2_moments_cdf.h: No such file or directory " I hope you have an idea again. - Thomas Full error message follows : --------------- make[2]: Entering directory `/home/local/SGeMS-1.4.1/GsTLAppli/geostat' g++ -c -pipe -Wall -W -g -D_REENTRANT -fPIC -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Ifiltersim_std -Isnesim_std -I../../../GsTL -I../../../SGeMS-1.4.1 -I../../../GsTL -I../../../SGeMS-1.4.1 -I/usr/include/qt3 -o ../../lib/linux/obj/geostat/dssim.o dssim.cpp In file included from dssim.cpp:29: ../../../SGeMS-1.4.1/GsTLAppli/geostat/dssim.h:40:41: error: GsTL/cdf/First2_moments_cdf.h: No such file or directory In file included from ../../../GsTL/boost/config.hpp:35, from ../../../GsTL/boost/random/mersenne_twister.hpp:27, from ../../../GsTL/GsTL/math/random_number_generators.h:33, from ../../../SGeMS-1.4.1/GsTLAppli/math/random_numbers.h:35, from ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/rgrid.h:41, from ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/cartesian_grid.h:34, from dssim.cpp:38: ../../../GsTL/boost/config/compiler/gcc.hpp:66:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results" dssim.cpp:47:62: error: GsTL/cdf_estimator/first2_moments_cdf_Kestimator.h: No such file or directory ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/grid_property.h:269: warning: unused parameter =E2=80=98flag_id=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/grid_property.h:271: warning: unused parameter =E2=80=98flag_id=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/neighborhood.h:183: warning: unused parameter =E2=80=98s=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/neighborhood.h:303: warning: unused parameter =E2=80=98on=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/utils/progress_notifier.h:79: warning: unused parameter =E2=80=98str=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/utils/progress_notifier.h:134: warning: unused parameter =E2=80=98str=E2=80=99 ../../../GsTL/GsTL/matrix_library/gstl_tnt_lib.h:28: warning: unused parameter =E2=80=98A=E2=80=99 ../../../GsTL/GsTL/matrix_library/gstl_tnt_lib.h:28: warning: unused parameter =E2=80=98B=E2=80=99 ../../../GsTL/GsTL/cdf/cdf_basics.h: In instantiation of =E2=80=98Cdf<dou= ble>=E2=80=99: ../../../GsTL/GsTL/cdf/gaussian_cdf.h:44: instantiated from here ../../../GsTL/GsTL/cdf/cdf_basics.h:15: warning: =E2=80=98class Cdf<doubl= e>=E2=80=99 has virtual functions but non-virtual destructor ../../../GsTL/GsTL/cdf/interpolators.h:106: warning: =E2=80=98class Tail_interpolator_impl=E2=80=99 has virtual functions but non-virtual des= tructor ../../../GsTL/GsTL/cdf/interpolators.h:155: warning: =E2=80=98class Hyperbolic_UTI=E2=80=99 has virtual functions but non-virtual destructor ../../../GsTL/GsTL/cdf/interpolators.h:181: warning: =E2=80=98class Power= _UTI=E2=80=99 has virtual functions but non-virtual destructor ../../../GsTL/GsTL/cdf/interpolators.h:219: warning: =E2=80=98class Power= _LTI=E2=80=99 has virtual functions but non-virtual destructor ../../../GsTL/GsTL/cdf/interpolators.h:258: warning: =E2=80=98class Exponential_LTI=E2=80=99 has virtual functions but non-virtual destructor ../../../GsTL/GsTL/cdf/cdf_basics.h: In instantiation of =E2=80=98Cdf<flo= at>=E2=80=99: ../../../GsTL/GsTL/cdf/cdf_basics.h:24: instantiated from =E2=80=98Non_parametric_cdf<float>=E2=80=99 ../../../GsTL/GsTL/cdf/non_param_cdf.h:52: instantiated from here ../../../GsTL/GsTL/cdf/cdf_basics.h:15: warning: =E2=80=98class Cdf<float= >=E2=80=99 has virtual functions but non-virtual destructor ../../../SGeMS-1.4.1/GsTLAppli/utils/directory.h:45: warning: unused parameter =E2=80=98type_name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/utils/directory.h:45: warning: unused parameter =E2=80=98name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/utils/directory.h:45: warning: unused parameter =E2=80=98final_name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/utils/directory.h:47: warning: unused parameter =E2=80=98name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/geostat/dssim.h:91: error: ISO C++ forbids declaration of =E2=80=98First2_moments_cdf=E2=80=99 with no type ../../../SGeMS-1.4.1/GsTLAppli/geostat/dssim.h:91: error: expected =E2=80= =98;=E2=80=99 before =E2=80=98*=E2=80=99 token ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/rgrid.h:103: warning: unused parameter =E2=80=98P=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/point_set.h:96: warning: unused parameter =E2=80=98region_name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/point_set.h:99: warning: unused parameter =E2=80=98region_name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/point_set.h:108: warning: unused parameter =E2=80=98region_name=E2=80=99 ../../../SGeMS-1.4.1/GsTLAppli/grid/grid_model/point_set.h:153: warning: unused parameter =E2=80=98P=E2=80=99 dssim.cpp: In member function =E2=80=98virtual int dssim::execute()=E2=80= =99: dssim.cpp:82: error: expected initializer before =E2=80=98<=E2=80=99 toke= n dssim.cpp:86: error: =E2=80=98Kriging_cdf_estimator=E2=80=99 was not decl= ared in this scope dssim.cpp:86: error: expected `;' before =E2=80=98cdf_estimator=E2=80=99 dssim.cpp:127: error: =E2=80=98ccdf_=E2=80=99 was not declared in this sc= ope dssim.cpp:128: error: =E2=80=98cdf_estimator=E2=80=99 was not declared in= this scope dssim.cpp: In member function =E2=80=98void dssim::get_cdf(const Parameters_handler*, Error_messages_handler*)=E2=80=99: dssim.cpp:348: error: =E2=80=98Soares_cdf=E2=80=99 was not declared in th= is scope dssim.cpp:348: error: expected primary-expression before =E2=80=98>=E2=80= =99 token dssim.cpp:348: error: =E2=80=98soares_cdf=E2=80=99 was not declared in th= is scope dssim.cpp:349: error: expected type-specifier before =E2=80=98Soares_cdf=E2= =80=99 dssim.cpp:349: error: expected `;' before =E2=80=98Soares_cdf=E2=80=99 dssim.cpp:351: error: =E2=80=98ccdf_=E2=80=99 was not declared in this sc= ope dssim.cpp:351: error: expected type-specifier before =E2=80=98First2_moments_cdf=E2=80=99 dssim.cpp:351: error: expected `>' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:351: error: expected `(' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:351: error: =E2=80=98First2_moments_cdf=E2=80=99 was not declar= ed in this scope dssim.cpp:351: error: expected primary-expression before =E2=80=98>=E2=80= =99 token dssim.cpp:351: error: expected `)' before =E2=80=98;=E2=80=99 token dssim.cpp:345: warning: unused variable =E2=80=98ok=E2=80=99 dssim.cpp:347: warning: unused variable =E2=80=98local_correction=E2=80=99 dssim.cpp:361: error: =E2=80=98Uniform_cdf=E2=80=99 was not declared in t= his scope dssim.cpp:361: error: =E2=80=98unif_cdf=E2=80=99 was not declared in this= scope dssim.cpp:361: error: expected type-specifier before =E2=80=98Uniform_cdf= =E2=80=99 dssim.cpp:361: error: expected `;' before =E2=80=98Uniform_cdf=E2=80=99 dssim.cpp:364: error: =E2=80=98unif_marginal=E2=80=99 was not declared in= this scope dssim.cpp:364: error: expected type-specifier before =E2=80=98Uniform_cdf= =E2=80=99 dssim.cpp:364: error: expected `;' before =E2=80=98Uniform_cdf=E2=80=99 dssim.cpp:368: error: =E2=80=98ccdf_=E2=80=99 was not declared in this sc= ope dssim.cpp:368: error: expected type-specifier before =E2=80=98First2_moments_cdf=E2=80=99 dssim.cpp:368: error: expected `>' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:368: error: expected `(' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:368: error: =E2=80=98First2_moments_cdf=E2=80=99 was not declar= ed in this scope dssim.cpp:368: error: expected primary-expression before =E2=80=98>=E2=80= =99 token dssim.cpp:368: error: expected `)' before =E2=80=98;=E2=80=99 token dssim.cpp:369: error: cannot dynamic_cast =E2=80=98unif_marginal=E2=80=99= (of type =E2=80=98<type error>=E2=80=99) to type =E2=80=98class Cdf<float>*=E2=80=99= (source is not a pointer) dssim.cpp:381: error: =E2=80=98LogNormal_cdf=E2=80=99 was not declared in= this scope dssim.cpp:381: error: =E2=80=98logN_cdf=E2=80=99 was not declared in this= scope dssim.cpp:381: error: expected type-specifier before =E2=80=98LogNormal_c= df=E2=80=99 dssim.cpp:381: error: expected `;' before =E2=80=98LogNormal_cdf=E2=80=99 dssim.cpp:383: error: =E2=80=98logN_marginal=E2=80=99 was not declared in= this scope dssim.cpp:383: error: expected type-specifier before =E2=80=98LogNormal_c= df=E2=80=99 dssim.cpp:383: error: expected `;' before =E2=80=98LogNormal_cdf=E2=80=99 dssim.cpp:385: error: =E2=80=98ccdf_=E2=80=99 was not declared in this sc= ope dssim.cpp:385: error: expected type-specifier before =E2=80=98First2_moments_cdf=E2=80=99 dssim.cpp:385: error: expected `>' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:385: error: expected `(' before =E2=80=98First2_moments_cdf=E2=80= =99 dssim.cpp:385: error: =E2=80=98First2_moments_cdf=E2=80=99 was not declar= ed in this scope dssim.cpp:385: error: expected primary-expression before =E2=80=98>=E2=80= =99 token dssim.cpp:385: error: expected `)' before =E2=80=98;=E2=80=99 token dssim.cpp:386: error: cannot dynamic_cast =E2=80=98logN_marginal=E2=80=99= (of type =E2=80=98<type error>=E2=80=99) to type =E2=80=98class Cdf<float>*=E2=80=99= (source is not a pointer) make[2]: *** [../../lib/linux/obj/geostat/dssim.o] Error 1 make[2]: Leaving directory `/home/local/SGeMS-1.4.1/GsTLAppli/geostat' make[1]: *** [sub-geostat] Error 2 make[1]: Leaving directory `/home/local/SGeMS-1.4.1/GsTLAppli' make: *** [sub-GsTLAppli] Error 2 --=20 Inverse Modeling and Geostatistics Project | http://imgp.gfy.ku.dk/ office : +45 35320509 cell : +45 41427380 |