[Users] [Bug 3602] 3.13.2 can't build on OS X without change to src/Makefile.am

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Tue Jul 12 15:29:16 CEST 2016


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3602

--- Comment #2 from Andrej Kacian <andrej at kacian.sk> ---
There are no established PLATFORM_* macros or variables. "PLATFORM_WIN32" is
something we define ourselves, based on our own checks. Look at configure.ac,
around line 113 and below.

You have to write your own check - probably something about "darwin" or "osx"
being in the host triplet string, similar to how we check for Windows. Based on
that, you can set PLATFORM_WHATEVERYOUWANT variable (but name it sanely, please
:) ), and use it in Makefile.am and elsewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list