Qt poppler
-
Hi,
i've tried to install poppler-qt5 with brewnow my project have n.1 error:
/Users/matteo/Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.mk:11: error: *** ^. Stop.
i've opened the file with doubleclick and this is the message i see in:
CURRENT_MAC_SDK_VERSION := $(shell /usr/bin/xcrun --sdk $(EXPORT_QMAKE_MAC_SDK) -show-sdk-version)
ifneq ($(CURRENT_MAC_SDK_VERSION),$(EXPORT_QMAKE_MAC_SDK_VERSION)) $(info The platform SDK has been changed from version $(EXPORT_QMAKE_MAC_SDK_VERSION) to version $(CURRENT_MAC_SDK_VERSION).) $(info This requires a fresh build. Please wipe the build directory completely,) $(info including any .qmake.stash and .qmake.cache files generated by qmake.) # FIXME: Ideally this should be advertised as just running make distclean, or we # should even do it automatically by having proper makefile dependencies between # .qmake.stash and the SDK version, but as qmake doesn't seem to be consistent in # how it deals with .qmake.stash as a dependency we need to defer that until later. $(error ^) endif
how can i remove this error and back to previous situation or fix it and use poppler??
i've also tried to uninstall poppler but error still remain..
Thanks in advance
-
Hi,
Did you update Xcode in between ?
-
i've XCode 10.1 but brew have updated Xcode command line tool
but if i launch Qt MainitenanceTool require to install XCode 8.2 or later
i don't understand why..
now i'm trying to rebuild Qt from source
i hope to solve..
----> UPDATE: <-----
make was successfully done..
make install give me some errors..now Qt MaintenanceTool require XCode 5 or later..
i'm retrying with:
- make clean
- ./Configure
- make
- make install
i'm start to thinking that uninstall and install Qt may be the best way..
i've reinstalled XCode and Qt and all works now