[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete



Andreas,

> make[1]: Entering directory `/build/svn/xara/BUILD/XaraLX-0.5r1201/po'
make[1]: *** No rule to make target `../wxOil/xrc/xaralx.po', needed by `XaraLX.pot'. Stop.
make[1]: Leaving directory `/build/svn/xara/BUILD/XaraLX-0.5r1201/po'
make: *** [all-recursive] Error 1

OK, that's looking for the file wxOil/xrc/xaralx.po (relative to the
main build directory).

That's meant to be built via "build-resources.pl".

Could you please try version 1202 (the latest commit). If that
doesn't work, can you do something like this (from your
main build directory)

  Scripts/build-resources.pl -f

If that shows an error (or doesn't build wxOil/xrc/xaralx.po) then
please try
  Scripts/build-resources.pl --f -v -v -v

and send the output. It was producing errors before because of illegal
characters (top bit set) in the XRC though I think I have fixed that.
I'm also puzzled as to why it doesn't stop the build earlier.

Alex