Eric Hanchrow <[EMAIL PROTECTED]> writes:
> When I try to build, I see this:
> 
>   gnc.c: In function `gwrap_gnc_print_session_create':
>   gnc.c:5133: `PrintSession' undeclared (first use in this function)

All these errors are from things that should be defined in the
printing code.  If you look at the top of gnucash/src/g-wrap/gnc.c, do
you see a #include <print-session.h> in there anywhere?  Do you have a
file called gnucash/src/gnome/print-session.h?

If you recently updated to a current CVS, you might try doing a make
clean and configure; perhaps you have some stale autogenerated files
in there.  Make sure that you do 'cvs update -Pd' when you update, to
be sure to get all the new files.

Bill Gribble



--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to