Jozef

Results 9 comments of Jozef

Switched to CMake, and created the simplest possible executable I could with literally just including the benchmark library. Built the benchmark library successfully with: ``` git clone https://github.com/google/benchmark.git cd benchmark...

Forgot to include that in the above guide, my bad. I did also run `sudo make install` after `CC=gcc-7 CXX=g++-7 cmake .. && cmake --build . `, that was also...

Still same error I'm afraid. Tried both gcc (although had to downgrade XCode Command Line tools due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89864 , but that's a separate issue), and just tried building both...

Sure, so step by step: ``` $cd benchmark/ $mkdir build && cd build $cmake .. && cmake --build . ``` Output: https://gist.github.com/JoeKlimcak/3404bc54762289eb648d7fe48ef1ab3e Then: `sudo make install` Output: https://gist.github.com/JoeKlimcak/7a6fcb14c32546177ce9edc78b9929c4

Unfortunately it is :( ``` Library search paths: /usr/local/lib /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib ``` Tried compiling with -L/usr/local/lib anyways - still same issue..

https://github.com/xotahal/react-native-material-ui/blob/master/docs/GettingStarted.md#adding-roboto-font

Would be great for clients who have both a website and a mobile app that should be kept consistent.

+1, basically any time any of the runs are happening, the web UI ceases to be responsive/usable. I can only use the web UI in between runs. For clarity -...