You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fatal error: 'cxxtest/TestListener.h' file not found
I think I had it installed via brew and it was working previously. It may have stopped when I upgraded. I tried downloading it from the site and added bin/cxxtest/bin to my path. I don't know where the header files need to be. I tried adding it do DYLD_LIBRARY_PATH but it seems by default that var is empty so it may not be the right one.
echo $DYLD_LIBRARY_PATH
bin/cxxtest:
The text was updated successfully, but these errors were encountered:
When using a makefile such as
I receive the error
I think I had it installed via brew and it was working previously. It may have stopped when I upgraded. I tried downloading it from the site and added bin/cxxtest/bin to my path. I don't know where the header files need to be. I tried adding it do DYLD_LIBRARY_PATH but it seems by default that var is empty so it may not be the right one.
The text was updated successfully, but these errors were encountered: