Another problem - with most .gpi files, gpidump stops with the following error:
gpidump: ... .gpi: unexpected flag `unused lang flag 1'
I tried this with gpc-20030830 and gpc-20040516, both with gcc-3.3.2 on powerpc-apple-darwin.
Regards,
Adriaan van Os
Adriaan van Os wrote:
Another problem - with most .gpi files, gpidump stops with the following error:
gpidump: ... .gpi: unexpected flag `unused lang flag 1'
I tried this with gpc-20030830 and gpc-20040516, both with gcc-3.3.2 on powerpc-apple-darwin.
I suspect that bit order assumed by `gpidump' is different that used by the C compliler. If yes one has to correct procedure `Flags' in `gpidump.pas'.
Waldek Hebisch wrote:
Adriaan van Os wrote:
Another problem - with most .gpi files, gpidump stops with the following error:
gpidump: ... .gpi: unexpected flag `unused lang flag 1'
I tried this with gpc-20030830 and gpc-20040516, both with gcc-3.3.2 on powerpc-apple-darwin.
I suspect that bit order assumed by `gpidump' is different that used by the C compliler. If yes one has to correct procedure `Flags' in `gpidump.pas'.
I've done that now. You (Adriaan) might want to retry with the upcoming release.
Frank
Adriaan van Os wrote:
Frank Heckenbach wrote:
I've done that now. You (Adriaan) might want to retry with the upcoming release.
Yes.
By the way, does the upcoming release support recent gcc releases: gcc-3.3.5 and gcc-3.4.2 ?
I haven't tested 3.3.5 yet, might or might not work. The 3.4.x changes are not yet included, because I don't want to delay it much longer.
Frank
Frank Heckenbach wrote:
Adriaan van Os wrote: ... snip ...
By the way, does the upcoming release support recent gcc releases: gcc-3.3.5 and gcc-3.4.2 ?
I haven't tested 3.3.5 yet, might or might not work. The 3.4.x changes are not yet included, because I don't want to delay it much longer.
3.4.x is out, at least it has been ported to DJGPP.
On Wed, 13 Oct 2004, Adriaan van Os wrote:
By the way, does the upcoming release support recent gcc releases: gcc-3.3.5 and gcc-3.4.2 ?
According to the gcc home page, the gcc-3.3.5 package was planned to be put together on Sept. 30th, but there is no official notice of the 3.3.5 release. ( would expect it to be fairly soon, though ).
Russ
Russell Whitaker wrote:
According to the gcc home page, the gcc-3.3.5 package was planned to be put together on Sept. 30th, but there is no official notice of the 3.3.5 release. ( would expect it to be fairly soon, though ).
It is already on gcc ftp mirrors.
Regards,
Adriaan van Os
function CMySQLGetHostInfo (Handle: PMySQL): TString; external name 'mysql_get_host_info'; function MySQLGetHostInfo (Handle: PMySQL): TString; begin MySQLGetHostInfo := CString2String (CMySQLGetHostInfo (Handle)) end;
Obviously, the return type of CMySQLGetHostInfo is wrong (CString rather than TString).
Regards,
Adriaan van Os
Frank Heckenbach wrote:
Waldek Hebisch wrote:
Adriaan van Os wrote:
Another problem - with most .gpi files, gpidump stops with the following error:
gpidump: ... .gpi: unexpected flag `unused lang flag 1'
I tried this with gpc-20030830 and gpc-20040516, both with gcc-3.3.2 on powerpc-apple-darwin.
I suspect that bit order assumed by `gpidump' is different that used by the C compliler. If yes one has to correct procedure `Flags' in `gpidump.pas'.
I've done that now. You (Adriaan) might want to retry with the upcoming release.
It works OK now.
Regards,
Adriaan van Os