I have foolishly lost the version number in an attempt to update, but it was built from source at the end of January :D
If I install the version from the Ubuntu package manager then it is old and does not support `language: sl`. If I try building an up to date version from source I get the following error when running `make`: utest-proj.cxx:78: FAILED: CHECK( (epsg_labels.count(32634) > 0 && strcmp(epsg_labels[32634],"WGS 84 / UTM zone 34N") == 0) ) with expansion: false =============================================================================== test cases: 18 | 17 passed | 1 failed assertions: 44 | 43 passed | 1 failed Which also looks like something has gone wrong with my proj version somehow? On Mon, 29 Jun 2020 at 22:46, Benedikt Hallinger <[email protected]> wrote: > Hi there, we had a similar error a while ago. > Reason was that proj lib was upgraded and therion was not compatible > with that at the time, but that was fixed already for some time now. > > Which therion version are you using? > > > Am 2020-06-29 23:00, schrieb Rhys Tyers: > > Hello, > > > > I'm trying to compile a therion config and am getting the following > > error: > > > > therion: error -- PROJ4 library: -1 (no arguments in initialization > > list) > > > > The repo and file I'm attempting to compile: > > > > > https://github.com/tr1813/migresurvey/blob/master/data/_config/overview/system_migovec.thconfig > > > > This works for for someone on OSX and another on Windows but not for > > me on Ubuntu 20.04. I tried searching for the error but there wasn't > > anything enlightening. > > > > It compiles if I comment out "epsg:3794" so I'm guessing perhaps my > > version of the proj library does not have this coordinate system? > > Could I build a more up to date version? > > > > Can anyone point me in the right direction? > > > > Thanks, > > Rhys > > _______________________________________________ > > Therion mailing list > > [email protected] > > https://mailman.speleo.sk/listinfo/therion >
_______________________________________________ Therion mailing list [email protected] https://mailman.speleo.sk/listinfo/therion
