This commit commented out line 200 in moses-cmd/Main.cpp: hypergraphDir = nbestPath.parent_path().filename();
Was this line causing your problem? If so, I'm surprised that commenting it out fixed it, because I'm doing the same thing on line 608. On Sat, Mar 23, 2013 at 12:01 PM, Hieu Hoang <[email protected]> wrote: > > Looked at it briefly. It seems there is a compile error caused by different > versions of boost. > > I've fixed it by commenting out the offending line > > https://github.com/moses-smt/mosesdecoder/commit/db005f6503a5179e0427b460d8039e8920c8d65b > let me know if it works for you > > this breaks Lane's lattice search graph output > > > > On 23/03/2013 12:59, Joan Puigcerver wrote: > > @rsennrich Thanks for your reply. I previously had installed the version 1.49 > of libboost, I updated to 1.50 and now I only get 1 error (the second one > that I posted before). The list of installed packages is attached at the end > of this message. > @GSanchis Nops... I'm installing Moses on my personal machine (at home), but > anyway, we can discuss the reasons next week. > > Thanks! > > List of libboost* packages: > > libboost-chrono1.49.0 deinstall > libboost-chrono1.50-dev install > libboost-chrono1.50.0 install > libboost-date-time1.49.0 install > libboost-date-time1.50-dev install > libboost-date-time1.50.0 install > libboost-exception1.50-dev install > libboost-exception1.50.0 install > libboost-filesystem1.49.0 deinstall > libboost-filesystem1.50-dev install > libboost-filesystem1.50.0 install > libboost-graph-parallel1.49.0 deinstall > libboost-graph-parallel1.50-dev install > libboost-graph-parallel1.50.0 install > libboost-graph1.49.0 deinstall > libboost-graph1.50-dev install > libboost-graph1.50.0 install > libboost-iostreams1.49.0 install > libboost-iostreams1.50-dev install > libboost-iostreams1.50.0 install > libboost-locale1.49.0 deinstall > libboost-locale1.50-dev install > libboost-locale1.50.0 install > libboost-math1.49.0 deinstall > libboost-math1.50-dev install > libboost-math1.50.0 install > libboost-mpi-python1.49.0 deinstall > libboost-mpi-python1.50-dev install > libboost-mpi-python1.50.0 install > libboost-mpi1.49.0 deinstall > libboost-mpi1.50-dev install > libboost-mpi1.50.0 install > libboost-program-options1.49.0 deinstall > libboost-program-options1.50-dev install > libboost-program-options1.50.0 install > libboost-python1.49.0 deinstall > libboost-python1.50-dev install > libboost-python1.50.0 install > libboost-random1.49.0 deinstall > libboost-random1.50-dev install > libboost-random1.50.0 install > libboost-regex1.49.0 install > libboost-regex1.50-dev install > libboost-regex1.50.0 install > libboost-serialization1.49.0 deinstall > libboost-serialization1.50-dev install > libboost-serialization1.50.0 install > libboost-signals1.49.0 deinstall > libboost-signals1.50-dev install > libboost-signals1.50.0 install > libboost-system1.49.0 deinstall > libboost-system1.50-dev install > libboost-system1.50.0 install > libboost-test1.49.0 deinstall > libboost-test1.50-dev install > libboost-test1.50.0 install > libboost-thread1.49.0 deinstall > libboost-thread1.50-dev install > libboost-thread1.50.0 install > libboost-timer1.49.0 deinstall > libboost-timer1.50-dev install > libboost-timer1.50.0 install > libboost-wave1.49.0 deinstall > libboost-wave1.50-dev install > libboost-wave1.50.0 install > libboost1.50-all-dev install > libboost1.50-dev install > > — > Reply to this email directly or view it on GitHub. > > -- When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere. -- R.A. Heinlein, "Time Enough For Love" _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
