You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some weird error appeared using my custom build of dev branch... unlike official builds from omp(from the released server archive) or the regular community build (this repo's released build)
#739
Some weird errors appeared using my custom build of dev branch... unlike official builds from omp(from the released server archive) or the regular community build (this repo's released build)
Minimal complete verifiable example (MCVE):
my custom build is: build.zip
i compiled it using the commands:
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(322) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(322) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(359) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(359) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(486) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(486) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(545) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(545) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(568) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(568) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(580) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(580) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(605) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(605) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(619) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(619) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(961) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(961) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(966) : error 001: expected token: ":",
but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(966) : error 001: expected token: ";",
but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1060) : error 001: expected token: ":", but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1060) : error 001: expected token: ";", but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1352) : error 001: expected token: ":", but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1352) : error 001: expected token: ";", but found "}"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1434) : error 001: expected token: ":", but found "-identifier-"
/path/to/Server/dependencies/openmultiplayer/omp_core.inc(1434) : error 001: expected token: ";", but found "}"
please note these errors are thrown as of the commit 3f886e54cbf0637302e55dfb8cd96eefda57b359 of openmultiplayer's omp-stdlib
Issue description:
Some weird errors appeared using my custom build of dev branch... unlike official builds from omp(from the released server archive) or the regular community build (this repo's released build)
Minimal complete verifiable example (MCVE):
my custom build is: build.zip
i compiled it using the commands:
please note that i used the CMakeFile from my PR (Zorono/compiler-1 branch patch-1)
the errors i got are:
please note these errors are thrown as of the commit 3f886e54cbf0637302e55dfb8cd96eefda57b359 of openmultiplayer's omp-stdlib
Workspace Information:
/path/to/Server/pawncompiler/linux/bin/pawncc main.pwn -;+ -(+ -d3 -O0 -Z+ -C+ -t4 -D/path/to/Server/gamemodes -o/path/to/Server/gamemodes/main.amx -i/path/to/Server/dependencies -i/path/to/Server/dependencies/openmultiplayer
The text was updated successfully, but these errors were encountered: