www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Header file generation not working correctly

reply "Pablo Delado" <pablo.delgado gmx.com> writes:
I am using the d compiler on macosx and when I attempt to 
generate header files the d compiler simply copies the contents 
of my d files into the di files instead of generating 
declarations.

Command that I execute is:   dmd -Hd./ -Hftest.di -lib test.d

After speaking with others in the irc I was told that the command 
was correct and that I should have generated the required 
declarations.
Sep 12 2012
parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Thursday, September 13, 2012 03:28:15 Pablo Delado wrote:
[snip]

Please do not post to this list (it shouldn't even accept posts from anyone 
other than bugzilla - I don't know why it does). It's not for reporting bugs 
or asking questions. You sign up for it if you want to receive all of the 
messages from bugzilla. If you have a question regarding learning or using D, 
then please ask it in digitalmars-d-learn. If you have a general question 
about D or are looking to discuss D's development, then post in digitalmars-d.

- Jonathan M Davis
Sep 12 2012