haraldan
haraldan
Thank you for the quick answer! I'm using VS2019 because that's what is mentioned in the Readme, and the project seems to be configured for v142 Build tools. I have...
Interesting. Did you use VS2019 build tools, or did you reconfigure the project to use newer ones? Also, are you sure I'm supposed to be using the developer command prompt...
The qmake command doesn't generate the sioyek.vcxproj file, so far as I can see. I'm guessing that this is somehow linked to the "Unable to generate output" warnings. I also...
C:\code\Sioyek>qmake --version QMake version 3.1 Using Qt version 6.7.3 in C:/Qt/6.7.3/mingw_64/lib
Thank you! I fixed the qmake path and now sioyek.vcxproj is generated. Unfortunately, there is another error in the next msbuild command, with the following output. I tried switching to...
Yes, there is. It's being generated during the previous msbuild commands, seemingly without any issues.
If I update the repository to the last commit, I get a different error: ``` 1>C:\code\sioyek\pdf_viewer\main_widget.cpp(8255,1): error C4716: 'MainWidget::goto_ith_next_tab': must return a value [C:\code\sioyek\sioyek.vcxproj] ``` I think this error simply...
Can confirm the fix, now I'm back to the same error again. There seems to be a general issue with the linker. If I open the .vcxproj file and manually...
Moving the repository to my home directory, unfortunately, did not make a difference. Would you consider doing another alpha release, or even just simply sharing a current build?
Thank you! It works. I'll try out some things that didn't work for me in the alpha release.