solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.3k stars 113 forks source link

error installing from source in Linux #206

Closed kermitdafrog8 closed 1 year ago

kermitdafrog8 commented 1 year ago

During make install I get the following error messages. Not sure why it's seeing busted for MinGW in Linux.

make[1]: Entering directory '/tmp/rehex-0.5.4/plugins/binary-template'
Makefile:52: *** Neither busted or busted.bat found in PATH.  Stop.
make[1]: Leaving directory '/tmp/rehex-0.5.4/plugins/binary-template'
make: *** [Makefile:551: install] Error 2
solemnwarning commented 1 year ago

What happens if you just run busted?

kermitdafrog8 commented 1 year ago

Is it looking for this https://lunarmodules.github.io/busted/ ?

solemnwarning commented 1 year ago

Yes.

FYI it only gets used for running the tests, so if you're not doing that you can probably just specify BUSTED=false in the environment.

kermitdafrog8 commented 1 year ago

Ok I'll go with that in my build script for Slackware. Don't think I really need to do the test portion.

solemnwarning commented 1 year ago

I'm gonna go ahead and assume it worked for you since there's been no more posts here.