← Back to team overview

kicad-developers team mailing list archive

Re: KiCad GAL changelog

 

On 04/23/2013 05:46 PM, Piotr Słupski wrote:
Hey List, my first post (hopefully in the right place - if not, please
let me know)

Perhaps this is a minor bug, however there are some compilation errors
on my box (archlinux 3.8.7-1 arch kernel compilation, wx2.8.12, g++4.8.0
20130411) that stem from conversion errors (wxChar -> const char* etc,
found in drawpanel.cpp@56).

I'm not submitting a patch as perhaps this is just archspecific, however
I've managed to easily make the latest GAL branch compilable by using
*.ToAscii() on the path.

Just letting you know, thanks for the awesome job everyone is doing.

Kind Regards, Piotr

Hi Piotr,

Welcome to the List! The problem you mention is related to wxWidgets 2.8, it does not occur while using 2.9. Right now, the branch should work with both versions, but at one point in the future we will probably stick to 2.9 (or maybe 3.0), as it is already used by Win/Mac builds. It is much easier to maintain the software for one version of library instead of two. Anyway, thank you for pointing that out - it should be already fixed in the repository.

Regards,
--
Maciej Sumiński
CERN BE-CO-HT
e-mail: maciej.suminski@xxxxxxx
phone: +41 22 767 2251


References