<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">BTW I cant compile jmdlx because unicode support on Wx<br>
<br>
I am compiling with gcc in debian gnu/linux, this kind of error:<br>
conversion from `const char[12]&#39; to `const wxString&#39; is ambiguous<br>
<br>
Check Here:<br>
<a href="http://wiki.wxwidgets.org/WxString" target="_blank">http://wiki.wxwidgets.org/WxString</a></blockquote><div> </div><div>I don&#39;t have wxwidgets set up at the moment, but I am pretty sure it compiled fine before, probably with an older wxwidgets. Is there perhaps an option that can be set in the makefile for non-unicode mode?</div>
<div><br></div><div>If not, it should not be that much work to convert all the internal strings in jmdlx to Unicode. For the jmlib calls that expect a char*, it will be necessary to convert using one of the methods in the link you sent. Converting to UTF-8 seems the simplest, and I think that it will work correctly with jmlib (if not, let me know).</div>
<div><br></div><div>-Per</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
In debian they have a patch to solve this, but with old version:<br>
<br>
<a href="http://ftp.de.debian.org/debian/pool/main/j/jugglemaster/jugglemaster_0.4-4.debian.tar.gz" target="_blank">http://ftp.de.debian.org/debian/pool/main/j/jugglemaster/jugglemaster_0.4-4.debian.tar.gz</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
jugglemaster mailing list<br>
<a href="mailto:jugglemaster@icculus.org">jugglemaster@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/jugglemaster" target="_blank">http://icculus.org/mailman/listinfo/jugglemaster</a><br>
</div></div></blockquote></div><br>