testdisk icon indicating copy to clipboard operation
testdisk copied to clipboard

how to build testdisk with vs and support vs ?

Open ethanxxg opened this issue 1 year ago • 6 comments

ethanxxg avatar Dec 03 '24 10:12 ethanxxg

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

cgsecurity avatar Dec 03 '24 13:12 cgsecurity

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

ethanxxg avatar Dec 04 '24 14:12 ethanxxg

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.

cgsecurity avatar Dec 04 '24 15:12 cgsecurity

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

basicbh avatar Jan 03 '25 16:01 basicbh

I regenerated it using MinGW. That's OK.

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

ethanxxg avatar Apr 03 '25 08:04 ethanxxg

I regenerated it using MinGW. That's OK.

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

can u compile WIP?with the windows UI?

basicbh avatar May 02 '25 14:05 basicbh