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.
Unable create single exe from source
Moderator: hvxl
Unable create single exe from source
- Attachments
-
- Error1.jpg (38.64 KiB) Viewed 4422 times
-
- Starting Member
- Posts: 41
- Joined: Tue Aug 13, 2013 10:45 am
Re: Unable create single exe from source
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
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
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
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.
Schelte