Replies: 3 comments
-
|
My development setup is:
After cloning, to build unit tests: |
Beta Was this translation helpful? Give feedback.
-
|
I compile the tests locally with :- Windows 10 VS2022 (Windows) cmake 4.1.1 (Windows) The Github CI uses :- Windows 10 VS2022 (Windows) |
Beta Was this translation helpful? Give feedback.
-
|
The library is tested with and without STL support for C++11, 14, 17, 20, & 23, and tests C++03 compatible implementation alternatives. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently trying to get more involved into the development of ETL.
First I cloned it to my linux machine which has g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10) and I got warnings that are errors and I could not compile. For example: -Wunused-variable.
How I generated the tests with run-tests.sh
I then moved to a Github codespace which has the following configuration:
But I also got compilation errors:
Beta Was this translation helpful? Give feedback.
All reactions