Open
Description
─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Installing dependencies for admeshgui: premake, stlsplit, qt5
==> Installing admeshgui dependency: premake
==> Downloading https://downloads.sourceforge.net/project/premake/Premake/4.3/pr
######################################################################## 100.0%
==> make -C build/gmake.macosx
🍺 /usr/local/Cellar/premake/4.3: 5 files, 352K, built in 5 seconds
==> Installing admeshgui dependency: stlsplit
==> Downloading https://github.com/hroncok/stlsplit/archive/v1.1.tar.gz
######################################################################## 100.0%
==> premake4 gmake
==> make
#include <__debug>
^
1 error generated.
make[1]: *** [obj/Debug/lib/stlsplit.o] Error 1
make: *** [lib] Error 2
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/admesh/homebrew-admesh/issues
╭─syky at aluminum in ~ using ‹2.1.2›
╰─○
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
syky27 commentedon Apr 20, 2015
This bug actually appear after updating to OSX Command Line Tools 6.3, updating this tools was done by installing XCode 6.3, but they are already gone and I am using XCode 6.4 Beta.
I know this because same error occurred to be when building some small C++ project, I was not able to fix it for that project and I was forced to switch to Debian in Parallels Desktop.
syky27 commentedon Apr 20, 2015
So I found the bug here: http://stackoverflow.com/questions/29529455/missing-c-header-debug-after-updating-osx-command-line-tools-6-3
I downloaded Command Line tools 6.2
commandlinetoolsosx10.10forxcode6.2.dmg
And I have gotten another error:
I tried running
/usr/bin/xcodebuild
but i recieved another errorSo I am now dowloading XCode 6.2 where I hope I can accept the agreement.
syky27 commentedon Apr 20, 2015
So what I needed to do was install Xcode 6.2 install XCode Command Line Tools 6.2, accept agreements. And than I needed to manually set :
That got me to other error:
syky27 commentedon Apr 20, 2015
brew doctor
gave me this:You can ignore most of it but the interesting thing is:
So I renamed
Xcode 2.app
toXcode2.app
and ran─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ sudo xcode-select -s /Applications/Xcode2.app/Contents/Developer
Password:
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○
But I have gotten brand new error:
And now I really have no idea how to proceed further....
syky27 commentedon Apr 20, 2015
LOL I tried that one more time and I have gotten completely different error:
syky27 commentedon Apr 20, 2015
Your flags are incorrectly set I uninstalled gettext so you can se where it installed it self...
hroncok commentedon Apr 21, 2015
Try now (I did a blind commit, not trying on Mac yet)
hroncok commentedon Apr 21, 2015
You might need to run
brew update
first.syky27 commentedon Apr 21, 2015
I did that
Please notice the warning! And than i ran admeshgui and it seems to me to be broken.

hroncok commentedon Apr 21, 2015
OK, so at least we compile. What does it say in console? Is it:
?
syky27 commentedon Apr 21, 2015
Yes it gives me:
syky27 commentedon Apr 21, 2015
This is how it looks like after last commit:
And this is Terminal output, actually pretty interesting:
hroncok commentedon Apr 21, 2015
cc @vyvledav
I also don't know, why the Dropbox thing is happening.
vyvledav commentedon Apr 21, 2015
No idea about Dropbox error. At least recent commit should have resolved invisible menubar as well as viewport issue.
7 remaining items