Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't build with windows10 x86 and mingw32 #16

Open
DeJoker opened this issue Jan 22, 2019 · 0 comments · May be fixed by #20
Open

can't build with windows10 x86 and mingw32 #16

DeJoker opened this issue Jan 22, 2019 · 0 comments · May be fixed by #20

Comments

@DeJoker
Copy link

DeJoker commented Jan 22, 2019

creating build\temp.win-amd64-2.7\Release\src\bjam
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/bjam.c -o build\temp.win-amd64-2.7\Release\src\bjam\bjam.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/rules.c -o build\temp.win-amd64-2.7\Release\src\bjam\rules.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/hash.c -o build\temp.win-amd64-2.7\Release\src\bjam\hash.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/modules.c -o build\temp.win-amd64-2.7\Release\src\bjam\modules.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/frames.c -o build\temp.win-amd64-2.7\Release\src\bjam\frames.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/constants.c -o build\temp.win-amd64-2.7\Release\src\bjam\constants.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/lists.c -o build\temp.win-amd64-2.7\Release\src\bjam\lists.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/timestamp.c -o build\temp.win-amd64-2.7\Release\src\bjam\timestamp.o
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DHAVE_PYTHON -DOPT_SEMAPHORE -DOPT_GRAPH_DEBUG_EXT -IC:\Python27\include -IC:\Python27\PC -c src/bjam/function.c -o build\temp.win-amd64-2.7\Release\src\bjam\function.o
src/bjam/function.c: In function 'argument_list_check':
src/bjam/function.c:3112:20: warning: variable 'value' set but not used [-Wunused-but-set-variable]
LIST * value = 0;
^~~~~
src/bjam/function.c: In function 'function_run':
src/bjam/function.c:4143:21: error: 'saved_stack' undeclared (first use in this function)
if ( !( saved_stack == s->data ) )
^~~~~~~~~~~
src/bjam/function.c:4143:21: note: each undeclared identifier is reported only once for each function it appears in
error: command 'C:\MinGW\bin\gcc.exe' failed with exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant