Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile errors on Linux in both main branch and 1.17 tag

mstine opened this issue · comments

I've followed the instructions at https://sakrac.github.io/IceBroLite/linux.html.

Attached logs from STDOUT and STDERR from running make in IceBroLite/src.

make.log

Only problem is here:

https://github.com/Sakrac/IceBroLite/blob/main/src/CodeColoring.cpp#L276

On Linux, _MAX_PATH must be PATH_MAX.

I'm not sure where/how you want to make the platform-specific adjustment, otherwise I'd send a PR.

Fixed, I forgot to use my cross platform define in that place. Please check it if you have a chance.

Works!