OpenXcom Forum

Modding => OpenXcom Extended => OXCE Builds & Ports => Topic started by: vadracas on May 03, 2020, 07:14:54 pm

Title: [SOLVED] Can't compile on macOS 10.14
Post by: vadracas on May 03, 2020, 07:14:54 pm
Alright, second try. I can't compile on mac, and though I can see some hints in the terminal, I can't make sense of it.

Mac version 10.14.6


Before anyone tells me I should be using the newer dependency install method, it doesn't work, I tried it.

Attaching the full terminal log in a text document within a zip.
Title: Re: Can't compile on mac
Post by: Meridian on May 03, 2020, 08:24:33 pm
Code: [Select]
brew install pkg-config

or https://stackoverflow.com/questions/23202146/cannot-find-pkg-config-error
Title: Re: Can't compile on mac
Post by: vadracas on May 03, 2020, 09:23:04 pm
Code: [Select]
brew install pkg-config

Worked like a charm, thank you!