compuphase / pawn

Pawn is a quick and small scripting language that requires few resources.

Home Page:http://www.compuphase.com/pawn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current master does not build on Linux x86_64

zboszor opened this issue · comments

A few changes since #72 were reverted which break using the libpawnc library.

Some more build issues are present at the current tip of main:

amx.c does not build due to inconsistent order of #defines and #includes.

The recently added asm files are not built, so there are undefined references for amx_jit_list, amx_jit_compile and amx_jit_run.