complie error latest trunk
Hi! I get the following error when compiling r18419: <...> cc1: warnings being treated as errors dialog-tax-info.c: In function ‘identity_edit_clicked_cb’: dialog-tax-info.c:1083: error: implicit declaration of function ‘gtk_dialog_get_content_area’ dialog-tax-info.c:1083: error: assignment makes pointer from integer without a cast make[4]: *** [dialog-tax-info.lo] Fehler 1 make[4]: Leaving directory `/home/tma/gnucash/gnucash_cvs/gnucash_work/src/gnome <...> OS: openSUSE 11.0 (X86-64) GTK: 2.12.9 Herbert. -- Herbert Thoma Dipl.-Ing., MBA Head of Video Group Multimedia Realtime Systems Department Fraunhofer IIS Am Wolfsmantel 33, 91058 Erlangen, Germany Phone: +49-9131-776-6130 Fax: +49-9131-776-6099 email: t...@iis.fhg.de www: http://www.iis.fhg.de/ ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
htdocs patch: downloads & news
Attached you will find a patch (a tarball actually) that contains all the changed files for my website modifications. In summary, it * adds a highly visible download block on the front page * adds a download page for all other downloads * reworks the news pages to make it more obvious the 2.3.x builds are development builds. * includes the same download links in the news pages as on the downloads page for consistency I have chosen not to install the Mac OS X Readme files on www.gnucash.org for now. The main reason is the extra actions that have to be taken and that tend to be forgotten (as cstim also pointed out regarding the release notes). I will probably volunteer to redo the website in a few months, so I'd figured the current Readme file solution is "good enough" until then. Instructions for the htdocs maintainer: just untar the tarball over the htdocs base directory. I have not deleted any files, only added or modified. Instructions for the release maintainers: whenever a new stable or unstable release is pushed, this new version number should be stored in the file externals/global_params.php. There are a few variables there. For a stable/unstable new release, one would typically update $latest_stable or $latest_unstable. In case there are sub release numbers (such as the Mac OS X build), these are added in the actual binary filename ($latest_stable_mac_intel or $latest_stable_mac_ppc). If there are any questions, just ask... Geert download.tgz Description: application/compressed-tar ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: Register report crashes 2.3.7 on Win32
Am Dienstag, 17. November 2009 schrieb Phil Longstaff: > we're running into a problem when running the register report on win32 > crashes because register-report-create-internal is not defined. Easily > reproducible. I downloaded the latest build (svn r18412). The report > files in /c/Program\ > Files/gnucash/share/gnucash/guile-modules/gnucash/report/standard- > reports/*.scm all have module definitions: > > (define-module (gnucash report register)) > > The same files on my linux system have: > > (define-module (gnucash report standard-reports register)) > > and that is what the source files have. Please check that the correct > files are getting into the build. dear phil, thanks a lot for pointing this out. it turns out the build directory only has outdated copies of the scheme files around, which get installed erroneously instead of the up-to-date files from the source directory. i#ve completely removed the build directory on the win32 build host so we should be fine for the next nightly build. thank you very much. regards, christian ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: htdocs patch: downloads & news
Am Dienstag, 17. November 2009 schrieb Geert Janssens: > Attached you will find a patch (a tarball actually) that contains all the > changed files for my website modifications. > > In summary, it > * adds a highly visible download block on the front page > * adds a download page for all other downloads > * reworks the news pages to make it more obvious the 2.3.x builds are > development builds. > * includes the same download links in the news pages as on the downloads > page for consistency Yeah, thank you very much! This sounds great. I've committed the content of the tarball to the htdocs module and it should appear on gnucash.org any minute (I think). Thanks a lot! Regards, Christian ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel
Re: Register report crashes 2.3.7 on Win32
On November 17, 2009 03:48:34 pm Christian Stimming wrote: > Am Dienstag, 17. November 2009 schrieb Phil Longstaff: > > we're running into a problem when running the register report on win32 > > crashes because register-report-create-internal is not defined. Easily > > reproducible. I downloaded the latest build (svn r18412). The report > > files in /c/Program\ > > Files/gnucash/share/gnucash/guile-modules/gnucash/report/standard- > > reports/*.scm all have module definitions: > > > > (define-module (gnucash report register)) > > > > The same files on my linux system have: > > > > (define-module (gnucash report standard-reports register)) > > > > and that is what the source files have. Please check that the correct > > files are getting into the build. > > dear phil, thanks a lot for pointing this out. it turns out the build > directory only has outdated copies of the scheme files around, which get > installed erroneously instead of the up-to-date files from the source > directory. i#ve completely removed the build directory on the win32 build > host so we should be fine for the next nightly build. thank you very much. Is the build process broken? Why aren't the new report files copied to the build directory? Phil ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel