openAVproductions/openAV-Sorcer

1.1.2 release can't be built

Closed this issue · 4 comments

I just grabbed the 1.1.2 release you made, trying to build it I get the following error:

/«PKGBUILDDIR»/gui/avtk.h:22:27: fatal error: avtk/avtk_box.h: No such file or directory

And it's correct, avtk_box.h doesn't exist anywhere.

Did you forget to add those files?

I found the file at this url:
https://raw.githubusercontent.com/harryhaaren/openAV-Luppp/master/src/avtk/avtk_box.h

And sorcer now seems to build.

I had to make a small change, line 42 became this:

label = _label ? strdup(_label) : NULL;

otherwise the UI would crash when shown (you can't call strdup on null char arrays).

Yes i left out Avtk_Box from the commmit - now fixed in 9da6481. I'm surprised the Luppp avtk_box works, but this one is better.

If it compiles / works fine, I can do a 1.1.3 release.

seems to work fine with that new file.
but I haven't tested extensively.

This should have been closed after comment #11 (comment). Closing now