News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

BUILD_DLL not defined when the compiler is Clang

Started by gh_origin, December 05, 2020, 03:28:39 PM

Previous topic - Next topic

gh_origin

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.

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

gh_origin

Quote from: 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.

Sorry. I don't know about that.