-
-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Description
Don Allen reported this on 2022-11-14T16:29:01Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=23485
Description
As requested by Walter, here are tar files of two tests of attempts to import a pre-processed C file that includes gtk.h. The first simply includes the header file. The second adds some #defines to try to work around the problems. This was as far as I got in my own attempt to use ImportC for my own application.
These tests were done on a FreeBSD 13.1 system. I've seen similar results on Linux.
For your convenience, the 'errors' file is the output of 'make' in each case. The header_files directory contains a copy of the header files that appear in 'errors'. It's worth noting that in the first test, the problems were in signal.h and types.h, not in any of the gtk header files.
!!!There are attachements in the bugzilla issue that have not been copied over!!!