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

Build Failed on ever version of gcc I threw at it. 7-10 #7

Open
trafficpest opened this issue Feb 3, 2022 · 5 comments
Open

Build Failed on ever version of gcc I threw at it. 7-10 #7

trafficpest opened this issue Feb 3, 2022 · 5 comments

Comments

@trafficpest
Copy link

On my laptop (linux) build always failed Qualetize.h Const Struct getting and unsigned int it wasn't expecting. Was on my mac decided to take a look at it and it built first pass. Checked what version of gcc it was using and instead it was clang. Ok..... go to my laptop install clang and it builds right away all warnings and errors gone. Great software! Thank you.

By the way were you building this with clang or gcc?

@Aikku93
Copy link
Owner

Aikku93 commented Jun 9, 2023

Really sorry about the late reply - I'm gonna have to check my notification settings.

Is this still an issue as of now? If so, could you paste the error that you're getting? I've been using gcc for building (cygwin in the past and MinGW/MSYS2 now).

@zvezdochiot
Copy link
Contributor

Hi all.

gcc (Debian 10.2.1-6) 10.2.1 20210110

Release 1.0. No problem.

@Aikku93
Copy link
Owner

Aikku93 commented Sep 1, 2023

Very nice work, thanks! This project originally started as a single file (and with only Windows .exe as a target), but then it got out of control and I never bothered to clean things up properly, being distracted with my other projects. So thanks, again, for the cleanup.

@zvezdochiot
Copy link
Contributor

zvezdochiot commented Sep 1, 2023

@Aikku93 say:

I never bothered to clean things up properly, being distracted with my other projects. So thanks, again, for the cleanup.

If there is a need to clean up the repo, then clone my fork:

git clone [email protected]:ImageProcessing-ElectronicPublications/tilequant.git

Replace in .git/config:

        url = [email protected]:ImageProcessing-ElectronicPublications/tilequant.git

to

        url = [email protected]:Aikku93/tilequant.git

And update the repo in force mode:

git push -f
git push -f --tags

PS: You repo - 7.17Mb, my repo - 66Kb (removed BMPs from history). Before the operation, make a backup of the local repo.

@Aikku93
Copy link
Owner

Aikku93 commented Oct 28, 2023

Thanks for that, finally got around to doing it (I'm still not all that good with git, and I kept giving up when I couldn't get it to work).

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

3 participants