• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Help sublime compile on macOS
#2
Seems "./pawncc" wasn't found. I always manually run pawncc (or rather, created a compile.sh file so I don't have to typ out all parameters all the time). Since I'm not familiar with using the compiler in that way, I'm not sure if "working_dir" ("dir") uses -D (I assume it does tho). Are pawncc and pawndisasm in there?



Also, a way more convenient way is to place "pawncc" and "pawndisasm" in /usr/bin (make sure they've executable permissions) and "libpawnc.dylib" in /usr/lib. Then you can call "pawncc" from anywhere (and thus the command line would start with "pawncc" and not "./pawncc")
  Reply


Messages In This Thread
Help sublime compile on macOS - by bum - 2020-10-13, 07:01 AM
RE: Help sublime compile on macOS - by Kwarde - 2020-10-16, 04:26 PM
RE: Help sublime compile on macOS - by bum - 2020-10-19, 04:36 AM
RE: Help sublime compile on macOS - by Kwarde - 2020-10-19, 09:38 AM

Forum Jump: