We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Saturday 18 June I downloaded and ran sudo python-meep-install.sh on ubuntu17.04. The install failed with the following message:
swigging meep_mpi.i to meep_mpi_wrap.cpp swig -python -c++ -w503,389,302,362,314,509,451 -I/usr/local/include -o meep_mpi_wrap.cpp meep_mpi.i meep_common.i:87: Error: Unable to find 'meep/mympi.hpp' meep_common.i:88: Error: Unable to find 'meep/vec.hpp' meep_common.i:89: Error: Unable to find 'meep.hpp' error: command 'swig' failed with exit status 1
I ran the sh script before the Guile fix (2.013-->2.011) and it worked fine. The fix must have changed something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Saturday 18 June I downloaded and ran sudo python-meep-install.sh on ubuntu17.04. The install failed with the following message:
swigging meep_mpi.i to meep_mpi_wrap.cpp
swig -python -c++ -w503,389,302,362,314,509,451 -I/usr/local/include -o meep_mpi_wrap.cpp meep_mpi.i
meep_common.i:87: Error: Unable to find 'meep/mympi.hpp'
meep_common.i:88: Error: Unable to find 'meep/vec.hpp'
meep_common.i:89: Error: Unable to find 'meep.hpp'
error: command 'swig' failed with exit status 1
I ran the sh script before the Guile fix (2.013-->2.011) and it worked fine. The fix must have changed something.
The text was updated successfully, but these errors were encountered: