I have just tried building it on my MacBook Pro with OSX 10.8.2 and have run into a small problem. I have installed dependencies using brew, not macports, and it doesn't find libssh.h. Is there a way to add to the include path for the make system or is there a problem with the way it detects where files are located?
x2goclient-4.0.0.4 abo$ find /usr/local -name libssh.h
/usr/local/Cellar/libssh/0.5.4/include/libssh/libssh.h
x2goclient-4.0.0.4 abo$ ./macbuild.sh
...
In file included from sharewidget.cpp:19:
In file included from ./onmainwindow.h:44:
./sshmasterconnection.h:21:10: fatal error: 'libssh/libssh.h' file not found
#include <libssh/libssh.h>
^
In file included from settingswidget.cpp:19:
In file included from ./onmainwindow.h:44:
./sshmasterconnection.h:21:10: fatal error: 'libssh/libssh.h' file not found
#include <libssh/libssh.h>
^
1 error generated.