Spock wrote:
>  I even used checkinstall to generate a deb package :) .
>   
checkinstall

  Don't know what that means?

I never used packages for wxArt2D myself.
I just compile the stuff in my home directories somewhere, and use it 
from there.
So maybe it is not completely correct yet.
> No, I did it exactly like you say I should do so the error must be 
> somewhere else. As I said above, the only difference is that I 
> configured and compiled wxGTK from source; is that step really necessary 
> or I could have installed that from binaries as well? I'm asking because 
> it's possible that I have some other problems on my main system :) .
>   
You best use the debug compiled version of wxGTK, so that you need to 
compile anyway.
When your application is finished, the release version should be oke, 
but never tried it  with a package.
I just compile to have the latest wxWidgets.

>  Some of 
> them I can run without any problems, some of them are complaining about 
> WXART2D variable.
>   
http://www.wxart2d.org/moin/InternalVariables
> (they search for cursors in a directory 
> .../art, and that directory doesn't exist anywhere, not even in the 
> build directory) 
Not even in the CVS checkout wxArt2d/art ? It should be there. You can 
copy the art directory anywhere and point WXART2D_ART to it.
I think i forgot to make the part of the generate packages, will check that.
> and almost every sample has this warning running in the 
> background console (I start them from console):
>
> ** (mars:16369): WARNING **: IPP request failed with status 1280
>   
This i don't have on the latest Ubuntu. But Google tells it is related 
to printers/cups.
> That warning is periodically repeated and, of course, samples are 
> malfunctioning (random I/O errors). Stuff is drawn on the canvas in 
> almost every sample so some of them are working quite fine, but any 
> interaction in any of the complex samples is a problem, a problem which 
> usually results in a segmentation fault.
>   
I think you first need to resolve the cursor problem. With a debugger 
you should quickly be able to find where and why it is searching for the 
cursors.
The "segmentation fault" we need to see after that.
> So, what do I need to do to be able to run the samples correctly? 
> Information here is a bit tricky so I'm a bit lost :) .
>   
Tell me what is missing at the wiki page, i will make it more clear.
> Thanks in advance and sorry for waiting on me to reply :) .
>   
Glad you got it compiled, the rest should be simpler.

Klaas

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to