Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling issues installing on Mac #112

Open
ebirder opened this issue Dec 31, 2021 · 0 comments
Open

Compiling issues installing on Mac #112

ebirder opened this issue Dec 31, 2021 · 0 comments

Comments

@ebirder
Copy link

ebirder commented Dec 31, 2021

I'm trying to install on my Mac but having repeated errors compiling. I'm on OSX 12.1 (21C52), and I installed SRT using homebrew before trying to install here.

The first compiling error I get when I "sudo make" is:

c++ -c -g -w -fcompare-debug-second  slscore/SLSLog.cpp -o obj/SLSLog.o 
clang: error: unknown argument: '-fcompare-debug-second'
make: *** [obj/SLSLog.o] Error 1

I then went into the makefile to remove '-fcompare-debug-second' to see if that was nonessential somehow, and then when I try sudo make again I get

c++ -c -g -w slscore/SLSLog.cpp -o obj/SLSLog.o 
c++ -c -g -w slscore/common.cpp -o obj/common.o 
c++ -c -g -w slscore/conf.cpp -o obj/conf.o 
c++ -c -g -w slscore/SLSThread.cpp -o obj/SLSThread.o 
c++ -c -g -w slscore/SLSEpollThread.cpp -o obj/SLSEpollThread.o 
In file included from slscore/SLSEpollThread.cpp:30:
slscore/SLSEpollThread.hpp:29:10: fatal error: 'srt/srt.h' file not found
#include <srt/srt.h>
         ^~~~~~~~~~~
1 error generated.
make: *** [obj/SLSEpollThread.o] Error 1

Any help much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant