n8ta

Results 4 comments of n8ta

For future people who see this I had a same symptoms that I fixed by moving `` the the last line of ``

One other issue with using characters instead of bytes is that it's not clear what the length of a string is if it's not a valid string in your locale....

@benhoyt yup that's it. Just updated the readme to give a better idea of what the project is now. I was working on a J(awk)IT compiled version for awhile but...

Few missing frameworks when building. Adding this to CMakeLists fixes it (line 46) ``` if (CMAKE_SYSTEM_NAME STREQUAL "Darwin") set (PLATFORM_LIBS "-framework CoreFoundation -framework IOKit -framework Foundation -framework SystemConfiguration -framework Network")...