Bug#777903: Patch for GCC 5 build issue

2015-07-10 Thread Dall, Elizabeth J
tags 777903 + patch thanks Here's a fix for the GCC 5 build issue. I added '-std=gnu89' to the rules file to use the GNU89 inline semantics. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for m

Bug#777929: Patch for GCC 5 build issue

2015-07-08 Thread Dall, Elizabeth J
tags 777929 + patch thanks Here's a fix for the GCC 5 build issue. I changed the initialization of a boolean variable from nullptr to false to fix the compile error. The package builds and links with GCC5 with this change. -- Betty Dall Linux for HP Helion, Hewlett-Packard Description: Initializ

Bug#778191: Patch for GCC 5 build issue

2015-07-07 Thread Dall, Elizabeth J
tags 778191 + patch thanks I found this patch by Petr Pisar posted on the yap-users email list: http://permalink.gmane.org/gmane.comp.ai.prolog.yap.general/1790 I applied his patch, tested it with gcc-5 and found that it fixed the build error. I will copy the patch here and please give all credi

Bug#778173: Patch for GCC 5 build issue

2015-07-07 Thread Dall, Elizabeth J
tags 778173 + patch thanks Here's a fix for the GCC 5 build issue. I added extern to the INLINE functions in src/wmgeneral/list.c. The package builds and links with GCC 5 with this change. -- Betty Dall Linux for HP Helion, Hewlett-Packard --- wmressel-0.8/src/wmgeneral/list.c.orig 2015-07-07 10

Bug#778175: Unable to reproduce GCC-5 build issue

2015-07-06 Thread Dall, Elizabeth J
fixed 778175 3.2.1 thanks The new version of wxsqlite3 3.2.1 uploaded on April 26, 2015 no longer has the build issue reported in this bug. There are still a lot of warnings in the build, but 3.2.1 builds and links with GCC-5. I suggest you close this bug. -- Betty Dall Linux for HP Helion, Hewl

Bug#778171: Patch for GCC 5 build issue

2015-07-02 Thread Dall, Elizabeth J
tags 778171 + patch thanks Here's a fix for the GCC 5 build issue. I changed the use of inline in the INLINE macro defined in wmgeneral/list.h so that functions are not inline when __GNUC__ is >= 5. I fixed it this way because there was not an obvious way to change the build rules to add the '-st

Bug#778169: Patch for GCC5 build issue

2015-07-01 Thread Dall, Elizabeth J
tags 778169 + patch thanks Here's a fix for the GCC 5 build issue. I added 'export CFLAGS = -std=gnu89' to the rules file to use the GNU89 inline semantics. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porti

Bug#778168: Unable to reproduce GCC-5 build issue

2015-07-01 Thread Dall, Elizabeth J
fixed 778168 0.7.3-1 thanks The new version of whitedb 0.7.3-2 uploaded to sid on May 21, 2015 no longer has the 'inline gint wg_compare_and_swap()' function in Db/dblock.h that was causing the GCC-5 build failure. Now it is declared as 'gint wg_compare_and_swap()'. I was able to build the package

Bug#778167: Patch for GCC 5 build issue

2015-07-01 Thread Dall, Elizabeth J
tags 778167 + patch Here's a fix for the GCC 5 build issue. I added -std=gnu89 to CFLAGS to use the GNU89 inline semantics. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more background.