Hi, I'm curious about cute-cash and I'm trying to build it.
I've fully built gnu-cash already (and had it running, so I know it works) and hopefully that means all dependencies are in place. I'm getting errors trying to configure cmake. I'm trying to generate for VC2008. For the source path I have $GNUCASH_DIR\gnucash\repos\src which CMake seems to be happy with. Not sure what I should set EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to. Currently they are: EXECUTABLE_OUTPUT_PATH = $GNUCASH_DIR\inst\bin LIBRARY_OUTPUT_PATH = $GNUCASH_DIR\inst\lib (using the actual path in place of $GNUCASH_DIR, in all cases) is that correct? CMAKE_INSTALL_PREFIX I set a new (empty) directory. CMAKE_BACKWARDS_COMPATIBILITY i left at the value 2.4 CMake set it to. The final (and seemingly the blocking issue) is this error message: CMake Error at core-utils/CMakeLists.txt:18 (GNC_ADD_SWIG_COMMAND): Unknown CMake command "GNC_ADD_SWIG_COMMAND". No idea how to resolve this (very little experience with CMake) I have CMake 2.8.1, and all other items downloaded directly from the links in the building guides on the wiki. I'm running CMake from the command line. I did set USE_CUTECASH=yes in the custom.sh and I notice it downloaded cmake, but didn't seem to trigger anything. Should I be doing something with the downloaded cmake instead? Any help would be greatly appreciated. Regards, Martin _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
