On Tuesday 14 Apr 2009 7:22:38 am Dick Hollenbeck wrote: > +if(RELEASE) > + set(RELSTR Release) > + set(PKGBLDREV "") > +else(RELEASE) > + set(RELSTR svn:) > + find_package(Subversion) > + if(Subversion_FOUND) > + subversion_wc_info( ${PROJECT_SOURCE_DIR} OPENOCD ) > + MESSAGE("Current revision is ${OPENOCD_WC_REVISION}") > + set(PKGBLDREV ${OPENOCD_WC_REVISION}) > + else(Subversion_FOUND) > + set(PKGBLDREV "") > + endif(Subversion_FOUND) > +endif(RELEASE)
It fails to configure here as i use git-svn but that's another story... > +# preprocess and output config.h into release or debug directory > +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake > ${CMAKE_CURRENT_BINARY_DIR}/config.h) The patch appears to be missing the config.h.cmake file. Personally, i would any day prefer cmake as it s a lot easier to manage, requires lesser tools and works well on windows too. Plus you can be binary distributions rather easily with cpack. But it is up to the devs after all... :) -- Regards, Kishore _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development