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 on debian jessie #41

Closed
monolifed opened this issue Jan 28, 2017 · 1 comment
Closed

compiling on debian jessie #41

monolifed opened this issue Jan 28, 2017 · 1 comment

Comments

@monolifed
Copy link

  • I had to build and install pupnp with configure --enable-ipv6
  • for some reason target specific cxx version settings in the cmakelists.txt do not work so I had to change the global flags set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++14")
  • src/tools.cc raised a problem so changed to log_debug("Looking for '%s'\n", ip.c_str());
whyman added a commit that referenced this issue Jan 29, 2017
whyman added a commit that referenced this issue Jan 29, 2017
@whyman
Copy link
Member

whyman commented Jan 29, 2017

Thanks for letting me know!

See the fixes.

@whyman whyman closed this as completed Jan 29, 2017
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

2 participants