[Interest] Need help in testing a feature on OSX

Holappa Teemu Teemu.Holappa at digia.com
Wed Oct 30 14:20:54 CET 2013


Hi Mandeep,

Unfortunately it seems to fail:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
ain/usr/bin/clang++ -c -Xclang -include-pch -Xclang
.pch/debug-shared/QtNetwork_debug/c++.pch -pipe -g -gdwarf-2 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Develo
per/SDKs/MacOSX10.8.sdk -std=c++11 -stdlib=libc++
-mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden
-fno-exceptions -Wall -W -fPIC -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB
-DQT_NO_XKBCOMMON -DQT_NO_USING_NAMESPACE -DQT_BUILD_NETWORK_LIB
-DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS
-DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS
-DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_CORE_LIB
-I../../mkspecs/macx-clang -I. -I../../include -I../../include/QtNetwork
-I../../include/QtNetwork/5.3.0 -I../../include/QtNetwork/5.3.0/QtNetwork
-Ikernel -I../../lib/QtCore.framework/Versions/5/Headers
-I../../lib/QtCore.framework/Versions/5/Headers/5.3.0
-I../../lib/QtCore.framework/Versions/5/Headers/5.3.0/QtCore
-I.moc/debug-shared
-F/Users/teholapp/workspace/qt5_latest/qt5_desk/qtbase/lib -o
.obj/debug-shared/qdnslookup_unix.o kernel/qdnslookup_unix.cpp
kernel/qdnslookup_unix.cpp:56:10: fatal error: 'res_private.h' file not
found
#include <res_private.h>
         ^
1 error generated.
make[3]: *** [.obj/debug-shared/qdnslookup_unix.o] Error 1
make[2]: *** [debug-all] Error 2
make[1]: *** [sub-network-make_first] Error 2
make: *** [sub-src-make_first] Error 2



Cheers,
Teemu

On 10/30/13 11:53 AM, "Mandeep Sandhu" <mandeepsandhu.chd at gmail.com> wrote:

>Hi All,
>
>Is there a noble soul out there willing to spend some time in helping
>me test out a feature on OSX?! :) The noble soul should have a working
>qt source build setup on OSX.
>
>I'm working on small feature for specifying custom DNS server to
>QDnsLookup (QTBUG-30166). I wanted to test out the feature on OSX, but
>I don't have a machine handy (it's tested on Windows and Linux).
>
>Can someone with a working setup test the following patches for build
>failures?
>
>https://codereview.qt-project.org/#change,66701
>https://codereview.qt-project.org/#change,66702
>https://codereview.qt-project.org/#change,68447
>
>It would be even more awesome if someone got the time to test out the
>change with the modified "dnslookup" example in this patchset! :)
>
>For testing with an IPv4 nameserver address, run:
>
>$ ./examples/network/dnslookup/dnslookup -s 8.8.8.8 www.google.com
>
>For testing with an IPv6 nameserver address (if you have a working
>IPv6 setup), run:
>
>$ ./examples/network/dnslookup/dnslookup -s 2001:4860:4860::8888
>www.google.com
>
>In the output you should see a bunch of IPv4 address for the host name
>passed (on Linux, to be doubly sure that the system configured
>nameserver's are not being used, I used to comment out the entries in
>/etc/resolv.conf).
>
>Please let me know if you need more info.
>
>Thanks for your time!
>
>Regards,
>-mandeep
>_______________________________________________
>Interest mailing list
>Interest at qt-project.org
>http://lists.qt-project.org/mailman/listinfo/interest




More information about the Interest mailing list