Skip to the content.

Troubleshooting

I am getting compilation errors (C++ or Java)

You are getting compilation errors, although you didn’t change any code!
Here are 2 steps you might need to follow to solve your problem:

Step 1 - Github Actions

Under the Github repository, there are workflow actions for the C++ and Java projects to ensure that the code is compilable.

Check the status of the action corresponding to your preferred programming language. Proceed to the second step if that state is Green. Otherwise, contact the project maintainers as this indicates a bug in the code.

Step 2 - C++ Compilers

The error might be linked to a missing build-tool or a difference in compiler versions.

Check the “Build Manuals” associated with your preferred language to learn more about the build-tools and compiler versions we are using.

  1. CPP Build Manual
  2. JAVA Build Manual

I cannot get the googltest dependency in Visual Studio

If you are behind a proxy, you might need to configure your NuGet proxy. Here are some links that helped me:

(Alternatively, you can also connect without a proxy to download the dependency, it should continue to build when you get back behind the proxy)