[mira_talk] Re: [mira_announce] Call for testers: source code for MIRA 2.9.x
- From: Cymon Cox <cymon.cox@xxxxxxxxxxxxxx>
- To: mira_talk@xxxxxxxxxxxxx
- Date: Thu, 25 Jun 2009 16:10:33 +0100
Hi Bastien,
First up, thanks for a great piece of software...
Bastien Chevreux wrote:
>
>> That's actually the linking stage which fails. Before doing anything else,
>> can you please try:
>> http://www.chevreux.org/tmp/mira-2.9.46x1.tar.bz2
>
>
I'm trying to compile this on RHE 5.3 - Ive installed boost_1_35_0 and
flex-2.5.35 from source (as suggested by others) as the RH rpm versions are
too old.
mira-2.9.46x1 will configure with an Oops about the Boost libs and the fail
to build. This probably reflects my ignorance of the Make system, but I
can't seem to set the boost paths correctly:
./configure
Automatic recognition of Boost CPP flags failed? I have
////// BOOST LDFLAGS: -L/usr/local/lib
////// BOOST_THREAD_LIB: -lboost_thread-gcc41-mt-1_35
////// BOOST_CPP_FLAGS:
////// ac_boost_path: /opt/local
Makefile:
85 BOOST_CPPFLAGS = -pthread -I/usr/local/include/boost-1_35
86 BOOST_LDFLAGS = -L/usr/local/lib
87 BOOST_THREAD_LIB = -lboost_thread-gcc41-mt-1_35
g++ -DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=\"mira\"
-DPACKAGE_VERSION=\"2.9.46x1\" -DPACKAGE_STRING=\"mira\ 2.9.46x1\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mira\" -DVERSION=\"2.9.46x1\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
-DSTDC_HEADERS=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -Drestrict=__restrict
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1
-DHAVE_NAMESPACES=/\*\*/ -DHAVE_STD=/\*\*/ -DHAVE_STL=/\*\*/
-DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DDEVELOPMENTVERSION=1
-DBOUNDTRACKFLAG=1 -DBUGTRACKFLAG=1 -DENABLE64=1 -I. -I../ -DPUBLICQUIET
-DAJ_Linux64 -pthread -I /opt/local/include -O2 -funroll-loops -MT
estassembly.o -MD -MP -MF .deps/estassembly.Tpo -c -o estassembly.o
estassembly.C
In file included from estassembly.C:31:
assembly.H:46:39: error: boost/algorithm/string.hpp: No such file or
directory
string.hpp is in /usr/local/include/boost-1_35/boost/algorithm
libboost_thread-* is in /usr/local/lib
Cheers, Cymon
--
Other related posts: