Ah ha ha I've got it....( so I'm replying to my own message)
Here's what happens :
build-prc expects a file name of the form ttttnnnn.bin where tttt is 4
letters representing the type, and nnnn 4 hex digits representing the
id.
However, it is incapable of parsing a file path. So when it sees
./debug/something, it thinks the first 4 chars ../d is the type, and
'ebug' is the id. 'ug' is not hex so it stops evaluating at 'eb' which
is 235 in decimal, hence the error message: it thinks there are
several resources of type ../d with the same id 0xEB (235).
Is this a bug or a feature ?
Fred
On Sun, 28 Jan 2001 10:56:59 GMT, [EMAIL PROTECTED] (Fred
Dujardin) wrote:
>If I'm in the src subdir and run build-prc I use :
>
>build-prc -o ../debug/OneForm.prc OneForm.def ../debug/Talt03e8.bin
>./debug/Talt03e9.bin ../debug/tAIB03e8.bin ../debug/tAIB03e9.bin
>./debug/tFRM03e8.bin ../debug/OneForm
>
>I get the following error messages:
>../debug/Talt03e9.bin: warning: resource ../d #235 already obtained
>from `../debug/Talt03e8.bin'
>../debug/tAIB03e8.bin: warning: resource ../d #235 already obtained
>from `../debug/Talt03e8.bin'
>../debug/tAIB03e9.bin: warning: resource ../d #235 already obtained
>from `../debug/Talt03e8.bin'
>../debug/tFRM03e8.bin: warning: resource ../d #235 already obtained
>from `../debug/Talt03e8.bin'
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/