CuteCash Question (MSVC)
Christian Stimming
stimming at tuhh.de
Sat Apr 10 15:49:50 EDT 2010
Dear Martin,
thanks for the feedback.
As for the generated file iso-4217-currencies.c: Until a few minutes ago,
gnucash's build script for generating that file required being called in a way
that never worked from within Visual Studio (MSVC). So the error wasn't that
it were created in the wrong directory; instead, it wasn't created at all
(from MSVC). If you found such a file in you source directory, it was probably
a leftover from some earlier gnucash build directly in the source tree. But
nevermind - after looking at the scripts again, I found an easy way to change
it (r19013) so that it can be called in a very normal way now from both unix
Makefiles and also the MSVC project. Just update and try again.
Also, I've added now some more action if you run the install.sh script with
WITH_CUTECASH=yes - in that case, cmake and make will be run in a directory
$GNUCASH_DIR/gnucash/build-cutecash so that if everything was found, you will
get a mingw build of cutecash as well.
Regards,
Christian
Am Samstag, 10. April 2010 schrieb Martin Gill:
> 2010/4/10 Christian Stimming <stimming at tuhh.de>:
> > Hi Martin,
> >
> > Am Samstag, 10. April 2010 schrieb Martin Gill:
> >> I'm curious about cute-cash and I'm trying to build it.
>
> [Snip Loads of Instructions]
>
> > Regards,
> >
> > Christian
>
> Thanks for all of that Christian, I'm a lot further now.
>
> The current problem is that I cannot build the "engine" project. The
> first problem was an issue with different behaviour on Windows.
>
> The patch below solves that specific issue for me. (There's probably a
> more efficient way to do this, but I'm new to CMake).
>
> The remaining issue is that the iso-4217-currencies.c, generated by
> that command, is in the wrong place.
>
> Expected In: $GNUCASH_DIR\repos\src\engine
> Actually In: $GNUCASH_DIR\build\src\engine
More information about the gnucash-devel
mailing list