Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: gh_origin on December 05, 2020, 03:28:39 pm

Title: BUILD_DLL not defined when the compiler is Clang
Post by: gh_origin on December 05, 2020, 03:28:39 pm
I tried to compile the sample DLL with Clang but it failed mysteriously. After checked the main.h sample header, I found BUILD_DLL was not defined on the project's Build options... When the compiler is GCC, it's properly defined there. Adding BUILD_DLL back will let Clang produce a DLL as normal. Please fix this minor bug. Thanks.
Title: Re: BUILD_DLL not defined when the compiler is Clang
Post by: oBFusCATed on December 05, 2020, 04:05:59 pm
Generally problem reporting should happen on the ticket page in https://sourceforge.net/p/codeblocks/tickets/
Here it will get lost eventually.
If you post there please post version info and steps to reproduce.
Title: Re: BUILD_DLL not defined when the compiler is Clang
Post by: gh_origin on December 12, 2020, 03:15:39 pm
Generally problem reporting should happen on the ticket page in https://sourceforge.net/p/codeblocks/tickets/
Here it will get lost eventually.

Sorry. I don't know about that.