Wireshark-dev: Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
Graham Bloice skrev den 2015-01-08
16:24:
OK I think I found the problem in makefile.nmake the code used to be: !IF EXIST("..\..\wireshark-qt-release\wireshark.exe") ��� /DQT_DIR="..\..\wireshark-qt-release" \ !ENDIF Which I commented out, With Change-Id:�I439fea5721c5b209a753044a8e9e8ac6fc5291c3 Reviewed-on:�https://code.wireshark.org/review/6345 The code now is !IF EXIST("..\..\wireshark-qt-release\wireshark.exe") ��� ��� -e s/@QT_DIR@/..\\..\\wireshark-qt-release/ \ !ENDIF ���� -e 's/\(^^!define .*\) \"*@.*@\"*/; \1/' \ ��� < config.nsh.in > $@ and commenting it out does no longer work... should the !ENDIF be moved 2 lines down?
|
- References:
- [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- From: Anders Broman
- Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- From: Graham Bloice
- [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- Prev by Date: Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- Next by Date: Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- Previous by thread: Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- Next by thread: Re: [Wireshark-dev] Packaging failure on Win7 with Qt 5.2.1 in "top-of-trunk"
- Index(es):