Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
These are the output lines I get when I try to build the "ALL_Build" file of the "darknet.sln"

Build started...
1>------ Build started: Project: bindarknet, Configuration: Release x64 ------
2>------ Build started: Project: libdarknet, Configuration: Release x64 ------
3>------ Build started: Project: libdarknet_s, Configuration: Release x64 ------
1>cl : command line error D8021: invalid numeric argument '/Wno-misleading-indentation'
1>Done building project "bindarknet.vcxproj" -- FAILED.
2>cl : command line error D8021: invalid numeric argument '/Wno-misleading-indentation'
2>Done building project "libdarknet.vcxproj" -- FAILED.
3>cl : command line error D8021: invalid numeric argument '/Wno-misleading-indentation'
3>Done building project "libdarknet_s.vcxproj" -- FAILED.
========== Build: 0 succeeded, 3 failed, 2 up-to-date, 0 skipped ==========


This is the error list

Severity	Code	Description	Project	File	Line	Source	Suppression State
Error	D8021	invalid numeric argument '/Wno-misleading-indentation'	libdarknet	D:\Test\Repos\darknet-master-amd\build\cl	1	Build	

Severity	Code	Description	Project	File	Line	Source	Suppression State
Error	D8021	invalid numeric argument '/Wno-misleading-indentation'	bindarknet	D:\Test\Repos\darknet-master-amd\build\cl	1	Build	

Severity	Code	Description	Project	File	Line	Source	Suppression State
Error	D8021	invalid numeric argument '/Wno-misleading-indentation'	libdarknet_s	D:\Test\Repos\darknet-master-amd\build\cl	1	Build	


What I have tried:

I try to find which file causes this error and try to search about it on the web but I found nothing.
Posted
Updated 22-Dec-20 23:48pm
v2

The errors were in these files :
1>Done building project "bindarknet.vcxproj" -- FAILED.
2>Done building project "libdarknet.vcxproj" -- FAILED.
3>Done building project "libdarknet_s.vcxproj" -- FAILED.
the ones listed in the quotes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900