Hello
I have this little problem with build-prc (looks like a bug to me, but
maybe I'm missing something?).
I'm one of those strange people who like to organize projects in
subdirectories :
src : contains sources and the makefile
debug : contains the object files in debug mode
My project is called OneForm.
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'
If I'm in the debug subdir and run build-prc I use :
build-prc -o OneForm.prc ../src/OneForm.def Talt03e8.bin Talt03e9.bin
tAIB03e8.bin tAIB03e9.bin tFRM03e8.bin OneForm
No error message, the prog compiles and runs perfectly.
So it looks to me like build-prc is handling the filenames
incorrectly. Or am I doing anything wrong ?
Thanks
Fred
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/