[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] wxOil compiling issues
- From: "Daniel Fort" <Dan@xxxxxxxxxxx>
- Date: Thu, 1 Jun 2006 09:54:09 -0700 (PDT)
- Subject: Re: [XaraXtreme-dev] wxOil compiling issues
Hi Alex,
So the old "fix":
>> Can you try removing "po" from line 12 of the root Makefile.am, i.e.
>> change
>> SUBDIRS = $(PRECOMPILE_DIR) wxXtra wxOil Kernel tools po
>> to
>> SUBDIRS = $(PRECOMPILE_DIR) wxXtra wxOil Kernel tools
Is now taken care of automatically. However, I'm getting this error with
the latest update--revision 1235:
Making all in po
make[1]: Entering directory `/home/dfort/src/XaraLX/XaraLX/po'
Makefile:431: warning: overriding commands for target `XaraLX.pot-update'
Makefile:155: warning: ignoring old commands for target `XaraLX.pot-update'
Makefile:431: warning: overriding commands for target `XaraLX.pot'
Makefile:184: warning: ignoring old commands for target `XaraLX.pot'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
make[1]: *** No rule to make target `../wxOil/xrc/xaralx.po', needed by
`XaraLX.pot'. Stop.
make[1]: Leaving directory `/home/dfort/src/XaraLX/XaraLX/po'
make: *** [all-recursive] Error 1
Doing an "svn diff" shows that po/Makefile.in.in is changed after running
"autoreconf -f -i -s" which I guess is supposed to happen.
--Dan