Many errors trying to build in Windows #4602
Unanswered
tulioaraujoMG
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear colleagues,
I'm having many issues trying to make the build in Windows. I followed the instructions in the documentation, but the make commands are throwing many errors, specially by not understandig the folder references the make code gives.
Some error examples that are appearing:
C:\carla\LibCarla\source\carla/trafficmanager/InMemoryMap.h(14,10): fatal error C1083: Nao é possível abrir arquivo incluir: 'boost/geometry.hpp': No such file or directory (compilando arquivo de origem C:\carla\LibCarla\source\carla\trafficmanager\InMemoryMap.cpp) [C:\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
C:\carla\LibCarla\source\carla/Buffer.h(13,10): fatal error C1083: Nao é possível abrir arquivo incluir: 'boost/asio/buffer.hpp': No such file or directory (compilando arquivo de origem C:\carla\LibCarla\source\carla\trafficmanager\SimpleWaypoint.cpp) [C:\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
C:\carla\LibCarla\source\carla/Memory.h(9,10): fatal error C1083: Nao é possível abrir arquivo incluir: 'boost/enable_shared_from_this.hpp': No such file or directory (compilando arquivo de origem C:\carla\LibCarla\source\carla\trafficmanager\SimulationState.cpp) [C:\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
C:\carla\LibCarla\source\carla/Memory.h(9,10): fatal error C1083: Nao é possível abrir arquivo incluir: 'boost/enable_shared_from_this.hpp': No such file or directory (compilando arquivo de origem C:\carla\LibCarla\source\carla\trafficmanager\TrackTraffic.cpp) [C:\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
-[BuildPythonAPI]: [Batch params]: --py3
Building Python API for Python 3.
Traceback (most recent call last):
File "C:\carla\PythonAPI\carla\setup.py", line 168, in
ext_modules=get_libcarla_extensions(),
File "C:\carla\PythonAPI\carla\setup.py", line 121, in get_libcarla_extensions
libs = [x for x in os.listdir('dependencies\lib') if any(d in x for d in required_libs)]
FileNotFoundError: [WinError 3] O sistema não pode encontrar o caminho especificado: 'dependencies\lib'
I'm a noob with make structure, I saw in the setup codes that all folder references are passed using the linux format "/" instead of the windows one "".
In the errors, you can see that they are mixing both formats. Should this be happening in the 0.9.12 release install files?
How can I fix it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions