Closed steveq61 closed 6 years ago
Hi Steve, Difficult to solve the problem without MACOS. If I examine your screenshot is see:
I think the problem can be describe like this.
I don't know why the QAbstractSocket::bind fails. The reasons are multiple.
I think adding the support for MACOS is not difficult (I hope). But I do not have an Apple computer. I have just Windows, Ubuntu, Kubuntu and Rasbian systems.
Regards, Patrice
Hey Patrice,
I'm more than happy to work with you on developing the code to run on the MacOS if you would like. We can go to private emails so as not to flood this page until we get it working. Now I know where to look, I'll run the code in debug and see if I can narrow the problem down anymore. If you would like to go further with this, let me know and I'll give you my email.
SQ :-)
Hi, No problem for this. Above code tag on my GitHub page you can click on ptstream. You can see with this the public part of my account. If you sign in your GitHub account, you can uses freely the email address. This address is public but it has not link with the GitHup used for issues, pull resquests.
Patrice
Hey Patrice,
It wouldn't be the same if a week went by without me submitting a post! lol
A quick question, I tried to compile upnp on my Mac, and got some errors. I was able to correct the compilation errors by adding
#include <array>
to "httpserver.hpp" and "xmlhdevice.hpp". Consequently the program now compiles and links.But it crashes when initiating a discover.
Thanks Patrice,
Steve Q. :-)