Guest User

Untitled

a guest
Jan 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include <gtest/gtest.h>
  2.  
  3. int main (int argc, char** argv) {
  4. ::testing::InitGoogleTest(&argc, argv);
  5. return RUN_ALL_TESTS();
  6. }
  7.  
  8. 0 [main] make 1060 C:msys64usrbinmake.exe: *** fatal error - error while loading shared libraries: /C/Users/Ryan/AppData/Roaming/NetBeans/8.2/bin/nativeexecution/Windows-x86_64/unbuffer.dll: cannot open shared object file: No such file or directory
Add Comment
Please, Sign In to add comment