| |
QuasaR
Registered: Dec 2001 Posts: 145 |
TMPx .binary command
Hi there!
I'm trying TMPx on my Debian machine but when using the .binary command like this:
.binary "pfeile.spr"
I'm getting this error message:
TMPx v1.0 [r916; 2012-04-29 17:39:32]; (c) Style 2008-2012
Pass 1:
joytester.src(236) : error 17: unable to open file '%s'
Build Failed. 1 Errors
The file is in the same directory as TMPx and even when I'm using the full pathname it shows this error.
Has anybody an idea what's wrong? |
|
| |
THE WIZ Account closed
Registered: Jan 2007 Posts: 15 |
Yeah, stupid bug on my part.
Simple workaround add .\ to the filename:
.binary ".\pfeile.spr"
OR when you compile, add a path to the source:
tmpx .\source.s |
| |
QuasaR
Registered: Dec 2001 Posts: 145 |
Hi The Wiz!
I've tested your suggestions but sadly none of them worked (I've used "./" and ".\"). Did you tested it an linux, too. And what system were you using (I'm on debian 64-bit). |
| |
THE WIZ Account closed
Registered: Jan 2007 Posts: 15 |
Sorry I don't do linux. Although the bug (and work around) should be fairly OS agnostic. Try to fully qualify the file in the .binary statement.. Or maybe the issue is the source file on the command line has to be fully qualified?
I've got one my team members rebuilding at testing linux version. They should be contacting you by email, to verify it. |
| |
Urban Space Cowboy
Registered: Nov 2004 Posts: 45 |
Oh, if only there was a TMP work-alike that was available as source code that could be patched, so you wouldn't have to wait for "one my team members" to try out a binary blob that hasn't been tested!
Oh wait
there is |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
i like how even the error message doesnt work =) |