Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

UI error (Build version) #642

Closed ajoaespinola closed 8 months ago

ajoaespinola commented 9 months ago

Trying to build Gittyup in my Linux Mint setup. Well, this is the result...

image

OS: Linux Mint 21.2 (Base: Ubuntu 22.04 LTS) QMake version 3.1 Using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu

Steps followed:

git clone https://github.com/Murmele/Gittyup.git

cd Gittyup

git submodule init
git submodule update

# Start from root of gittyup repo. (Gittyup folder)
cd dep/openssl/openssl

./config -fPIC
make

# Start from root of gittyup repo. (Gittyup folder)
mkdir -p build/release
cd build/release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..

ninja

Any hint? Thanks in advance.

Murmele commented 8 months ago

I had this problem also sometimes. But I just ignored it and now it is gone. Can you try with Qt6 (https://github.com/Murmele/Gittyup/pull/429) ?

ajoaespinola commented 8 months ago

Thanks for the comments @Murmele. I didn't want to install Qt6 just to "try" this, so i try something else and it works!. In the Qt5 Configuration Tool I just ignore the compile gittyup version and it works just fine.

image

ajoaespinola commented 8 months ago

Sorry, I closed it by mistake

Murmele commented 8 months ago

Thanks for the feedback, I don't think we can do anything here, but at least there is a workaround.