We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transferred from: https://issues.dlang.org/show_bug.cgi?id=15418 Originally reported in Gtkd: gtkd-developers/GtkD#133
User @MikeWey reported (2015-12-07 23:28:53 CET):
When GtkD is compiled with debug information, which is the default for dub. linking executables results in the following warning: Warning 178: .LIB pagesize exceeds 512 after that optlink either hangs or terminates. The GtkD library was compiled with the dmd -lib switch. or dub build gtk-d:gtkd The executable with the following command: dmd HelloWorld.d -I..\..\src ..\..\gtkd.lib
When GtkD is compiled with debug information, which is the default for dub.
linking executables results in the following warning:
Warning 178: .LIB pagesize exceeds 512
after that optlink either hangs or terminates.
The GtkD library was compiled with the dmd -lib switch. or dub build gtk-d:gtkd
dmd -lib
dub build gtk-d:gtkd
The executable with the following command:
dmd HelloWorld.d -I..\..\src ..\..\gtkd.lib
[Stripped other comments as redundant or pings]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Transferred from: https://issues.dlang.org/show_bug.cgi?id=15418
Originally reported in Gtkd: gtkd-developers/GtkD#133
User @MikeWey reported (2015-12-07 23:28:53 CET):
[Stripped other comments as redundant or pings]
The text was updated successfully, but these errors were encountered: