发新话题
打印

boost安装的问题

boost安装的问题

window下DEV-CPP编的
[COMPILE] bin.ntx86\bjam.exe
execnt.c: In function `execcmd':
execnt.c:722: warning: passing arg 3 of `spawnvp' from incompatible pointer type
execnt.c:761: warning: passing arg 3 of `spawnvp' from incompatible pointer type

...updated 1 target...
请教一下怎么解决啊

TOP

只是 warning 有不是 errer ,应该没什么问题吧

TOP

没有使用参数,就会报错的:

bjam -sBOOST_ROOT=. -sTOOLS=msvc "-sBUILD=debug release <runtime-link>static/dynamic"

TOP

发新话题