Quote:
Originally Posted by iamagloworm
coplate, thanks for lending a hand while you are on vacation.
i am trying on os x and debian and maybe i am missing something, but when I run $ KT_WITH_UNKNOWN_DEVCODES=1 ./kindletool <rest of command > then it just moves to the next command prompt with no output. i even tried bash, zsh and sh...
if i use && between the set variable and the ./kindletool then I get the same error "Unknown device 293 (0x293)."
knc1, at least in my testing that didn't make a difference. i can package for other devices, but add these unknown devices, 293 and 294 causes it to stop...
|
After the command ran, did you check if it made the file?
I'm just lookign back at the log si put in my post, and I don't see any output of that command, and I cannot rememeber if I cut that out, or if there really isn't any output. I can check later tonight.
Try using 'export' instead of 'set'? I just noticed that - set was from the windows-mingw version, export is the equivalent command for osx/debian.
Can you copy paste form terminal to show the full command you ran of the one that gave no output.
And you are using my build to run these commands, not NiLuJe's?