Hi to All,
When I am building the Twister-Core using MinGW (MSYS) this Error occur:
$ bootstrap.sh

Bootstrapping autotools for twister

Checking autotools requirements:

Checking for autoconf >= 2.63...
  testing autoconf... found 2.68
Checking for automake >= 1.11...
  testing automake... found 1.11.1
Checking for libtool >= 2.2.6...
  testing libtoolize... found 2.4
mkdir: cannot create directory `build-aux': File exists
Copying m4/config.rpath to build-aux

Processing configure.ac

Running libtoolize...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal...
configure.ac:562: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in
body
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/lang.m4:194: 
AC
_LANG_CONFTEST is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2591
: _AC_COMPILE_IFELSE is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2607
: AC_COMPILE_IFELSE is expanded from...
configure.ac:133: CHECK_CXXFLAG is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/m4sugar/m4sh.m4:517: 
AS_
CASE is expanded from...
configure.ac:562: the top level
Running autoconf...
configure.ac:562: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in
body
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/lang.m4:194: 
AC
_LANG_CONFTEST is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2591
: _AC_COMPILE_IFELSE is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2607
: AC_COMPILE_IFELSE is expanded from...
configure.ac:133: CHECK_CXXFLAG is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/m4sugar/m4sh.m4:517: 
AS_
CASE is expanded from...
configure.ac:562: the top level
Running automake...
configure.ac:562: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call 
detected in
body
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/lang.m4:194: 
AC
_LANG_CONFTEST is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2591
: _AC_COMPILE_IFELSE is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/autoconf/general.m4:2607
: AC_COMPILE_IFELSE is expanded from...
configure.ac:133: CHECK_CXXFLAG is expanded from...
/usr/src/autoconf/autoconf-2.68-1/src/autoconf-2.68/lib/m4sugar/m4sh.m4:517: 
AS_
CASE is expanded from...
configure.ac:562: the top level

Bootstrap complete, now run `configure'.

Building twister 0.9.0

Checking for a C/C++ compiler to use:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ understands -c and -o together... yes

Checking system type:
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32

Initializing Automake:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3

Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... c:/mingw64/x86_64-w64-mingw32/bin/ld.exe
checking if the linker (c:/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU 
ld... y
es
checking for BSD- or MS-compatible name lister (nm)... /c/mingw64/bin/nm
checking the name lister (/c/mingw64/bin/nm) interface... BSD nm
checking whether ln -s works... no, using cp -p
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 
format...
func_convert_file_msys_to_w32
checking how to convert i686-pc-mingw32 file names to toolchain format... 
func_c
onvert_file_msys_to_w32
checking for c:/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload 
object fi
les... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive 
import|
^x86 DLL
checking for dlltool... dlltool
checking how to associate runtime and link libraries... 
func_cygming_dll_for_imp
lib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /c/mingw64/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (c:/mingw64/x86_64-w64-mingw32/bin/ld.exe) 
suppo
rts shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... c:/mingw64/x86_64-w64-mingw32/bin/ld.exe
checking if the linker (c:/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU 
ld... y
es
checking whether the g++ linker (c:/mingw64/x86_64-w64-mingw32/bin/ld.exe) 
suppo
rts shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (c:/mingw64/x86_64-w64-mingw32/bin/ld.exe) 
suppo
rts shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for main in -lmingwthrd... yes
checking for main in -lkernel32... yes
checking for main in -luser32... yes
checking for main in -lgdi32... yes
checking for main in -lcomdlg32... yes
checking for main in -lwinspool... yes
checking for main in -lwinmm... yes
checking for main in -lshell32... yes
checking for main in -lcomctl32... yes
checking for main in -lole32... yes
checking for main in -loleaut32... yes
checking for main in -luuid... yes
checking for main in -lrpcrt4... yes
checking for main in -ladvapi32... yes
checking for main in -lws2_32... yes
checking for main in -lmswsock... yes
checking for main in -lshlwapi... yes
checking for main in -liphlpapi... yes
checking for main in -lcrypt32... yes

Checking for posix thread support:
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... no
checking whether -pthread is sufficient with -shared... no
checking whether -lpthread fixes that... no
checking whether -lc_r fixes that... no
configure: WARNING: Impossible to determine how to use pthreads with shared 
libr
aries
Checking for visibility support:
checking for __attribute__((visibility("hidden")))... found
yes

*Checking for boost libraries:*
*checking for boostlib >= 1.44... configure: We could not detect the boost 
librar*
*ies (version 1.44 or higher). If you have a staged boost library (still 
not inst*
*alled) please specify $BOOST_ROOT in your environment and do not give a 
PATH to*
*--with-boost option.  If you are sure you have boost installed, then check 
your*
*version number looking in <boost/version.hpp>. See 
http://randspringer.de/boost*
*for more documentation.*
*configure: error: Boost library not found. Try using --with-boost=*


*I have build the boost library in "C:\deps\boost_1_57_0".*
*Using this command :*
bootstrap.bat mingw
b2 --build-type=complete --with-chrono --with-filesystem 
--with-program_options --with-system --with-thread toolset=gcc 
variant=release link=static threading=multi runtime-link=static stage* I 
have set the #BOOST_ROOT  (**C:\deps\boost_1_57_0) **in environment 
variable.*

-- 
You received this message because you are subscribed to the Google Groups 
"twister-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to