Vladimir

Results 71 comments of Vladimir

> Sorry, I didn't get this. What are you suggesting? In simple terms, so that after the manual `ambuild`, the `package/**` was same like https://www.sourcemod.net/downloads.php?branch=dev (Of course, excluding the other...

I found it. Like this — https://github.com/alliedmodders/sourcemod/blob/master/tools/buildbot/package.pl

Or I suggest making a proxy mirror from GitHub to `sm.alliedmods.net` backend (auto-updater and buildbot) so that changes in files do not conflict

> This issue is still happening and took me a while to find this and realize I needed to remove the lib, if we're not going to fix it should...

[package-accelerator-wend4r-newest_breakpad.zip](https://github.com/asherkin/accelerator/files/10568903/package-accelerator-wend4r-newest_breakpad.zip) Built on OS release (Ubuntu 14) ``` $ cat /etc/os-release NAME="Ubuntu" VERSION="14.04.6 LTS, Trusty Tahr" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.6 LTS" VERSION_ID="14.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" ``` Clang (version 17.0.0-dev) ```...

@fbef0102, try https://github.com/asherkin/accelerator/pull/9#issuecomment-1413649842 to fix

> https://forums.alliedmods.net/showpost.php?p=2796045&postcount=149 On new distributive versions with an updated kernel, there should not be such a crash when rebuilding with an updated breakpad

Try ``` sudo pacman -Syu clang ``` ``` export CC=clang CXX=clang++ python ../configure.py ```

To install AMBuild (in `~/Documents` folder) ```sh mkdir -p alliedmodders && cd alliedmodders git clone https://github.com/alliedmodders/ambuild.git python -m pip install ./ambuild # You can also use `sudo` if $PATH is...

This happens to me when executing modern STL code with monster (run-time) LD-RedHat optimizations after built on GNU Binutils 2.26.1 (old SteamRT/Valve style for Source Engine binaries). https://github.com/search?q=repo%3Aalliedmodders%2Fsourcemod+lang%3AC%2B%2B+istringstream&type=code