Pavel Janík wrote:
Hi,
bridges/prj/build.lst contains:
br bridges\source\cpp_uno\gcc3_macosx_intel nmake -
u br_gcc3macoxi br_cppuno_shared br_unotypes br_inc NULL
br bridges\source\cpp_uno\gcc3_macosx_powerpc nmake
- u br_gcc3macoxp br_cppuno_shared br_unotypes br_inc NULL
I wanted to add this line to it:
br bridges\source\cpp_uno\gcc3_macosx_universal nmake
- u br_gcc3macoxu br_gcc3macoxi br_gcc3macoxp NULL
And got this error:
ERROR: br_gcc3macoxi is a wrongly used dependency identifier!
I had to change u -> all in both intel and powerpc lines to be able to
use universal line. Why?
Both intel and powerpc should be built on u only and universal depends
on both of them...
--Pavel Janík
You're right, they should be built on 'u' only, so please don't change
to 'all'. Instead, specify 'u' in the dependencies, too:
br bridges\source\cpp_uno\gcc3_macosx_universal nmake
- u br_gcc3macoxu br_gcc3macoxi.u br_gcc3macoxp.u NULL
(Yes, it's somewhat cryptic. No, I did not invent it. And yes, there are
still plans to switch to a xml based build list format better suitable
for such things.)
Rüdiger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]