IGRSoft/KisMac2

BIGL file not found.

Opened this issue · 5 comments

Hey guys

I'm trying to build but keep getting this build failure error:
'BIGL/BIGL.h' file not found KisMAC_Prefix.pch:9:13:

If anyone has any thoughts, it'd be appreciated. It'd also be nice if you could explain as you would to an eight year old, because I really only downloaded xcode for Kismac2, and therefore don't know a lot about how to use it.

Thanks

I'm stuck at the same point and also not familiar enough with xcode to resolve it.

i'm stuck here too! Please help :(

Also having the same issue. Any help is appreciated!

Solution - Follow the directions to build :)

git clone https://github.com/IGRSoft/KisMac2.git ./KissMac2
cd KissMac2
git submodule update --init --recursive
open KisMac2.xcworkspace
Build

Follow @extrapresso exactly to the word, but if you want to build it for macOS v10.14, you must ensure that Target KisMac2 > General > Deployment Info > Deployment Target is set to 10.10. If you select 10.14, it will not work!