Page 1 of 1

Delphi XE package dir + Delphi 2009 fixes

Posted: 19.09.2010, 18:14
by marcov
Attached is an archive containing

- A patch fixing the D2009 package dir (the zeosdbodev project)
- The Delphi15 dir for Delphi XE packages. Copied and adapted from the D2010
- A patch for (most) inc files
- remove {$ifdef freebsd} {$define unix}{$endif} this is already defined in FPC. The corresponding code for Linux is for Kylix only.
- Fixed the tests/ dir for the Kylix case

Posted: 19.09.2010, 23:54
by mdaems
Marco,

Did you really test in Kylix as well? I think you're the last one!
Anyway : congratulations.

I did try to apply your patch, but there was a collision with an earlier DXE patch I think.

I did commit in rev 816, 817.

If it's not too big a job to rerun your tests, I would appreciate it if you did. (I had to resolve 2 merging conflicts, so I might have missed some of your changes.

Mark

Posted: 20.09.2010, 14:57
by marcov
No. I just know what Kylix defines and what not from the old days. I never used Kylix (I ran FPC on Linux and FreeBSD before Kylix)

That's why I added the "unix" define, to separate general unixisms (like / and \) from Linuxisms.

Posted: 21.09.2010, 09:13
by marcov
Btw, I saw you committed it in testing. Trunk appears static

Is this normal?

Posted: 13.10.2010, 22:09
by mdaems
Btw, I saw you committed it in testing. Trunk appears static

Is this normal?
Yes, it is. Merging to trunk should only happen after the code was at least a week in testing branch. That way Trunk should be relatively stable.
I've been very 'inactive' last months. So didn't have much changes anyway.

Mark