Got it Ladislav!? Adding my comments in your comments??...
- had to redownload all the source.? git pull command didnt worked.
I don't know how you did it, but I'm sure that git pull must definitely work. When
I create a release, I use 4 independent Virtual Machines where git pull
is called during the build process. Everything went as expected today.
Unfortunately, you did not mention where the issue was.
So I have all my source codes in ~/.sources/QLog.? what I did was:
cd ~/.sources/QLog
git pull
PREFIX=/opt/qlog qmake QLog.pro
make?
sudo make install
I gave me an error but I didnt took note of it unfortunately (this was before my morning coffee ?).? But definitely will keep this email saved and try again on next release, as that is the way I want to do it.
------------------------------------------------------
- for
some reason had to download hamlib 4.5.? QLog didnt liked the latest
hamlib.? Tried compiling several times, even downloading manually
instead of git command, but didnt worked.? It worked fine with rigctl
version 4.5.5.
QLog can use Hamlib 4.6. Windows and
Flatpak packages include version 4.6. It is necessary to have the
'includes' and 'libs' settings configured properly. Ensure that your
compiler does not use header files from the system's Hamlib
installation, which is typically version 4.5.5.
After reading your replied, I looked and seems that there was some hamlib files left from previous installation under /usr/include/hamlib.? I guess that the software was trying to use the new installed version on /opt/hamlib/ with the old includes on /usr... just guessing.? I delete the old /usr/include/hamlib,? Uninstalled hamlib 4.5, and installed 4.6 and it worked.
-----------------------------------------------------
- had to download manually the flags folder, when downloaded the flags folder was empty.
README file contains a solution for this. QLog repo contains a flag module. Therefore you have to download git report:
git clone --recurse-submodules
Thanks for pointing this one to my attention, I missed that one.? added to my notes.
-----------------------------------------------------
Again, thanks for another great version of this awesome software!