AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Compiling with MM:S after Git 963 (https://forums.alliedmods.net/showthread.php?t=316783)

Old and Slow 06-09-2019 19:41

Compiling with MM:S after Git 963
 
I haven't needed to rebuild a couple of my MM:S CS:S plugins for quite awhile. However, I want to see if I can get it working for CS:GO, so I grabbed the latest MM:S version, git 970 (stable) and the old CSS plugins won't compile. Git 969 appears to be needed for the latest CSGO update.

Looking at the history, git 964 switched to "static assert" and that seems to be the problem. (I think that I last built successfully with git 961)

I am using Linux gcc v4.6.3. Haven't tried it on Windows yet.

What can I do to get past this? Also, what Linux compiler and what Visual Studio version should I be using for these later MM:S versions?

Thanks.
.......cg (O & S)

psychonic 06-10-2019 23:22

Re: Compiling with MM:S after Git 963
 
You probably need to use a newer version of GCC, or use Clang.

Old and Slow 06-10-2019 23:30

Re: Compiling with MM:S after Git 963
 
what about Visual Studio?

What do you use for Linux and Windows?

Fyren 06-10-2019 23:49

Re: Compiling with MM:S after Git 963
 
Our official builds are clang 3.8 and VS2015.

Old and Slow 06-16-2019 20:06

Re: Compiling with MM:S after Git 963
 
Sorry for the late response, but thanks!


All times are GMT -4. The time now is 02:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.