>
>
>
> >
> > Additionally I've been having a problem compiling wxart2d on both
> > windows and linux
> mkdir buildart2d
> cd buildart2d
> ccmake ../wxArt2d
>
> Next in there enable Unicode option, because that is the only one you
> compiled.
> wxArt2D  needs to know what type of wxWidgets compilation you want to
> use, and if not found that one, it will give an error, and not choose
> itself,
>
> But better compile wxWidgets with static, debug, opengl. That is the
> best for debugging.
> Why you use --disable-std_iostreams?



Is it any problem that I also have the mediactrl and graphics context
enabled in my config?
I've removed the iostream line. i'd added it because id read somewhere i
should. In fact it was
in the install.html file that came with wxArt 2d:

Compile wxWidgets 2.6.3 or later make sure to use at least this options:
--disable-std_iostreams
If you want debug  --enable-debug
If you want static libraries --disable-shared








>
> >
> > On ubuntu my wxwidgets config is:
> >
> > ./configure --disable-std_iostreams --enable-shared --disable-static
> > --enable-debug --enable-unicode --enable-mediactrl --enable-graphics_ctx
> >
> > I have wx-config in my path but im getting the following from cmake:
> >
> > /home/declan/Programming/lib/wxArt2D/bin/FindwxWidgets.cmake(850):
> > --version=Warning: No config found to match:
> > /home/declan/Programming/lib/wxGTK-2.8/linux-debug/wx-config
> > --toolkit=gtk2 --static=yes --unicode=no --debug=yes --version
> > --toolkit=gtk2  --static=yes --unicode=no --debug=yes
> >
> >                        failed. The default configuration found with:
> > /home/declan/Programming/lib/wxGTK-2.8.7/linux-debug/wx-config
> > --selected_config
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
>
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Wxart2d-users_dev mailing list
> Wxart2d-users_dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev
>



-- 
http://www.computing.dcu.ie/~dmcmullen
[EMAIL PROTECTED]
School of Computing
Postgrad Bay A
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to