supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.05k stars 515 forks source link

SuperSlicer build fail. #974

Open nanoplane opened 3 years ago

nanoplane commented 3 years ago

Version

2.3.55.5

Operating system type + version

Mac OS Big Sur 11.2.1

3D printer brand / version + firmware version (if known)

N/A

Behavior

Successfully ran cmake and make for deps.

Building SuperSlicer in xCode: Can't complete BUILD_ALL due to multiple failures.

Build of SuperSlicer fails due to missing deps library: libwx_osx_cocoau_scintilla-3.1.a Since deps build succeeded, I'm not sure where it's dropping the lib....

royal32 commented 3 years ago

I got past this by copying deps/build/destdir/usr/local/lib/libwxscintilla-3.1.a as libwx_osx_cocoau_scintilla-3.1.a. So the same file exists with both names. I'm not familiar enough with compilation to determine the root cause, though.

nanoplane commented 3 years ago

So, did that and build succeeds but running it crashes on launch in wxMacCoreGraphicsPenBrushDataBase::CalculateShadingValues ... bummer..

royal32 commented 3 years ago

Yup... tracking that issue here, also mentioned here..

nanoplane commented 3 years ago

So, looks like it's been solved. There's a comment that changes wxWidgets.cmake to use the wxWidgets 3.1.4-patched version for all Apple, not just arm..

royal32 commented 3 years ago

Yup, figured it out about an hour ago. I'd expect fixed builds to come pretty soon

nanoplane commented 3 years ago

Yep, crashes for me as well.