KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
50 stars 17 forks source link

Line number in includes not found error #14

Open jonpas opened 5 years ago

jonpas commented 5 years ago

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).