build error with svn-trunk in mapagg.cpp
Jeff McKenna
jmckenna at DMSOLUTIONS.CA
Mon Jul 16 14:51:46 EDT 2007
With MSVC 2003 I get the following error (this used to build no problem
a few days ago):
***************'
mapagg.cpp(563) : warning C4244: 'argument' : conversion from 'double'
to 'int',
possible loss of data
mapagg.cpp(564) : warning C4244: 'argument' : conversion from 'double'
to 'int',
possible loss of data
mapagg.cpp(568) : warning C4244: 'argument' : conversion from 'double'
to 'int',
possible loss of data
mapagg.cpp(730) : error C2440: '=' : cannot convert from 'symbolObj ** '
to 'sym
bolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
mapagg.cpp(738) : error C2664: 'msSymbolGetDefaultSize' : cannot convert
paramet
er 1 from 'symbolObj ** ' to 'symbolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
mapagg.cpp(793) : error C2440: '=' : cannot convert from 'symbolObj ** '
to 'sym
bolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
mapagg.cpp(802) : error C2664: 'msSymbolGetDefaultSize' : cannot convert
paramet
er 1 from 'symbolObj ** ' to 'symbolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
mapagg.cpp(858) : error C2440: '=' : cannot convert from 'symbolObj ** '
to 'sym
bolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
mapagg.cpp(864) : error C2664: 'msSymbolGetDefaultSize' : cannot convert
paramet
er 1 from 'symbolObj ** ' to 'symbolObj *'
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-
style cast or function-style cast
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
More information about the mapserver-dev
mailing list