I'm curious, can you use SWIG with D2 on Linux as well? From what I've
read so far in the docs, SWIG creates an extension module that can be
compiled as a dynamic library. But afaik there are some issues with
using dynamic libs in Linux with D2, at least that's what I've read a
few times in the newsgroups..

All of the examples work fine on windows, though. :)

On 12/8/10, Jimmy Cao <jcao...@gmail.com> wrote:
> I've been trying to wrap Irrlicht with this (on Windows) lately.  Things are
> working well.
>
> On Wed, Dec 8, 2010 at 1:35 PM, Andrej Mitrovic
> <andrej.mitrov...@gmail.com>wrote:
>
>> Hey hey, good news, got it all working now.
>>
>> I did a configure with:
>> --with-d2-compiler=C:\DMD\dmd2\windows\bin\dmd.exe and make to build
>> swig.
>>
>> Then I've ran one example in:
>> C:\MinGW\msys\1.0\src\swig\Examples\d\class\ with: make D_VERSION=2 .
>> It builds and runs fine.
>>
>> I've only tried one example, but great work klickverbot!!
>>
>> On 12/8/10, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:
>> > Am I supossed to use
>> > --with-d2-compiler=C:\DMD\dmd2\windows\bin\dmd.exe or just
>> > --with-d2-compiler=C:\DMD\ path when calling configure?
>> >
>> > On 12/8/10, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:
>> >> Okay, got it working now.
>> >>
>> >> I've installed MinGW (again) via that new mingw-get installer from
>> >> sourceforge. And I had the same error message as you, so I've
>> >> downloaded pcre-8.01.tar.bz2 from
>> >> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/, I've put it in
>> >> my swig svn directory (C:\MinGW\msys\1.0\src\swig) and I've ran the
>> >> tools/pcre-build.sh script.
>> >>
>> >> So I've ran ./configure again and make. It's building right now.
>> >>
>> >> On 12/8/10, BLS <windev...@hotmail.de> wrote:
>> >>> On 08/12/2010 18:48, Andrej Mitrovic wrote:
>> >>>> On 11/24/10, BLS<windev...@hotmail.de>  wrote:
>> >>>>> Hi David,
>> >>>>> let me shake your hands and say Thank You, GREAT work.
>> >>>>>
>> >>>>> It was a bit difficult to build SWIG SVN on Windows.
>> >>>>
>> >>>> Just finding those automake/autoconf/bison binaries is a detectives'
>> >>>> work.
>> >>>>
>> >>>> How did u build from svn?
>> >>>
>> >>> If I recall correctly, I've just installed MinGW, and MSYS
>> >>> calling svn, make,makeinstall. There was however a problem with pcre
>> >>> (I
>> >>> am using 8.10) I found the solution by reading the error message from
>> >>> make regarding pcre very careful. Sorry that all I can tell you atm.
>> >>> beside, to start msys via menu look for MinGW Shell
>> >>> hth bjoern
>> >>>
>> >>
>> >
>>
>

Reply via email to