Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Matěj Plch
Hi, I think that the problem is caused by this line: rv.prjname = thcs_get_label(params).c_str(); because rv.prjname now contains a pointer to a temporary (and already destroyed) string. st 14. 10. 2020 v 23:04 odesílatel Benedikt Hallinger napsal: > > I just made a new issue ticket: >

Re: [Therion] Problem compiling Therion 6.1.7 on Fedora 38

2023-07-24 Thread Matěj Plch
; > different results, we are investigating how to fix this. > > > > so 13. 5. 2023 v 0:12 odesílatel Matěj Plch napsal: > >> > >> Looks like there are for some reason missing includes, I will fix and test > >> this on Fedora over the weekend. > >> > >

Re: [Therion] Problems building latest Therion in Fedora 37: missing pdfetex.ini

2023-07-24 Thread Matěj Plch
Hi, I see that my response was not delivered due to the problem with the mailing list. Try to just reinstall texlive and all related packages. In my previous comment at https://github.com/therion/therion/pull/474#issuecomment-1353245276 you can see that I had to install texlive packages

Re: [Therion] Problem compiling Therion 6.1.7 on Fedora 38

2023-05-12 Thread Matěj Plch
> 77 | bool operator != ( const lxVec& p, const lxVec& q ); >|~^ > make[2]: *** [loch/CMakeFiles/common-utils.dir/build.make:76: > loch/CMakeFiles/common-utils.dir/lxFile.cxx.o] Error 1 > make[1]: *** [CMakeFiles/Makefile2:3821: >

Re: [Therion] Problem compiling Therion 6.1.7 on Fedora 38

2023-05-15 Thread Matěj Plch
Matěj Plch napsal: > > Looks like there are for some reason missing includes, I will fix and test > this on Fedora over the weekend. > > Dne pá 12. 5. 2023 20:12 uživatel Bill Gee napsal: >> >> Thanks! That made a difference. I still get an error, but it happ

Re: [Therion] Problem compiling Therion 6.1.7 on Fedora 38

2023-05-12 Thread Matěj Plch
Hi, Therion 6.1.7 does not include internal copy of fmt library, you need to install package fmt-devel. Dne pá 12. 5. 2023 17:03 uživatel Bill Gee napsal: > I gave it a shot today to see if I could duplicate Rodrigo's problem. I > got a completely different error: > >

Re: [Therion] A wtherion update

2024-04-17 Thread Matěj Plch
Hello Nice work! I have an idea, how about replacing XTherion with a Visual Studio Code extension? Let's skip the part where we develop a whole new editor, we could just use an existing editor, and enhance it with a capability to run Therion compilation and with an integrated wtherion for scrap