Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI error (Build version) #642

Closed
ajoaespinola opened this issue Oct 4, 2023 · 4 comments
Closed

UI error (Build version) #642

ajoaespinola opened this issue Oct 4, 2023 · 4 comments

Comments

@ajoaespinola
Copy link

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
Copy link
Owner

Murmele commented Oct 8, 2023

I had this problem also sometimes. But I just ignored it and now it is gone. Can you try with Qt6 (#429) ?

@ajoaespinola
Copy link
Author

ajoaespinola commented Oct 9, 2023

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
Copy link
Author

Sorry, I closed it by mistake

@ajoaespinola ajoaespinola reopened this Oct 9, 2023
@Murmele
Copy link
Owner

Murmele commented Oct 10, 2023

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

@Murmele Murmele closed this as completed Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants