Monica,

> 2016/01/16 20:11、Monica L Wolfson <monniew...@gmail.com> のメール:
> 
>> Hi BABA,
>>   I'm attaching a pastebin link with the contents of the requested file, as 
>> attaching it here made the email too big for the server.
>> 
>> http://pastebin.com/eK5hntC4

CMakeCache.txt does not contain any Qt.Framework, but Fink's /sw/lib/qt4-mac.  

Your previous pastebin contains a line:

/sw/var/lib/fink/path-prefix-clang/c++  ... -std=c++11 ... 
-F/Library/Frameworks ... 
../../output/lib/qgis_core.framework/Versions/2.10/qgis_core  ...

On my box, the equivalent line is:

cd /sw/src/fink.build/qgis212-py27-2.12.2-1/qgis-2.12.2/build/src/core && 
/sw/bin/cmake -E cmake_link_script CMakeFiles/qgis_core.dir/link.txt --verbose=1
/sw/var/lib/fink/path-prefix-clang/c++  ... -std=c++11 
-Wno-error=c++11-narrowing ... -F/Library/Frameworks ... -o 
../../output/lib/qgis_core.framework/Versions/2.12/qgis_core ...

So, my guess is c++ ignores CMake options and picks /Library/Frameworks anyway. 
 I searched where /Library/Frameworks are set and found:

cd /data/fink/qgis-2.12.0
Babas-MacBook-Pro:qgis-2.12.0 baba$ grep -r -e -F/Library/Frameworks *
CMakeLists.txt:    SET (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} 
-F/Library/Frameworks")
CMakeLists.txt:    SET (CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} 
-F/Library/Frameworks")
CMakeLists.txt:    SET (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} 
-F/Library/Frameworks")
cmake/FindOSGEARTH.cmake:        SET(CMAKE_REQUIRED_LIBRARIES 
"-F/Library/Frameworks" ${CMAKE_REQUIRED_LIBRARIES})
cmake/FindSPATIALITE.cmake:       SET(CMAKE_REQUIRED_LIBRARIES 
"-F/Library/Frameworks" ${CMAKE_REQUIRED_LIBRARIES})

I think removing all the -F things will solve the issue  but it may cause 
another issue.  So, It would take a while to make sure everything goes whithout 
them.  


Sorry for inconvenience.

--
BABA Yoshihiko



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to