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

Error con build project #1

Open
jacintaherrera opened this issue Apr 5, 2022 · 3 comments
Open

Error con build project #1

jacintaherrera opened this issue Apr 5, 2022 · 3 comments

Comments

@jacintaherrera
Copy link

Hola hace dias tengo problemas al ejecutar "cmake -Bbuild/Release -DCMAKE_BUILD_TYPE=Release && cmake --build build/Release/".
Screen Shot 2022-04-05 at 19 46 05
Screen Shot 2022-04-05 at 19 46 17
me entrega esos errores al correr el código anterior.
Además me dice que Cannot find "usr/include" que es lo que aparece en el archivo c_cpp_properties.json.
Screen Shot 2022-04-05 at 19 48 18

tengo Mac y no es primera vez que tengo problemas con C++. Nose como arreglar estos errores :(

@cirojas
Copy link
Contributor

cirojas commented Apr 6, 2022

¿Estás usando una máquina virtual de linux? ¿Qué distribución?

El problema de la imagen parece ser con la librería boost. No todas las versiones funcionan como debería. He visto que funciona bien con las versiones 1.71, 1,74 y 1.76; y que falla con la 1.78.

@jacintaherrera
Copy link
Author

No, estoy usando directamente Mac. Ahora use la version 1.76 y me salió esto
Screen Shot 2022-04-06 at 12 14 33

@cirojas
Copy link
Contributor

cirojas commented Apr 6, 2022

En la línea 98 de src/query_optimizer/quad_model/join_order/leapfrog_optimizer.cc:
auto enumeration_level = var_order.size();
Reemplazar por:
uint_fast32_t enumeration_level = var_order.size();

Yo recomiendo usar una máquina virtual con ubuntu 20.04, en mac van a seguir saliendo errores probablemente, y no se si todos se podrán arreglar fácilmente como en este caso

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