Menu

#88 Cannot make intl/ dir the first time

open
nobody
Others (17)
5
2009-05-18
2009-05-18
No

When compiling Wired for the first time after a checkout, it fails with the following error :
Making all in intl
make[1]: Entering directory `/home/kiketloule/src/wired_new/trunk/wired/intl'
make[1]: *** No rule to make target `../config.h', needed by `bindtextdom.lo'. Stop.
make[1]: Leaving directory `/home/kiketloule/src/wired_new/trunk/wired/intl'
make: *** [all-recursive] Error 1

Steps to reproduce :
svn co https://wired.svn.sourceforge.net/svnroot/wired/trunk ./
./autogen.sh
./configure
make

Workaround :
cd src/
make
cd ../
make

Note :
Doing a make clean or a make distclean after a successful compilation does not restore the problem.

Discussion


Log in to post a comment.