lewisclark/glua-steal

Can't Generate the SLN project file

t3r00t opened this issue · 9 comments

Hello ,
I tried download the src and when i launch the command :
'msbuild gluasteal.sln /p:Configuration=Release'

I get this result :
MSBUILD : error MSB1009: Le fichier projet n'existe pas.
Commutateur : gluasteal.sln

Any idea ?

Have you generated the gluasteal.sln file with cmake?

When i run CMake .. i dont get any sln files nor cpp or headers in the build file
Here is the output of cmake ..

Here is a screen of VS 2019 CMD
http://prntscr.com/s5tr40

thanks for the reply mate 👍

Can you post a screenshot of all the files inside your build directory?

http://prntscr.com/s6997o
http://prntscr.com/s699e7

They all have thoses two files inside

Try giving that a go. E.g. cmake -G "Visual Studio 15 2017" ..

CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.

CMake Error: The source directory "C:/Users/BeastOo/Desktop/buildingdll/glua-steal/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Can you send me the latest version with sln ?

That's strange. I've just tested it now and cmake it still creating a project file for me. Do you have Visual Studio installed along with all of the build tools and the 'Desktop development with C++' package? You can check in the Visual Studio Installer.

Yes i have everything installed : http://prntscr.com/s6t92v
I open this : http://prntscr.com/s6ta25

Can you add me on discord ? t3r00t#8168

I installed Visual Studio on a new Windows 10 Install and it worked without any issue , Sorry for that mate.
Something was wrong with my main computer
Thanks alot ;)