raboof / sfarkxtc

Basic sfArk decompressor
GNU General Public License v3.0
96 stars 17 forks source link

This won't compile #3

Closed jshou closed 9 years ago

jshou commented 9 years ago

It fails on line 37:

#include "sfArkLib.h"

which isn't included in the repo.

raboof commented 9 years ago

Hi Joshua,

Thanks for your message. It's funny I didn't have this problem on Travis or on my machine, but indeed the import statement should be #include <sfArkLib.h> rather than #include "sfArkLib.h". Thanks for the pointer, should be fixed now!

(you might still run into trouble if you haven't installed sfArkLib yet)

QuaxEros commented 9 years ago

Hello raboof,

Tried to "make" after putting sfArkLib.h (from sfArkLib) in the same directory. Still fails with "file not found" error. I should say i almost never "built" or worked with git before. Should this work or do i really need to install sfArkLib before or is the location of sfArkLib.h not correct? (you say in the readme "If you just want to convert an sfArk file to sf2, check out https://github.com/raboof/sfArkXTm" but then mention sfArkLib again as a prerequisite.) Dank voor your work!