[osg-users] Build errors on current SVN

2007-12-10 Thread Serge Lages
Hi Robert, Just updated this morning and the plugin osgsim does not build (under WinXP VS8), here is the error : 49>IO_ShapeAttribute.obj : error LNK2019: unresolved external symbol "public: __thiscall osgSim::ShapeAttribute::ShapeAttribute(char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)

Re: [osg-users] Build errors on current SVN

2007-12-10 Thread Robert Osfield
Hi Serge, I've just added exports/refactored the shp plugin code and checked it in, could you let me know if its compiling OK now. Robert. On Dec 10, 2007 10:25 AM, Serge Lages <[EMAIL PROTECTED]> wrote: > Hi Robert, > > Just updated this morning and the plugin osgsim does not build (under WinXP

Re: [osg-users] Build errors on current SVN

2007-12-10 Thread Serge Lages
The SHP plugin still doesn't build :/ 8>XBaseParser.cpp 8>.\XBaseParser.cpp(160) : error C2057: expected constant expression 8>.\XBaseParser.cpp(160) : error C2466: cannot allocate an array of constant size 0 8>.\XBaseParser.cpp(160) : error C2133: 'str' : unknown size 8>.\XBaseParser.cpp(168) : e

Re: [osg-users] Build errors on current SVN

2007-12-10 Thread Robert Osfield
Hi Serge, Same problem again, changed to use char* .. = new char[..]; and now checked in. Robert. On Dec 10, 2007 11:08 AM, Serge Lages <[EMAIL PROTECTED]> wrote: > The SHP plugin still doesn't build :/ > > 8>XBaseParser.cpp > 8>.\XBaseParser.cpp(160) : error C2057: expected constant expression

Re: [osg-users] Build errors on current SVN

2007-12-10 Thread Serge Lages
Thanks Robert, everything builds fine ! :) On Dec 10, 2007 12:22 PM, Robert Osfield <[EMAIL PROTECTED]> wrote: > Hi Serge, > > Same problem again, changed to use char* .. = new char[..]; and now > checked in. > > Robert. > > On Dec 10, 2007 11:08 AM, Serge Lages <[EMAIL PROTECTED]> wrote: > > Th