Skip to content

Out of date dependencies prevent building on Arch #104

Closed
@wirion

Description

@wirion

When building the alpha branch, I am getting the following error:

net.cpp: In function ‘void ThreadMapPort()’:
net.cpp:1000:68: error: invalid conversion from ‘int*’ to ‘unsigned char’ [-fpermissive]
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);
                                                                    ^~~~~~
net.cpp:1000:74: error: too few arguments to function ‘UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)’
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);

I have miniupnpc 2.0 on my Arch system.
Sorry in advance if this is not the right place to post this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions