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

Build issue on ProxyServer #15

Open
sleebapaul opened this issue Jun 8, 2018 · 2 comments
Open

Build issue on ProxyServer #15

sleebapaul opened this issue Jun 8, 2018 · 2 comments

Comments

@sleebapaul
Copy link

./genMakefiles linux

After generating Makefiles for all project,

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.

@telmomarques
Copy link

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.

@xbb1973
Copy link

xbb1973 commented Apr 12, 2020

🐶

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

3 participants