ihedvall / a2llib

ASAM ASAP2 parser for A2L files
MIT License
4 stars 1 forks source link

Linux build has a compiler error #5

Closed ihedvall closed 2 months ago

ihedvall commented 2 months ago

Linux has a compiler error in A2LParser.hpp. This file is automatically generated by flex/bison. It compiles in Windows but not in Linux so I suspect there is some constant that needs renaming. Requires a Linux with latest Flex/Bison.

ihedvall commented 2 months ago

Renaming the define BYTE_ORDER to A2L_BYTE_ORDER. Boost endian naming problem. Some variant calling problem. The traditional GitHub Action problem fixed.