You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use, for example rdmd build swtsnippets[Snippet195], it needs to pass arguments with auxillary imports and libs to the application you are building. But if you do rdmd -Ipath/to/imports -Lyour-lib-name build swtsnippets[Snippet195] then your arguments are passed to compiler when it builds build.d only and when just-built build in its turn compiles your application the arguments are absent and building failed.
The text was updated successfully, but these errors were encountered:
pycerl
pushed a commit
to pycerl/dwt
that referenced
this issue
Jul 5, 2013
When you use, for example
rdmd build swtsnippets[Snippet195]
, it needs to pass arguments with auxillary imports and libs to the application you are building. But if you dordmd -Ipath/to/imports -Lyour-lib-name build swtsnippets[Snippet195]
then your arguments are passed to compiler when it buildsbuild.d
only and when just-builtbuild
in its turn compiles your application the arguments are absent and building failed.The text was updated successfully, but these errors were encountered: