Hi,
I'm trying to compile dia2code under cygwin but I'm going nowhere.
If I follow the instruction in README.win32 i get the following error:
cc1: error: unrecognized command line option "-fnative-struct"
I'm using gcc version 3.4.4:
"gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)"
Any clues?
Thanks
Yes, I am getting the same error. I am trying to compile the latest source to take advantage of the C# generation facility.
Cheers,
According to http://mail.gnome.org/archives/gtk-list/2002-September/msg00074.html it should be possible to use -mms-bitfields instead. Please report back whether that worked so that I can update the README.win32. Thanks.
Log in to post a comment.
Hi,
I'm trying to compile dia2code under cygwin but I'm going nowhere.
If I follow the instruction in README.win32 i get the following error:
cc1: error: unrecognized command line option "-fnative-struct"
I'm using gcc version 3.4.4:
"gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)"
Any clues?
Thanks
Yes, I am getting the same error. I am trying to compile the latest source to take advantage of the C# generation facility.
Cheers,
According to
http://mail.gnome.org/archives/gtk-list/2002-September/msg00074.html
it should be possible to use -mms-bitfields instead.
Please report back whether that worked so that I can update the README.win32. Thanks.