building boost 1.3.4 with Dev-Cpp (MingW) compiler.
Hi , i tried building 1.34.0 with bjam and i get the following errors. ... I was able to build boost 1.33.1 wihtout problem.. but here are the errors i get in 1.34.0 is basically summarize as "-ftemplate-depth-128 not recongize as external or internal command... C:\boost\include\boost_1_34>bjam "--toolset=gcc" "-sPYTHON_VERSIO N=2.5" "--build-dir=C:\boost" "-sGCC_ROOT_DIRECTORY=C:\Dev-Cpp" thanks for help.
chun ping wang wrote:
C:\boost\include\boost_1_34>bjam "--toolset=gcc" "-sPYTHON_VERSIO N=2.5" "--build-dir=C:\boost" "-sGCC_ROOT_DIRECTORY=C:\Dev-Cpp"
I *think* that you are trying to build 1.34.0 with the old build syntax. 1.34.0 is built using BBv2 which uses a different syntax. Check the new getting started guide and see if it helps: http://www.boost.org/more/getting_started/index.html -Chris
hm i did read it.. (thats why i replace "-sTOOLS" with "--toolset"... and i
still get the -ftemplate-depth=128 is not recongized as eternal or external
command.. is their a way to specify which directory the compiler come
from...
On 5/16/07, Christopher Woods
chun ping wang wrote:
C:\boost\include\boost_1_34>bjam "--toolset=gcc" "-sPYTHON_VERSIO N=2.5" "--build-dir=C:\boost" "-sGCC_ROOT_DIRECTORY=C:\Dev-Cpp"
I *think* that you are trying to build 1.34.0 with the old build syntax. 1.34.0 is built using BBv2 which uses a different syntax. Check the new getting started guide and see if it helps:
http://www.boost.org/more/getting_started/index.html
-Chris
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
hmm i got it to work.. by editing user-config jam to specify where
gcc.execomes from.. but i was wondering if i can specify the gcc root
directory
without editing user-config.jam (mingw root directory).
On 5/17/07, chun ping wang
hm i did read it.. (thats why i replace "-sTOOLS" with "--toolset"... and i still get the -ftemplate-depth=128 is not recongized as eternal or external command.. is their a way to specify which directory the compiler come from...
On 5/16/07, Christopher Woods
wrote: chun ping wang wrote:
C:\boost\include\boost_1_34>bjam "--toolset=gcc" "-sPYTHON_VERSIO N=2.5" "--build-dir=C:\boost" "-sGCC_ROOT_DIRECTORY=C:\Dev-Cpp"
I *think* that you are trying to build 1.34.0 with the old build syntax. 1.34.0 is built using BBv2 which uses a different syntax. Check the new getting started guide and see if it helps:
http://www.boost.org/more/getting_started/index.html
-Chris
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Christopher Woods
-
chun ping wang