armake2 icon indicating copy to clipboard operation
armake2 copied to clipboard

Line number in includes not found error

Open jonpas opened this issue 7 years ago • 0 comments

The following could use a line number where that include is in the file including it:

error: Failed to build PBO:
Failed to parse config:
Failed to preprocess config:
Failed to preprocess include "CfgWeapons.hpp":
Failed to preprocess include "L115A3\CfgWeapons.hpp":
File "\z\lsr\addons\weapon_common_c\Magazines_338Lapua.hpp" included from "/home/jonpas/Data/Work/Arma 3/Mods/LSR/addons/weapon_sniper_c/L115A3/CfgWeapons.hpp" not found.

It is 99% of the time casing issue, maybe add that as a note (like Rust does with compilation errors).

jonpas avatar Feb 19 '19 23:02 jonpas