Page 1 of 1

Unable create single exe from source

Posted: Wed Oct 21, 2015 11:59 am
by Gor777
I want to make some changes to otmonitor.
When I try to collect single executable by this instruction http://otgw.tclcode.com/otmonsrc.html.
I see this picture. No any exe file create.

Re: Unable create single exe from source

Posted: Wed Oct 21, 2015 3:31 pm
by D_Hailsham
Can I suggest that you re-read the instructions in the link as you do not seem to be following them exactly? For example your command line says "sdx" while it should be "sdx.kit"

Re: Unable create single exe from source

Posted: Wed Oct 21, 2015 4:31 pm
by Gor777
Need correct http://otgw.tclcode.com/otmonsrc.html

linux → linux
./tclkit sdx.kit wrap otmonitor -runtime runtime
linux → windows
./tclkit sdx.kit wrap otmonitor.exe -runtime runtime.exe
windows → windows
tclkit sdx.kit wrap otmonitor.exe -runtime runtime.exe
windows → linux
tclkit sdx.kit wrap otmonitor -runtime runtime

Re: Unable create single exe from source

Posted: Wed Oct 21, 2015 5:08 pm
by hvxl
I was sure I tested the commands that I posted on the web page. It's a mystery how the "wrap" disappeared. Thanks for the correction.