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

issue in install #16

Closed
robertol opened this issue Apr 16, 2012 · 0 comments
Closed

issue in install #16

robertol opened this issue Apr 16, 2012 · 0 comments

Comments

@robertol
Copy link

gmake
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c data.cpp -o out/data.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c bytecode.cpp -o out/bytecode.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_module.cpp -o out/pyc_module.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_object.cpp -o out/pyc_object.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_numeric.cpp -o out/pyc_numeric.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_code.cpp -o out/pyc_code.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_sequence.cpp -o out/pyc_sequence.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c pyc_string.cpp -o out/pyc_string.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c ASTree.cpp -o out/ASTree.o
g++ -g -Wall -fprofile-arcs -ftest-coverage -DBLOCK_DEBUG -DSTACK_DEBUG -c ASTNode.cpp -o out/ASTNode.o
( cd bytes ; ./comp_map.py )
File "./comp_map.py", line 26
with infile and outfile:
^
SyntaxError: invalid syntax
gmake: *** [bytes/python_10.cpp] Error 1

@zrax zrax closed this as completed in 285bba5 May 24, 2012
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

No branches or pull requests

2 participants