deimos libX11 undefined reference
Jacob Carlborg
doob at me.com
Wed Jul 11 23:17:57 PDT 2012
On 2012-07-12 01:50, cal wrote:
> Hmm, looking at the .c header, the function is not even defined. I think
> it is not used, and in this case turning macros into functions in the
> binding generates linker errors. I don't know the best way to fix this
> in the binding (I have simply commented out the functions in my repo, as
> they don't seem to be used). But its worth noting.
If a macro is turned into a function it needs to have an implementation.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list