Wargus / stargus

Importer and scripts for Starcraft
GNU General Public License v2.0
126 stars 24 forks source link

Fixed compilation issue with meson #49

Closed elaguakate closed 2 years ago

elaguakate commented 2 years ago

Description

Error messages while compiling stargus, I had error messages about bzip functions not being declared and -DSTRATAGUS_BIN not being found.

Specifications

OS: Arch Linux x86_64 Kernel: 5.17.3-arch1-1 Stratagus: v3.2.1-git880e90f7843831a439566b1f5989ea1584fa87ba

Steps :

  1. cd stargus
  2. meson build/
  3. ninja -C build/

Fixes

timfel commented 2 years ago

Thanks, I'll merge this for now, but I think the meson stuff will not stick around, I think I'd go back to cmake once this nears anything that looks like a releasable state again :)

elaguakate commented 2 years ago

No problem, thank you! :)