aseba-community / aseba

Aseba is a set of tools which allow beginners to program robots easily and efficiently. To contact us, please open an issue.
http://aseba.wikidot.com
GNU Lesser General Public License v3.0
48 stars 62 forks source link

Asebamedulla missing in build #874

Closed richban closed 5 years ago

richban commented 6 years ago

I've successfully managed to build Aseba under Mac OS X; 10.13.3; x86_64 according to the docs . However I can't find the asebamedulla in the build directory.

aseba-qt-gui            asebaplayground
aseba-test-invalid-utf8     asebarec
aseba-test-msg          asebashell
aseba-test-natives-count    asebastudio
aseba-test-simulator        asebaswitch
asebabotspeak           asebatargetadvertise
asebachallenge          asebatargetlist-dashelhub
asebacmd            asebatargetlist-qt
asebadummynode          asebatargetlist-thread
asebadump           asebatest
asebaexec           rendervplblocks
asebahttp           thymioupgrader
asebahttp2          thymiovpl
asebajoy            thymiownetconfig
asebamassloader         thymiownetconfig-cli
asebaplay           tst_compiler_utf8

It is not supported on macOS ?

cor3ntin commented 6 years ago

Indeed, dbus is only supported on linux. But it should be possible to install dbus through Homebrew, then compile Qt yourself and use that to build aseba, if you absolutely need it.

richban commented 6 years ago

I had dbus already installed as well qt qt-legacy-formula qt-webkit@2.3 qt@4 qt@5.5 qwt qwt-qt4 with brew.