Hi,

I moved directories around as a result of Arianna and Barry's comments about the util directory. At least on machines I have access to, a clean checkout works. So does doing a git pull followed by this:

./regenerate-makefiles.sh && ./configure --enable-threads && make clean && make -j8

Other configure options should be ok too. If neither of these works for you, let me know.

If git pull is giving an error message "error: Updating the following directories would lose untracked files in it: kenlm" then rm -rf kenlm followed by git pull.

Kenneth

On 11/17/11 15:11, marco turchi wrote:
Hi Nicola,
thanks a lot, I'm going to try!!!!

ciao
Marco

On Thu, Nov 17, 2011 at 4:03 PM, Nicola Bertoldi <[email protected] <mailto:[email protected]>> wrote:

    Hi Marco

    I also experience the same problem
    and I am working just now to recover from this error

    by the way if you run

    libtoolize --force
    aclocal -I m4
    autoconf
    automake --add-missing

    You should slve the problem


    It is possible that  you have to run this sequence twice

    I
    Nicola


    On Nov 17, 2011, at 3:43 PM, marco turchi wrote:

    > Hi,
    > we are trying to compile the last version of moses, but we got
    this problem when we run the make:
    >
    > if /bin/sh ../libtool --tag=CXX --mode=compile g++
    -DHAVE_CONFIG_H -I. -I. -I..  -W -Wall -ffor-scope
    -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
    -I/nfs/libs/boost/1.48.0/gnu/include -DTRACE_ENABLE=1
    -I/nfs/staging/turchmo/moses27_10_2011/moses-smt-mosesdecoder-07a8558/kenlm
     -g -O2 -MT bhiksha.lo -MD -MP -MF ".deps/bhiksha.Tpo" -c -o
    bhiksha.lo `test -f 'lm/bhiksha.cc' || echo './'`lm/bhiksha.cc; \
    >         then mv -f ".deps/bhiksha.Tpo" ".deps/bhiksha.Plo"; else
    rm -f ".deps/bhiksha.Tpo"; exit 1; fi
    > mv: cannot stat `.deps/bhiksha.Tpo': No such file or directory
    >
    > we have had a look it seems that this error is connected to the
    AlignmentInfo class. The last boost lib are installed.
    >
    > Any ideas?
    >
    > Thanks a lot
    > Marco
    > _______________________________________________
    > Moses-support mailing list
    > [email protected] <mailto:[email protected]>
    > http://mailman.mit.edu/mailman/listinfo/moses-support




_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to