-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Cannot compile with XLSX #3686
Comments
What does |
I cannot reproduce the issue in Windows 10/MSVC2019/Qt 6.5.3 P.S. CI has same configuration, but without a problem: https://ci.appveyor.com/project/alex-w/stellarium/builds/49460702 |
@gzotti could you cleanup the building tree and check it again? |
OK, after full cleanout (my attempts before only ran cmake, sorry I am short in time these weeks.) it seems we are back at the "usual" INDI warnings which should go away iff anybody steps up to INDI2....
|
Hello @gzotti! Please check the fresh version (development snapshot) of Stellarium: |
Hello @gzotti! Please check the latest stable version of Stellarium: |
Expected Behaviour
Activating ENABLE_XLSX in CMake configuration leads to successful compilation
Actual Behaviour
Compilation fails with 126 errors.
![grafik](https://private-user-images.githubusercontent.com/18099873/316297180-6ec4f1c5-b271-4ac0-9ded-2ccd6463ead2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTE3NzMsIm5iZiI6MTczOTA5MTQ3MywicGF0aCI6Ii8xODA5OTg3My8zMTYyOTcxODAtNmVjNGYxYzUtYjI3MS00YWMwLTlkZWQtMmNjZDY0NjNlYWQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA4NTc1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQwZjg1N2M3YzY2ZWZlODg4NTQ1MzcyMTA5Y2NjY2RiNmI5ZjkyYzc4NDA3OGQyZGJhMzEzNGE4MDk4YzQ1ODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.i2fH3KxQqP5HbOhY8XOWx9kRNnnrxjQ-B8uCgRFkHw0)
Maybe just some headers missing? I cannot say when I had disabled this, so unsure when significant changes were made. Sorry, no time currently to go hunting after this.
There are also warnings (C4821) about missing Unicode signatures (BOM).
Steps to reproduce
Setup QtCreator, MSVC2019, Qt6.5.3, configure as above.
System
Note
I hope CI works for 24.1, so I target 24.2 here.
The text was updated successfully, but these errors were encountered: