fred555547

Results 13 comments of fred555547

Thank you Cecilios ! I've installed the v5.6.2 from Ubuntu snap : in the Gui, the translation was partial. You must notice that the files are in /usr/share/lenmus/... Now, I...

Hi Cecilios, PoEdit cannot open the po files. The content of the po files is identical to the mo files ...

Hi Cecilios, I also tried to build the langtool tool but I got a fatal error :Building LenMus langtool Scanning dependencies of target langtool [ 18%] Building CXX object CMakeFiles/langtool.dir/src/command.cpp.o...

@cecilios > Do you have the "_libxml2-dev_" package installed ? I'm using Xubuntu 18.04 LTS low latency Yes I did ... But there might be an issue with the CMake...

@cecilios : I grabbed the po file with wget but the content is a mo file. wget https://github.com/lenmus/lenmus/blob/master/locale/fr/lenmus_fr.po But I got it in raw format and firefox ;-) > >...

I did the following `cmake -DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so.2 -DLIBXML2_INCLUDE_DIR=/usr/include/libxml2/libxml ..` I always get the same error ` -- LIBXML2_LIBRARIES => /usr/lib/x86_64-linux-gnu/libxml2.so.2 -- wxWidgets => -L/usr/lib/x86_64-linux-gnu-pthread-lwx_gtk2u_aui-3.0-lwx_baseu-3.0-lwx_gtk2u_gl-3.0-lwx_baseu_net-3.0-lwx_gtk2u_richtext-3.0-lwx_baseu_xml-3.0-lwx_gtk2u_xrc-3.0-lwx_gtk2u_core-3.0-lwx_gtk2u_adv-3.0-lwx_gtk2u_html-3.0 -- SRC_DIR => /home/fred/project/langtool/src -- WXXML2_DIR =>...

It seems there is an issue with the path /usr/include/libxml2. I attached CmakeCache.txt that seems OK. I when a little bit further when giving the full path of xmlmemory.h in...

Hi, I fixed the problem. In theCMakeLists.txt file, I added the line ` /usr/include/libxml2` in the `include_directories` section. And now it's OK and I'm happy [CMakeLists.txt](https://github.com/lenmus/lenmus/files/4499235/CMakeLists.txt)

This the first time I fix a bug ! Anyway, your way is the best, for sure. Now, I'm going the improve the french translation, using langtool. The reason is...

There is another way : the translation of the english eBooks ... Anayway, let's go in the usual way, we will see if we need to improve it later. This...