Quoting Joe Croft <[EMAIL PROTECTED]>: > Hi Yall, > > Now I have the latest CMake and I have reduced my errors down to one. > > -- Installing: /usr/local/include/Wt/Ext/AbstractToggleButton > -- Installing: /usr/local/include/Wt/Ext/ProgressDialog > -- Installing: /usr/local/include/Wt/Ext/TableView > -- Installing: /usr/local/include/Wt/Ext/NumberField > -- Installing: /usr/local/include/Wt/Ext/CMakeFiles > CMake Error at src/Wt/Ext/cmake_install.cmake:36 (FILE): > file INSTALL cannot copy file "/home/croftj/wt/src/Wt/Ext/CMakeFiles" to > "/usr/local/include/Wt/Ext/CMakeFiles". > Call Stack (most recent call first): > src/Wt/cmake_install.cmake:163 (INCLUDE) > src/cmake_install.cmake:72 (INCLUDE) > cmake_install.cmake:53 (INCLUDE) > > If I delete the line for "/usr/local/include/Wt/Ext/CMakeFiles" it > appears to > work. Just one of those pesky little details.
The problem is you are performing an in-tree build. See these threads: http://thread.gmane.org/gmane.comp.web.witty.general/1335/focus=1357 http://thread.gmane.org/gmane.comp.web.witty.general/1411 -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
