Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install #1

Open
syky27 opened this issue Apr 20, 2015 · 20 comments
Open

Cannot install #1

syky27 opened this issue Apr 20, 2015 · 20 comments
Assignees

Comments

@syky27
Copy link
Member

syky27 commented Apr 20, 2015

─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›
╰─○
@syky27
Copy link
Member Author

syky27 commented 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
Copy link
Member Author

syky27 commented 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:

╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Installing dependencies for admeshgui: stlsplit, qt5
==> Installing admeshgui dependency: stlsplit
==> Downloading https://github.com/hroncok/stlsplit/archive/v1.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/stlsplit-1.1.tar.gz
==> premake4 gmake
==> make
🍺  /usr/local/Cellar/stlsplit/1.1: 6 files, 104K, built in 3 seconds
==> Installing admeshgui dependency: qt5
==> Downloading https://homebrew.bintray.com/bottles/qt5-5.4.1.yosemite.bottle.t
######################################################################## 100.0%
==> Pouring qt5-5.4.1.yosemite.bottle.tar.gz
==> Caveats
We agreed to the Qt opensource license for you.
If this is unacceptable you should uninstall.

This formula is keg-only, which means it was not symlinked into /usr/local.

Qt 5 conflicts Qt 4 (which is currently much more widely used).

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/qt5/lib
    CPPFLAGS: -I/usr/local/opt/qt5/include


.app bundles were installed.
Run `brew linkapps qt5` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/qt5/5.4.1: 6392 files, 289M
==> Installing admeshgui
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Cloning into '/Library/Caches/Homebrew/admeshgui--git'...
remote: Counting objects: 40, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 40 (delta 5), reused 16 (delta 4), pack-reused 0
Unpacking objects: 100% (40/40), done.
Checking connectivity... done.
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl

qmake
LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlsplit/1.1/lib -L/usr/local/opt/gettext/lib

Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild.

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

I tried running /usr/bin/xcodebuild but i recieved another error

╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ /usr/bin/xcodebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
╭─syky at aluminum in ~ using ‹2.1.2›
╰─○

So I am now dowloading XCode 6.2 where I hope I can accept the agreement.

@syky27
Copy link
Member Author

syky27 commented 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 :

╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ /usr/bin/xcodebuild
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ /usr/bin/xcodebuild
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ #sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
zsh: command not found: #sudo
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ sudo xcode-select -s /Applications/Xcode\ 2.app/Contents/Developer
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ /usr/bin/xcodebuild
xcodebuild: error: The directory /Library/Developer does not contain an Xcode project.

That got me to other error:

─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl
==> make
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [admeshcontroller.o] Error 2
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [meshobject.o] 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 /Library/Developer using ‹2.1.2›
╰─○

@syky27
Copy link
Member Author

syky27 commented Apr 20, 2015

brew doctor gave me this:

─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

Warning: A newer Command Line Tools release is available.
Update them from Software Update in the App Store.

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
    /usr/local/include/node/android-ifaddrs.h
    /usr/local/include/node/ares.h
    /usr/local/include/node/ares_version.h
    /usr/local/include/node/libplatform/libplatform.h
    /usr/local/include/node/nameser.h
    /usr/local/include/node/node.h
    /usr/local/include/node/node_buffer.h
    /usr/local/include/node/node_internals.h
    /usr/local/include/node/node_object_wrap.h
    /usr/local/include/node/node_version.h
    /usr/local/include/node/openssl/opensslconf.h
    /usr/local/include/node/pthread-fixes.h
    /usr/local/include/node/smalloc.h
    /usr/local/include/node/stdint-msvc2008.h
    /usr/local/include/node/tree.h
    /usr/local/include/node/uv-aix.h
    /usr/local/include/node/uv-bsd.h
    /usr/local/include/node/uv-darwin.h
    /usr/local/include/node/uv-errno.h
    /usr/local/include/node/uv-linux.h
    /usr/local/include/node/uv-sunos.h
    /usr/local/include/node/uv-threadpool.h
    /usr/local/include/node/uv-unix.h
    /usr/local/include/node/uv-version.h
    /usr/local/include/node/uv-win.h
    /usr/local/include/node/uv.h
    /usr/local/include/node/v8-debug.h
    /usr/local/include/node/v8-platform.h
    /usr/local/include/node/v8-profiler.h
    /usr/local/include/node/v8-testing.h
    /usr/local/include/node/v8-util.h
    /usr/local/include/node/v8.h
    /usr/local/include/node/v8config.h
    /usr/local/include/node/v8stdint.h
    /usr/local/include/node/zconf.h
    /usr/local/include/node/zlib.h

Warning: Xcode is installed to a directory with a space in the name.
This will cause some formulae to fail to build.

Warning: Your Xcode (6.2) is outdated
Please update to Xcode 6.3.
Xcode can be updated from the App Store.

Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○

You can ignore most of it but the interesting thing is:

Warning: Xcode is installed to a directory with a space in the name.
This will cause some formulae to fail to build.

So I renamed Xcode 2.app to Xcode2.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:

─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl
==> make
         ^
1 error generated.
make: *** [window.o] Error 1
1 error generated.
make: *** [moc_window.o] Error 1

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 /Library/Developer using ‹2.1.2›
╰─○

And now I really have no idea how to proceed further....

@syky27
Copy link
Member Author

syky27 commented Apr 20, 2015

LOL I tried that one more time and I have gotten completely different error:

╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl
==> make
         ^
1 error generated.
make: *** [window.o] Error 1
1 error generated.
make: *** [moc_window.o] Error 1

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 /Library/Developer using ‹2.1.2›
╰─○ brew uninstall admeshgui --HEAD
Error: No such keg: /usr/local/Cellar/admeshgui
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew uninstall admeshgui
Error: No such keg: /usr/local/Cellar/admeshgui
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl
==> make
./data.h:9:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
         ^
1 error generated.
make: *** [window.o] Error 1

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 /Library/Developer using ‹2.1.2›
╰─○   

@syky27
Copy link
Member Author

syky27 commented Apr 20, 2015

Your flags are incorrectly set I uninstalled gettext so you can se where it installed it self...

─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew uninstall gettext
Uninstalling /usr/local/Cellar/gettext/0.19.4... (1920 files, 21M)
╭─syky at aluminum in /Library/Developer using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Installing admeshgui dependency: gettext
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.4.yosemite.bot
######################################################################## 100.0%
==> Pouring gettext-0.19.4.yosemite.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Mac OS X provides similar software, and installing this software in
parallel can cause all kinds of trouble.

OS X provides the BSD gettext library and some software gets confused if both are in the library path.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS:  -L/usr/local/opt/gettext/lib
    CPPFLAGS: -I/usr/local/opt/gettext/include

==> Summary
🍺  /usr/local/Cellar/gettext/0.19.4: 1920 files, 21M
==> Installing admeshgui
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/Cellar/admesh/0.98.1/lib -L/usr/local/Cellar/stlspl
==> make
./data.h:9:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
         ^
1 error generated.
make: *** [window.o] Error 1

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 /Library/Developer using ‹2.1.2›
╰─○

@hroncok hroncok self-assigned this Apr 21, 2015
@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

Try now (I did a blind commit, not trying on Mac yet)

@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

You might need to run brew update first.

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

I did that

╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew update
Updated Homebrew from 733e1698 to eafc48e9.
==> Updated Formulae
admesh/admesh/admeshgui    patchutils
╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/opt/admesh/lib -L/usr/local/opt/stlsplit/lib -L/usr
==> make
Warning: admeshgui dependency stlsplit was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
🍺  /usr/local/Cellar/admeshgui/HEAD: 4 files, 348K, built in 11 seconds
╭─syky at aluminum in ~ using ‹2.1.2›

Please notice the warning! And than i ran admeshgui and it seems to me to be broken.
screenshot 2015-04-21 09 16 19

@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

OK, so at least we compile. What does it say in console? Is it:

QGLShader::compile(Vertex): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Fragment): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Vertex): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Fragment): ERROR: 0:1: '' :  version '130' is not supported

?

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

Yes it gives me:

QGLShader::compile(Vertex): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Fragment): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Vertex): ERROR: 0:1: '' :  version '130' is not supported

QGLShader::compile(Fragment): ERROR: 0:1: '' :  version '130' is not supported

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

This is how it looks like after last commit:

screenshot 2015-04-21 14 21 57

And this is Terminal output, actually pretty interesting:

╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew uninstall admeshgui --HEAD
Uninstalling /usr/local/Cellar/admeshgui/HEAD... (4 files, 348K)
╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ brew install admeshgui --HEAD
==> Installing admeshgui from admesh/homebrew-admesh
==> Cloning https://github.com/vyvledav/ADMeshGUI.git
Updating /Library/Caches/Homebrew/admeshgui--git
==> Checking out branch master
==> qmake LIBS+=-L/usr/local/opt/admesh/lib -L/usr/local/opt/stlsplit/lib -L/usr
==> make
Warning: admeshgui dependency stlsplit was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.
🍺  /usr/local/Cellar/admeshgui/HEAD: 4 files, 356K, built in 12 seconds
╭─syky at aluminum in ~ using ‹2.1.2›
╰─○ admeshgui
2015-04-21 14:21:18.034 admeshgui[62560:4115320] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:18.373 admeshgui[62560:4115321] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd28a6b10f0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:18.373 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:19.259 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:19.767 admeshgui[62560:4115563] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291256f20 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:19.767 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:20.584 admeshgui[62560:4115363] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:21.162 admeshgui[62560:4115321] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291524f70 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:21.162 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:21.723 admeshgui[62560:4115439] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:22.323 admeshgui[62560:4115363] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291519e40 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:22.323 admeshgui[62560:4115363] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:22.935 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:23.502 admeshgui[62560:4115319] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2912ca780 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:23.502 admeshgui[62560:4115319] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:24.120 admeshgui[62560:4115363] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:24.588 admeshgui[62560:4115320] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd29155f350 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:24.589 admeshgui[62560:4115320] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:25.311 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:25.774 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2914aa380 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:25.774 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:26.490 admeshgui[62560:4115321] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:27.142 admeshgui[62560:4115563] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291405110 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:27.142 admeshgui[62560:4115563] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:27.931 admeshgui[62560:4115563] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:28.415 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd28a4b68d0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:28.415 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:29.148 admeshgui[62560:4116122] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:29.432 admeshgui[62560:4116124] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291611ea0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:29.433 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:30.331 admeshgui[62560:4116122] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:30.787 admeshgui[62560:4116124] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2910d28a0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:30.787 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:31.455 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:31.935 admeshgui[62560:4115320] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2911028e0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:31.935 admeshgui[62560:4115320] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:32.667 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:33.135 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291374bb0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:33.136 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:33.819 admeshgui[62560:4116122] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:34.342 admeshgui[62560:4115563] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd28ca6ac30 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:34.342 admeshgui[62560:4115563] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:35.046 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:35.507 admeshgui[62560:4115563] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2913a4fb0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:35.507 admeshgui[62560:4115563] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:36.262 admeshgui[62560:4115563] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:36.835 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd29158edb0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:36.835 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:37.454 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:37.890 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd29153e420 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:37.890 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:38.598 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:38.929 admeshgui[62560:4116124] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291482d80 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:38.929 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:40.023 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:40.813 admeshgui[62560:4115363] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291a06da0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:40.814 admeshgui[62560:4115363] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:41.307 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:41.734 admeshgui[62560:4116124] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd291579100 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:41.734 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:42.520 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:43.198 admeshgui[62560:4115852] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd29137eca0 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:43.199 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:43.830 admeshgui[62560:4115852] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:44.419 admeshgui[62560:4115320] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2916ea740 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:44.419 admeshgui[62560:4115320] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:45.014 admeshgui[62560:4116122] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:45.826 admeshgui[62560:4116124] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2912b8660 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:45.827 admeshgui[62560:4116124] plugin com.getdropbox.dropbox.garcon invalidated
2015-04-21 14:21:46.987 admeshgui[62560:4117019] plugin com.getdropbox.dropbox.garcon interrupted
2015-04-21 14:21:47.587 admeshgui[62560:4117110] Hub connection error Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.getdropbox.dropbox.garcon was invalidated.) UserInfo=0x7fd2918e0210 {NSDebugDescription=The connection to service named com.getdropbox.dropbox.garcon was invalidated.}
2015-04-21 14:21:47.587 admeshgui[62560:4117110] plugin com.getdropbox.dropbox.garcon invalidated

@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

cc @vyvledav

I also don't know, why the Dropbox thing is happening.

@vyvledav
Copy link

No idea about Dropbox error. At least recent commit should have resolved invisible menubar as well as viewport issue.

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

The menu still doesn't work... But there is a change menu which belongs to the app that actually runs the program is stil there but only if it is first appearance of admeshgui, in case of switching windows it disappear and change to the state it was before...

First RUN

If you change windows and then come back to focus

The good stuff is that I now have correctly shown viewport...

@vyvledav
Copy link

Well, the menubar is visible according to screens (File, Edit, View), I suppose it does nothing when clicked then. Right?

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

Another issue is the energy impact, please notice that iTerm2 runs admeshgui....

screenshot 2015-04-21 17 23 25

And I also suspect that, when i leave admeshgui run for little bit while, it will comsume all my RAM including SWAP so it is 16GB RAM + 8GB Swap, then I need to crash the OS X to get rid of it, the thing is that this also happens when start admeshgui and than I close is it still runs somwhere and it keeps crunching on my memory... :D

@syky27
Copy link
Member Author

syky27 commented Apr 21, 2015

@vyvledav Ou this menu bar, well ok, but I guess that that shoud be in the black bar, that's how it works on MAC OS X, but I do not know if QT supports it...

@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

This is no longer a brew formula issue, so I suggest we go and open an issue here: https://github.com/vyvledav/ADMeshGUI

I'm also leaving this open for:

Warning: admeshgui dependency stlsplit was built with a different C++ standard
library (libc++ from clang). This may cause problems at runtime.

@hroncok
Copy link
Member

hroncok commented Apr 21, 2015

admesh/ADMeshGUI#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants