[Solved] CuteCash build errors -no rule to make target... iso-currencies-to-c.in

Mark Murray mamurray at optusnet.com.au
Tue Apr 21 05:25:12 EDT 2015


OK. That's disappointing, I was starting to like Qt.

Now I'll learn how to use GTK+.

Mark


On Mon, 2015-04-20 at 10:32 -0400, Derek Atkins wrote:
> CuteCash still exists?
> 
> -derek
> 
> (In all seriousness, CuteCash has always been a pet project from one
> GnuCash developer as a proof-of-concept for wrapping the engine in C++
> and using Qt..  It's not supported by anyone other than that one
> developer)
> 
> Mark Murray <mamurray at optusnet.com.au> writes:
> 
> > Hi,
> >
> > I am trying to build cuteCash, but get the following make errors:
> >
> > make[2]: *** No rule to make target
> > `../src/engine/iso-currencies-to-c.in', needed by
> > `src/engine/iso-4217-currencies.c'.  Stop.
> > make[1]: *** [src/engine/CMakeFiles/engine.dir/all] Error 2
> > make: *** [all] Error 2
> >
> > CMakeList.txt for src/engine has the following
> >
> > # Command to generate the iso-4217-currencies.c file
> > SET (ISO_4217_C ${CMAKE_CURRENT_BINARY_DIR}/iso-4217-currencies.c)
> > ADD_CUSTOM_COMMAND (
> >   OUTPUT ${ISO_4217_C}
> >   DEPENDS iso-4217-currencies.scm iso-currencies-to-c.in
> >   COMMAND
> >     ${GUILE_EXECUTABLE} -s
> > "${CMAKE_CURRENT_SOURCE_DIR}/iso-currencies-to-c.in"
> > "${CMAKE_CURRENT_SOURCE_DIR}"
> > )
> > # Add dependency on iso-4217-currencies.c
> > SET_SOURCE_FILES_PROPERTIES (gnc-commodity.c PROPERTIES OBJECT_DEPENDS
> > ${ISO_4217_C})
> >
> > However, the only currency files in the directory are:
> > iso-4217-currencies.xml, and
> > iso-currencies-to-c.xsl
> >
> > I'm new to CMake, so would appreciate any guidance to solve this
> > problem.
> > I'm working on a Linux box (Linux Mint 17).
> > git pull is up-to-date.
> >
> > Thanks
> > Mark
> >
> > _______________________________________________
> > gnucash-devel mailing list
> > gnucash-devel at gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> >
> >
> 




More information about the gnucash-devel mailing list