(v2) Update to libupnp 1.8 - #148
Conversation
|
I see a lot of more warnings without this PR building #135 with libupnp 1.6.19: The #if blocks are needed, or, just to remove the support for libupnp 1.6 |
|
That's possible that 1.6.24 is closer to 1.8 than 1.6.19, that's why I didn't get those errors. But I still have the question about that #if block I commented on - is there any difference between the two versions other than line-breaking? |
|
I added code from git master in the Anyway, I think the best choice is just merge #135 and change the minimum libupnp requirement version to 1.8 |
|
I noticed now the code you are mentioned, @gonosztopi please review again. |
|
and one question, we need the first commit?
|
Well, for those who use git from the command line like me, this is quite handy. Makes a lot more easy to spot your changes and see if the current directory is clean. Strictly speaking, this is not necessary, but practically speaking, it surprises me that no one has already added it. Regards! |
|
The fix to compile with 1.6.x looks fine to me, pretty clean. |
The build is ok here with libupnp 1.6.19 and 1.8.4