September 22, 2003
On Sat, 20 Sep 2003 19:54:19 -0700, Andy Friesen <andy@ikagames.com> wrote:
>It's pretty nasty, and not tested very well, but my head is about to implode from the sheer effort required just to get the stupid thing to compile with the addition of dmd.cxx (remember kids, friends don't let friends use .cxx for C++ source)

Did you make all of your changes in just the .cxx file? Having looked at the sources, I got the impression that the file that needed the most changes was actually the .swg file instead. Did you need to make any changes in the .swg files?

>> Are you willing to field bug reports and maintenance for the D swig module for the next six months or so?
>
>Sounds good to me.

Thanks!!!!!
September 22, 2003
Benji Smith wrote:

> Did you make all of your changes in just the .cxx file? Having looked
> at the sources, I got the impression that the file that needed the
> most changes was actually the .swg file instead. Did you need to make
> any changes in the .swg files?

Nothing catastrophic.  Just little things like swapping 'bool' for 'bit'.  I did wind up hacking the heck out of it, but it was more about figuring out how SWIG works than anything else.

 -- andy

September 23, 2003
I dont know if its just me, but my version of Internet Explorer tries to save the file as XXX.tar.tar and not the bz2 interface.  Using winzip on it gives an error, have to use cygwin and bunzip it.

C

"Andy Friesen" <andy@ikagames.com> wrote in message news:bkm2p9$2njv$1@digitaldaemon.com...
> Ant wrote:
> > Sorry, my fault, by "directories" instead of "directory" I meant all ".deps" in the Source tree:
> >
> > (testing now ... configure ... yep, that does it, make is running.)
> >
> > Ant
> >
>
> Alright, fixed.
>
>   -- andy
>


September 23, 2003
Also it doesnt contain an executable for win32?

C
"Charles Sanders" <sanders-consulting@comcast.net> wrote in message
news:bko436$mat$1@digitaldaemon.com...
> I dont know if its just me, but my version of Internet Explorer tries to save the file as XXX.tar.tar and not the bz2 interface.  Using winzip on
it
> gives an error, have to use cygwin and bunzip it.
>
> C
>
> "Andy Friesen" <andy@ikagames.com> wrote in message news:bkm2p9$2njv$1@digitaldaemon.com...
> > Ant wrote:
> > > Sorry, my fault, by "directories" instead of "directory" I meant all ".deps" in the Source tree:
> > >
> > > (testing now ... configure ... yep, that does it, make is running.)
> > >
> > > Ant
> > >
> >
> > Alright, fixed.
> >
> >   -- andy
> >
>
>


September 24, 2003
Charles Sanders wrote:

> Also it doesnt contain an executable for win32?
> 
> C

Whoops, it doesn't.  Sorry about that.

You can grab a prebuilt executable at http://ikagames.com/andy/d/swig-dmd-win32.zip

 -- andy

1 2
Next ›   Last »