lewisclark / glua-steal

Retrieves client-sided Lua files from Garry's Mod game servers
GNU General Public License v3.0
154 stars 15 forks source link

Can't Generate the SLN project file #9

Closed t3r00t closed 4 years ago

t3r00t commented 4 years ago

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 ?

lewisclark commented 4 years ago

Have you generated the gluasteal.sln file with cmake?

t3r00t commented 4 years ago

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 👍

lewisclark commented 4 years ago

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

t3r00t commented 4 years ago

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

They all have thoses two files inside

lewisclark commented 4 years ago

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

t3r00t commented 4 years ago

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 ?

lewisclark commented 4 years ago

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.

t3r00t commented 4 years ago

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

Can you add me on discord ? t3r00t#8168

t3r00t commented 4 years ago

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 ;)