[mapguide-users] another problem building mapguide from svn

alucas alucas at svl.es
Fri Feb 27 05:44:44 EST 2009


Hello,

I'm building the code from the current trunk.

Anyone knows about this error?

make[4]: se ingresa al directorio
`/tmp/mgos21/MgDev/Server/src/Services/Feature'
if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++
-DPACKAGE_NAME=\"mapguide\" -DPACKAGE_TARNAME=\"mapguide\"
-DPACKAGE_VERSION=\"2.0.0\" -DPACKAGE_STRING=\"mapguide\ 2.0.0\"
-DPACKAGE_BUGREPORT=\"http://mapguide.osgeo.org\" -DPACKAGE=\"mapguide\"
-DVERSION=\"2.0.0\" -DPACKAGE=\"mapguide\" -DVERSION=\"2.0.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1
-DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_GETHOSTBYNAME=1
-DHAVE_SOCKET=1 -DHAVE_HTONS=1 -DHAVE_CONNECT=1 -DHAVE_SHUTDOWN=1  -I. -I.
-I/usr/local/fdo-3.4.0/include
-I/usr/local/fdo-3.4.0/include/ExpressionEngine
-I../../../../Oem/ACE/ACE_wrappers
-I../../../../Oem/dbxml-2.3.10/xerces-c-src/src -I../../Gws/Include
-I../../Gws/GwsCommon/inc -I../../Gws/GwsQueryEngine/inc
-I../../../../Common/Security -I../../../../Common/Foundation
-I../../../../Common/Geometry -I../../../../Common/PlatformBase
-I../../../../Common/MapGuideCommon -I../../../../Common/MdfModel
-I../../../../Common/MdfParser -I../../../../Common/Stylization
-I../../Common -I../../Common/Base -I../../Common/Cache
-I../../Common/Manager -I../../Common/ServerUtil     -O2 -g -pipe
-march=i386 -mcpu=i686 -fno-use-cxa-atexit -fexceptions -MT
ServerFeatureServiceBuild.lo -MD -MP -MF
".deps/ServerFeatureServiceBuild.Tpo" -c -o ServerFeatureServiceBuild.lo
ServerFeatureServiceBuild.cpp; \
        then mv -f ".deps/ServerFeatureServiceBuild.Tpo"
".deps/ServerFeatureServiceBuild.Plo"; else rm -f
".deps/ServerFeatureServiceBuild.Tpo"; exit 1; fi
mkdir .libs
 g++ -DPACKAGE_NAME=\"mapguide\" -DPACKAGE_TARNAME=\"mapguide\"
-DPACKAGE_VERSION=\"2.0.0\" "-DPACKAGE_STRING=\"mapguide 2.0.0\""
-DPACKAGE_BUGREPORT=\"http://mapguide.osgeo.org\" -DPACKAGE=\"mapguide\"
-DVERSION=\"2.0.0\" -DPACKAGE=\"mapguide\" -DVERSION=\"2.0.0\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1
-DHAVE_UNISTD_H=1 -DHAVE_MATH_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_GETHOSTBYNAME=1
-DHAVE_SOCKET=1 -DHAVE_HTONS=1 -DHAVE_CONNECT=1 -DHAVE_SHUTDOWN=1 -I. -I.
-I/usr/local/fdo-3.4.0/include
-I/usr/local/fdo-3.4.0/include/ExpressionEngine
-I../../../../Oem/ACE/ACE_wrappers
-I../../../../Oem/dbxml-2.3.10/xerces-c-src/src -I../../Gws/Include
-I../../Gws/GwsCommon/inc -I../../Gws/GwsQueryEngine/inc
-I../../../../Common/Security -I../../../../Common/Foundation
-I../../../../Common/Geometry -I../../../../Common/PlatformBase
-I../../../../Common/MapGuideCommon -I../../../../Common/MdfModel
-I../../../../Common/MdfParser -I../../../../Common/Stylization
-I../../Common -I../../Common/Base -I../../Common/Cache
-I../../Common/Manager -I../../Common/ServerUtil -O2 -g -pipe -march=i386
-mcpu=i686 -fno-use-cxa-atexit -fexceptions -MT ServerFeatureServiceBuild.lo
-MD -MP -MF .deps/ServerFeatureServiceBuild.Tpo -c
ServerFeatureServiceBuild.cpp  -fPIC -DPIC -o
.libs/ServerFeatureServiceBuild.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
ServerDescribeSchema.h:90: error: ISO C++ forbids declaration of
'MgCacheManager' with no type
ServerDescribeSchema.h:90: error: expected ';' before '*' token
ServerDescribeSchema.cpp: In constructor
'MgServerDescribeSchema::MgServerDescribeSchema()':
ServerDescribeSchema.cpp:30: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'FdoFeatureSchemaCollection*
MgServerDescribeSchema::DescribeFdoSchema(MgResourceIdentifier*, const
std::wstring&, MgStringCollection*, bool&)':
ServerDescribeSchema.cpp:82: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:201: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'MgFeatureSchemaCollection*
MgServerDescribeSchema::DescribeSchema(MgResourceIdentifier*, const
std::wstring&, MgStringCollection*, bool)':
ServerDescribeSchema.cpp:288: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:565: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'STRING
MgServerDescribeSchema::DescribeSchemaAsXml(MgResourceIdentifier*, const
std::wstring&, MgStringCollection*)':
ServerDescribeSchema.cpp:599: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:608: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'MgStringCollection*
MgServerDescribeSchema::GetSchemas(MgResourceIdentifier*)':
ServerDescribeSchema.cpp:1363: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1395: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1412: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'MgStringCollection*
MgServerDescribeSchema::GetClasses(MgResourceIdentifier*, const
std::wstring&)':
ServerDescribeSchema.cpp:1438: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1475: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1492: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function 'MgClassDefinition*
MgServerDescribeSchema::GetClassDefinition(MgResourceIdentifier*, const
std::wstring&, const std::wstring&, bool)':
ServerDescribeSchema.cpp:1543: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function
'MgPropertyDefinitionCollection*
MgServerDescribeSchema::GetIdentityProperties(MgResourceIdentifier*, const
std::wstring&, const std::wstring&)':
ServerDescribeSchema.cpp:1611: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1617: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp:1628: error: 'm_cacheManager' was not declared in
this scope
ServerDescribeSchema.cpp: In member function
'MgPropertyDefinitionCollection*
MgServerDescribeSchema::GetIdentityProperties(FdoFeatureSchemaCollection*,
MgResourceIdentifier*, const std::wstring&, const std::wstring&)':
ServerDescribeSchema.cpp:1848: error: 'm_cacheManager' was not declared in
this scope
make[4]: *** [ServerFeatureServiceBuild.lo] Error 1
make[4]: se sale del directorio
`/tmp/mgos21/MgDev/Server/src/Services/Feature'
make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio `/tmp/mgos21/MgDev/Server/src/Services'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/tmp/mgos21/MgDev/Server/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/tmp/mgos21/MgDev/Server'
make: *** [all-recursive] Error 1

Thanks in advance.
-- 
View this message in context: http://n2.nabble.com/another-problem-building-mapguide-from-svn-tp2394930p2394930.html
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list