[Live-devel] live555 compiled windows7
Marco Gasparini
gappa88 at gmail.com
Wed Nov 26 08:44:31 PST 2014
hello,
I need to comunicate with a device with SIP protocol and audio and video
streaming full duplex via RTP protocol.
I have compiled live555 with NMake following the instructions.
Now I would like to use those library in a qt project. Before doing that I
tryed to compile playSIP tutorial with QTcreator.
I have linked all libraries this way without success:
unix|win32: LIBS += -L"$$PWD/../../Downloads/live/liveMedia/" -llibliveMedia
unix|win32: LIBS += -L"$$PWD/../../Downloads/live/groupsock/" -llibgroupsock
unix|win32: LIBS +=
-L"$$PWD/../../Downloads/live/BasicUsageEnvironment/"
-llibBasicUsageEnvironment
unix|win32: LIBS += -L"$$PWD/../../Downloads/live/UsageEnvironment/"
-llibUsageEnvironment
INCLUDEPATH += "$$PWD/../../Downloads/live/liveMedia/include"
DEPENDPATH += "$$PWD/../../Downloads/live/liveMedia/include"
INCLUDEPATH += "$$PWD/../../Downloads/live/BasicUsageEnvironment/include"
DEPENDPATH += "$$PWD/../../Downloads/live/BasicUsageEnvironment/include"
INCLUDEPATH += "$$PWD/../../Downloads/live/groupsock/include"
DEPENDPATH += "$$PWD/../../Downloads/live/groupsock/include"
INCLUDEPATH += "$$PWD/../../Downloads/live/UsageEnvironment/include"
DEPENDPATH += "$$PWD/../../Downloads/live/UsageEnvironment/include"
I get "error LNK2019" and "LNK2001" if I compile the program with
qtcreator with VS compiler.
I get "undefined reference to SIPClient::createNew ..." if I compile
the program with qtcreator with Mingw Compiler
do you have any suggestion please?
thanks
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20141126/132c9d89/attachment.html>
More information about the live-devel
mailing list