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

how to build testdisk with vs and support vs ? #165

Open
ethanxxg opened this issue Dec 3, 2024 · 4 comments
Open

how to build testdisk with vs and support vs ? #165

ethanxxg opened this issue Dec 3, 2024 · 4 comments

Comments

@ethanxxg
Copy link

ethanxxg commented Dec 3, 2024

No description provided.

@cgsecurity
Copy link
Owner

TestDisk can be compiled under Windows with cygwin or with mingw-w64, but not with visual studio.
See https://www.cgsecurity.org/testdisk_doc/compilation_env.html#windows

@ethanxxg
Copy link
Author

ethanxxg commented Dec 4, 2024

TestDisk can be compiled under Windows with cygwin or with mingw-w64, but not with visual studio. See https://www.cgsecurity.org/testdisk_doc/compilation_env.html#windows

thanks ,i compiled TestDisk with mingw-w64 under windows,but show error:“syntax error near unexpected token QT5GUI,'” PKG_CHECK_MODULES(QT5GUI, Qt5Gui >= 5.0.0,,use_qt=false) On line 9874 ,I don't know the reason for this

@cgsecurity
Copy link
Owner

Probably a missing qt5 package while you have done the autoreconf.
A workaournd is to try to compile the 7.2 version instead of the version from git, so you have a correct configure script.

@basicbh
Copy link

basicbh commented Jan 3, 2025

try cygwin,i can compile the dos UI just fine,but cant compile the win UI version,do you know how? thanks!

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