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

Bug with Python-Cpp-Integration-Demo in Binder #9

Open
vgvassilev opened this issue Oct 30, 2022 · 0 comments
Open

Bug with Python-Cpp-Integration-Demo in Binder #9

vgvassilev opened this issue Oct 30, 2022 · 0 comments

Comments

@vgvassilev
Copy link
Contributor

Working with a vector type section shows the error:

In file included from <<< inputs >>>:1:
input_line_7:1:5: error: redefinition of 'new_python_var'
int new_python_var = 1327;
    ^
<<< inputs >>>:1:1: note: '' included multiple times, additional include site here
<<< inputs >>>:1:1: note: '' included multiple times, additional include site here
In file included from <<< inputs >>>:1:
input_line_10:1:5: error: redefinition of 'new_python_var'
int new_python_var = 1327;
    ^
<<< inputs >>>:1:1: note: '' included multiple times, additional include site here
<<< inputs >>>:1:1: note: '' included multiple times, additional include site here
In file included from <<< inputs >>>:1:
input_line_12:1:10: fatal error: 'iostream' file not found
#include <iostream>
         ^~~~~~~~~~
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

1 participant