Tim, Serghei,
I went to build trinity tonight and found all arch PKGBUILDS fail with the same error:
CMake Error at cmake/modules/TDEMacros.cmake:20 (message): #################################################
Please use out-of-source building, like this:
rm /home/david/tblds/trinity-tqtinterface/src/tqtinterface/CMakeCache.txt mkdir /tmp/tqt.build cd /tmp/tqt.build cmake /home/david/tblds/trinity-tqtinterface/src/tqtinterface [arguments...]
################################################# Call Stack (most recent call first): cmake/modules/TDEMacros.cmake:1124 (tde_message_fatal) CMakeLists.txt:29 (include)
I'm not sure why this is needed since the PKGBUILD process takes place in a *newly* created src directory that is *outside* the svn tree. This will take a rewrite of all PKGBUILDS to accommodate this change.