Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Compile errors on Linux in both main branch and 1.17 tag #45

Closed mstine closed 1 year ago

mstine commented 1 year ago

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

mstine commented 1 year ago

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.

Sakrac commented 1 year ago

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

mstine commented 1 year ago

Works!