kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00063
Re: Linux translation
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Bryan Stillwell <bryan@...>
-
Date:
Thu, 16 Mar 2006 17:22:06 -0700
-
In-reply-to:
<b699ee7f0603161345m58327402xc4af84d2c176f269@...>
-
User-agent:
Mutt/1.5.9i
I don't know on that one. I only use SCons to compile KiCad and the
latest code on the bokeoa-scons subversion branch works for me. This is
currently the 2006-03-08 release with SCons support added. If you'd
like to try it out, download version 0.96.91 of SCons here:
http://sourceforge.net/project/showfiles.php?group_id=30337
Then check out the code:
svn checkout svn://svn.berlios.de/kicad/branches/bokeoa-scons
Then compile:
scons configure
scons
I've never had much luck with the stock make-based system and shared
libraries out of the box, so I rewrote the build system to use SCons and
now doing builds on large SMP boxes works great. :)
Bryan
On Thu, Mar 16, 2006 at 10:45:58PM +0100, Bo?tjan Jerko wrote:
>I tried to compile the version 2006-03-08 and when linking I get:
>undefined reference to `vtable for WinEDA_DisplayOptionsDialog'
>
>I guess I'm missing something but just can't find out what.
>Any ideas?
>
>B.
>
>On 3/16/06, Bo?tjan Jerko <bojerko@...> wrote:
>> I wanted to write "Linux compilation" in the subject.
>> I'll look at the new release.
>> Thanks.
>>
>> B.
>>
>> On 3/16/06, Bryan Stillwell <bryan@...> wrote:
>> > On Thu, Mar 16, 2006 at 07:45:48AM +0100, Bo?tjan Jerko wrote:
>> > >I'm trying to translate the latest source code of Kicad on Linux, but
>> > >everytime I try I get the following error:
>> > >
>> > >../include/wxstruct.h:1483: error: default argument missing for parameter 5 of
>> > > `WinEDAChoiceBox::WinEDAChoiceBox(wxWindow*, int, const wxPoint&, const
>> > > wxSize&, const wxArrayString&)'
>> >
>> > Are you using the 2006-03-08 release? I'm pretty sure the last time I
>> > saw that error was in the January release...
>> >
>> > What are you translating in the source code?
>> >
>> > Bryan
References