We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./genMakefiles linux
After generating Makefiles for all project,
cd proxyServer make
cd proxyServer
make
Which shows
c++ -c -I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1 live555ProxyServer.cpp make: *** No rule to make target '../liveMedia/libliveMedia.a', needed by 'live555ProxyServer'. Stop.
Though a live555ProxyServer.o is generated in proxyServer folder.
live555ProxyServer.o
proxyServer
The text was updated successfully, but these errors were encountered:
You need to run make in "UsageEnvironment, "groupsock", "liveMedia" and "BasicUsageEnvironment" before you can build the proxyServer.
Just run make in the root dir to build everything in the correct order.
I know I'm late 2 years, but maybe it'll be helpful for someone else.
Sorry, something went wrong.
🐶
No branches or pull requests
./genMakefiles linux
After generating Makefiles for all project,
cd proxyServer
make
Which shows
Though a
live555ProxyServer.o
is generated inproxyServer
folder.The text was updated successfully, but these errors were encountered: