lunasvg icon indicating copy to clipboard operation
lunasvg copied to clipboard

Build error on Win 10 VS 2019

Open TechArtistG opened this issue 2 years ago • 2 comments

Build error: Error (active) E0042 operand types are incompatible ("const char *" and "char") lunasvg D:\GitHub\lunasvg\source\parser.cpp 774

Repro:

  1. Open a VS command prompt and execute following commands: git clone https://github.com/sammycage/lunasvg.git cd lunasvg mkdir build cd build cmake ..
  2. Load resultant VS solution and build, will get build errors

TechArtistG avatar May 19 '22 21:05 TechArtistG

Fixed.. Thanks for reporting <3

sammycage avatar May 19 '22 21:05 sammycage

@TechArtistG Thanks, as I was about to say the same. I see Sammy fixed it here: https://github.com/sammycage/lunasvg/commit/a05bbe8b65d70ac05597af6aa110e27c08cfd853

fdwr avatar May 20 '22 07:05 fdwr