Assertion failed: (s->stack->next != NULL), function CGGStackRestore, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreGraphics/CoreGraphics-1245.8.4.8/CoreGraphics/Context/CGGStack.c, line 77.
Abort trap: 6
$ hdiutil attach Command_Line_Tools_macOS_10.13_for_Xcode_9.4.dmg
$ cp /Volumes/Command\ Line\ Developer\ Tools/*.pkg ./CmdLineTools-MacOSHighSierra-version10.13.pkg
$ installer -store -verboseR-pkg "/Users/YourUsername/CmdLineTools-MacOSHighSierra-version10.13.pkg" -target /
$ xip-x XCode-9.4.1.xip
$ sudo mkdir -p /Library/Developer/XCode
$ sudo cp -r Xcode.app/Contents/Developer /Library/Developer/XCode
$ sudo xcode-select -s /Library/Developer/XCode
$ sudo xcodebuild -license
$ xcrun --sdk macosx --show-sdk-version
# > Should now be something like: 10.13
$ export CC="clang -g -arch $(uname -m) -DBUILD_SHARED_LIBS -D__APPLE__"
$ export CXX="clang++ -g -arch $(uname -m) -DBUILD_SHARED_LIBS -D__APPLE__"
$ mkdir -p /usr/local/opt/fltkwithcairo
$ make clean && ./configure --enable-cairo --enable-threads --prefix=/usr/local/opt/fltkwithcairo
$ make && make install
--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.