Hi, could you follow the macOS part of https://github.com/therion/therion/blob/master/.github/workflows/cmake.yml and if there is a problem include a more detailed log file?
Basically you need to run the following in the therion source directory: mkdir build && cd build && cmake -G Ninja -DCMAKE_CXX_FLAGS="-Werror" -DOPENGL_gl_LIBRARY:FILEPATH=/opt/X11/lib/libGL.dylib -DOPENGL_glu_LIBRARY:FILEPATH=/opt/X11/lib/libGLU.dylib -DBUILD_THBOOK=OFF .. cmake --build build -t therion loch utest We use macOS 11.5 and 10.15.7 to build therion while testing. Cheers Martin On Thu, Aug 5, 2021 at 8:42 AM Andrea Corna via Therion <[email protected]> wrote: > Hi Phil, > Is an intel version. > > Andrea da iPhone > > Il giorno 4 ago 2021, alle ore 23:58, Philippe Vernant < > [email protected]> ha scritto: > > Hi Andrea, > > Do you have a new Mac with the M1 chip ? If so you might want to install > Rosetta first. > > Best, > Phil > > > On 4 Aug 2021, at 22:20, Andrea Corna via Therion <[email protected]> > wrote: > > Hi Guys, > I’m trying ti install on Mac OS 11.4 but I’m failing. > Following this https://therion.speleo.sk/wiki/os-tips:osx it fail > Compiling fron GitHub also fail: > > ld: symbol(s) not found for architecture x86_64 > clang: *error: *linker command failed with exit code 1 (use -v to see > invocation) > make[1]: *** [loch] Error 1 > make: *** [loch/loch] Error 2 > > Anyone is able to install? > > Thanks for help > > Andrea > _______________________________________________ > Therion mailing list > [email protected] > https://mailman.speleo.sk/listinfo/therion > > > _______________________________________________ > Therion mailing list > [email protected] > https://mailman.speleo.sk/listinfo/therion > > _______________________________________________ > Therion mailing list > [email protected] > https://mailman.speleo.sk/listinfo/therion >
_______________________________________________ Therion mailing list [email protected] https://mailman.speleo.sk/listinfo/therion
