LUI icon indicating copy to clipboard operation
LUI copied to clipboard

build on OS X el capitan

Open ghost opened this issue 9 years ago • 5 comments

Hi,

As I try to compile, the following error creeps almost at the beginning. I'm using OSX El Capitan.

Version: 1.10.0 Using Python 2.7 Traceback (most recent call last): File "makepanda/makepanda.py", line 448, in SdkLocateMSPlatform(STRMSPLATFORMVERSION) NameError: name 'SdkLocateMSPlatform' is not defined

ghost avatar Oct 27 '15 23:10 ghost

Hey,

the makepanda file in the repo is a bit outdated, thats probably because it fails. I will try to make an updated version today :)

tobspr avatar Oct 28 '15 05:10 tobspr

Should be solved, LUI is using my module builder now

tobspr avatar Dec 21 '15 07:12 tobspr

Hi,

Thank you! But not really, I'm on a Mac :smiley:

File "/Users/blabla/Downloads/LUI-master/Scripts/common.py", line 73, in get_panda_lib_path raise NotImplementedError("Unsupported OS") NotImplementedError: Unsupported OS

ghost avatar Dec 28 '15 21:12 ghost

Oh well, sorry, I must have missed that! It is a bit ufortunate that I don't have a mac for testing this, but I will work on adding support for building on mac on my module builder

tobspr avatar Dec 29 '15 07:12 tobspr

This may have been fixed by tobspr/P3DModuleBuilder#8.

rdb avatar May 30 '17 11:05 rdb