adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] XML stuff, Win32 build, progress ...


From: Alexandre Courbot
Subject: Re: [Adonthell-devel] XML stuff, Win32 build, progress ...
Date: Mon, 9 Oct 2006 21:51:27 +0200

* did some investigation and it seems that I'll have to build
py_runtime as a real dll, not as a module. Once I figured out how to
do that (the SWIG stuff seems to build modules by default), I'll see
how much further I get ...

Actually, py_runtime *must* be compiled as a real library for all
targets. I had the same problem on Linux - test programs couldn't link
because they missed a reference to cpp_to_py (I think) which is
provided by this library. Actually, autoconf/automake does make a
library. I have a few lines in the CMakeList that could serve as a
hint for that (planned to fix that later).

* while I'm at it, I'd like to get a dependency graph of our
libs/modules done, to include in the engine architecture doc on the
Wiki. Might be a nice overview for new developers.

CMake seems to be able to do that. See --graphviz option.

Alex.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]