kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04521
Re: Eeschema Default Library Field Names
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Tue, 09 Mar 2010 08:38:25 -0600
-
In-reply-to:
<4B9657B4.1070301@...>
-
Scanners:
none
-
User-agent:
Thunderbird 2.0.0.23 (X11/20090817)
Dick Hollenbeck wrote:
It is probably only a 1/2 day's work, and half that is figuring out how
to tell CMake to build this tool natively, (even in a cross compiler
environment) and to invoke the tool in the proper way AFTER IT IS BUILT,
natively. CMake can do this, I know, but some reading is probably
necessary.
It should be fun for somebody, and I have no doubt you'd do it
exceptionally well Wayne.
Dick
As an alternative to C++, a reasonable choice would also be CMake
itself. The "list" operations are probably powerful enough to get the
job done.
My CMakeModules/Html2C.cmake could serve as an example.
I do not have a preference on C++ vs. Cmake script.
Each has its advantages here. C++ is a better foundation if we ever
wanted to take it further, such as recursive code generation.
CMake is easier to make in view of cross compilation support.
Dick
Follow ups
References