I forgot to tell that error above occurs when compiling mars.exe....so I
decided to not compile sample and I got 100%. Finally, I used my wxArt2D lib
in code::block and got this error message in compiling.....
====== start error =========
............
............
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2374: error: `_List_nod' is
not a member of `std'
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2374: error: `_List_nod' is
not a member of `std'
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2374: error: template
argument 1 is invalid
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2374: error: expected `;'
before ',' token
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2375: error: `_List_ptr' is
not a member of `std'
C:/wxArt2D/wxArt2D/modules/general/include/gen.h:2375: error: `_List_ptr' is
not a member of `std'
...............
............
===== end error =========
it seems DLL problem...I think I have to find how to solve this such thing.
I hope anybody would share their experience in installing wxArt2D perfectly.
On Jan 16, 2008 9:58 PM, manteez <[EMAIL PROTECTED]> wrote:
> yeah, I thought it is that problem (debug/release). However, I compiled
> again but I was using only MinGW because I want to use Code::Block with
> wxWidget.
>
> I compiled again my wxWidget but under MinGW with command
> mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1
> UNICODE=1
>
> And then I tried to compile wxArt2D based on "Cmake On Windows" tutorial.
> And generate "MinGW Makefiles". After Configure, I ran "mingw32-make"
>
> Unfortunately (again), I got this error message
>
> =========== start error
>
> ......
>
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14b9a):
> undefined reference to `wxEmptyString'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14bc8):
> undefined reference to `wxStringBase::swap(wxStringBase&)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14c88):
> undefined reference to `wxStringBase::operator=(wxStringBase const&)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14cb1):
> undefined reference to `wxStringBase::operator=(wxStringBase const&)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14e82):
> undefined reference to `wxStringBase::append(unsigned int, char)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14f67):
> undefined reference to `wxDos2UnixFilename(char*)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14fa0):
> undefined reference to `wxFileExists(wxString const&)'
> c:/libwxart2d/lib\libwxart2d_u_general-.a(gen.obj):gen.cpp:(.text+0x14fbe):
> undefined
>
> .....
>
> ===== end error
>
> Wow, I have spent 3 days just to compile this library and get no result
> but I will not give up.
> It seems a challenge for me.
>
>
> Many thanks for your help.....:)
>
>
>
>
> On Jan 16, 2008 7:51 PM, Klaas Holwerda <[EMAIL PROTECTED] > wrote:
>
> > manteez wrote:
> > >
> > > Hello,
> > >
> > > I have compiled wxArt2D succesfully and I'm going to try it. I'm using
> >
> > > wxDevCpp with 2.8.6 devpack.
> > > Unfortunately, I got these error when in compiling process in my
> > wxDevCpp
> >
> >
> > It looks like you have a mixed up debug/release version of wxWidgets and
> > wxArt2D. Or the order of the libraries linked in is not oke.
> >
> > Maybe you best throw away all wxArt2D its build directory, and start
> > with a new
> > build. It is possible that after all experiments, things got mixed up.
> >
> > Did/Do the samples work, as you compiled them?
> >
> >
> > >
> > > ========================= start error ==============================
> > > C:/msys/1.0/home/wxArt2D
> > > /modules/artbase/src/bbox.cpp:58: undefined reference to
> > > `wxOnAssert(char const*, int, char const*, char const*, char const*)'
> > >
> > > C:/msys/1.0/home/wxArt2D/modules/artbase/src/bbox.cpp:59: undefined
> > > reference to `wxOnAssert(char const*, int, char const*, char const*,
> > > char const*)'
> > > ../../../msys/1.0/home/lib1/lib/libwxart2d_mswd_artbase- 2.8.a(
> > bbox.obj):
> > > In function `ZN14a2dBoundingBox6ShrinkEd':
> > > C:/msys/1.0/home/wxArt2D/modules/artbase/src/bbox.cpp:91: undefined
> > > reference to `wxOnAssert(char const*, int, char const*, char const*,
> > > char const*)'
> > > ../../../msys/1.0/home/lib1/lib/libwxart2d_mswd_artbase-2.8.a(bbox.obj
> > ):
> > > In function `ZNK14a2dBoundingBox9IntersectERKS_d':
> > > C:/msys/1.0/home/wxArt2D/modules/artbase/src/bbox.cpp:207: undefined
> > > reference to `wxOnAssert(char const*, int, char const*, char const*,
> > > char const*)'
> > > C:/msys/1.0/home/wxArt2D/modules/artbase/src/bbox.cpp:208: undefined
> > > reference to `wxOnAssert(char const*, int, char const*, char const*,
> > > char const*)'
> > >
> >
> >
> > --
> > Unclassified
> >
> >
> > -------------------------------------------------------------------------
> > 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/
> > _______________________________________________
> > Wxart2d-users_dev mailing list
> > Wxart2d-users_dev@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
> >
>
>
-------------------------------------------------------------------------
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/
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev