Guest User

Compiling Ecwolf on OpenBSD (x86_64)

a guest
Dec 23rd, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | Gaming | 0 0
  1. wget https://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-1.4.2-src.tar.xz
  2. after extraction->
  3. mkdir build; cd build
  4. cmake ..
  5. make
  6. (this is where it craps out at 75%)
  7. edit src/ecwolf-1.4.2-src/src/m_alloc.cpp:42:10: and change malloc.h to stdlib.h
  8. make
  9. (craps out src/ecwolf-1.4.2-src/src/m_alloc.cpp:70:20:)
  10. change line 70 to GC::AllocBytes += size;
  11. change line 78 to GC::AllocBytes -= size;
  12. change line 85 to GC::AllocBytes -= size;
  13. change line 205 to size_t size = -1;
  14. change line 206 to GC::AllocBytes -= size;
  15. now, in file wl_iwad_picker.cpp comment out line 288
  16. run make and it should all compile move the ecwolf and ecwolf.pk3 to their right locations.
  17.  
Add Comment
Please, Sign In to add comment