protonscr

I cann't compile the files..

dxvkclosed invalid
doitsujin/dxvk#254 · opened 2018-04-07 by Sebastiangperez · updated 2018-04-08 · 7 comments · github
SSebastiangperez 2018-04-07 github

I cann't compile the files i have all installed but when i run the command

meson.build:1:0: ERROR: Compiler /usr/bin/x86_64-w64-mingw32-gcc can not compile programs.

I dont know what is the problem ..

Thanks

SSebastiangperez 2018-04-07 github

Sorry
this command
meson --cross-file build-win64.txt --prefix /home/sebastian/Descargas/dxvk-master build.w64

Sssorgatem 2018-04-07 github

can /usr/bin/x86_64-w64-mingw32-gcc actually compile programs?

That seems to be the problem.

Check your Mingw64 installation.

SSebastiangperez 2018-04-07 github

Yep , i made a simple c++ hello word and works ..

Sssorgatem 2018-04-07 github

...with wine, right? a hello_world.exe?

SSebastiangperez 2018-04-07 github

Yes yes , it was an exe file i run with wine , no problems.

SSebastiangperez 2018-04-08 github

ok , i found the problem , i dont have threads installed , but now gave me another error , Unknown compilers ..

meson.build:1:0: ERROR: Unknown compiler(s): ['c++', 'g++', 'clang++']
The follow exceptions were encountered:
Running "c++ --version" gave "[Errno 2] No such file or directory: 'c++': 'c++'"
Running "g++ --version" gave "[Errno 2] No such file or directory: 'g++': 'g++'"
Running "clang++ --version" gave "[Errno 2] No such file or directory: 'clang++': 'clang++'"

Zzefkerr 2018-04-08 github

So, may be close it?

Nothing extracted yet.