wxSymbian
Mathieu Cartoixa
cartoixa at tigris.org
Wed Apr 11 23:22:32 PDT 2007
Vadim Zeitlin a écrit :
> On Wed, 11 Apr 2007 08:38:11 +1000 Jordan Langholz <jordan at compsof.com.au> wrote:
>
> JL> I think there were some people compiling on Linux but I didn't pay
> JL> much attention to be honest.
>
> I'm ok with doing development under Windows but having a cross-compiler
> would be very nice to have automatic wxSymbian rebuilds. As any less used
> port (and at least in the beginning there surely won't be many people using
> it) it has high chances of breaking whenever something changes elsewhere
> and having an automatic notification of such breakage would be really
> useful.
It seems to be much more painful to set up a proper environment on
Linux than on Windows, when possible. Here is the best and most recent
recorded successful attempt I could find : <http://martin.st/symbian/>
> What format do the project files use? This is very important for us as all
> make/project files for wxWidgets are generated automatically by bakefile
> (see http://bakefile.sf.net/) and if they use some specific format we are
> going to need to add another bakefile backend and this is not always
> trivial.
From what I understood (see
<http://developer.uiq.com/devlib/uiq_30/SDKDocumentation/sdl/N1035A/BuildTools/index.html>,
mind the wrap), they have their own project file format (*.mmp +
bld.inf). A set of tools (bldmake, abld and makmake) can build the
project, generate project files for CodeWarrior or generate makefiles.
In my version of the SDK (Symbian 8.1a), they even could generate VC6
project files.
My experience with Symbian development is still very limited, but I
hope this helps.
Mac
More information about the wx-dev
mailing list