Estia-1a / projetGenieInfo_public

This is the main repository for the Estia First Year Computer Science Project
MIT License
1 stars 2 forks source link

[BUG] #101

Open AxelWarin opened 2 months ago

AxelWarin commented 2 months ago

Bug description error when typing cmake --build build

It should not be about bug in your code!

cl : ligne de commande error D8021: argument numérique non valide '/Wextra' [C:\Users\Axel.warin\OneDrive - ESTIA\Documents\Projet_Genie_Info\pgi-2024-the_grateful_rhinos\buil d\freud.vcxproj]

Step to reproduce What were you doing when the bug happened.

Info about your config

(Clic Preview to see the image below)

Info systeme

Screen shot Capture d’écran 2024-06-03 170014

AxelWarin commented 2 months ago

When I do CTRL + SHIFT +P and type cmake configure I have the following error message

Capture d’écran 2024-06-03 171302

dhmmasson commented 2 months ago

Issue is that your config is using MVSC and not the MINGW compiler

  1. Delete the build directory
  2. Select the MIngw/gcc kit
  3. build again.