[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-11 Thread Marko Lindqvist
Update of bug #19296 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-09 Thread Marko Lindqvist
Follow-up Comment #13, bug #19296 (project freeciv): btw. I just got cross-compilation on one machine to work by applying this patch. There was Magickwand-config for host system but not for target system. It found one for host system and tried to build with CFLAGS and LIBS it provided.

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-08 Thread Marko Lindqvist
Follow-up Comment #12, bug #19296 (project freeciv): We want to know if we can link programs together, not if we can run them on build machine. Testing the latter breaks cross-compilation. Attached version of the patch uses AC_LINK_IFELSE() instead of AC_RUN_IFELSE() (file #16039)

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-06-28 Thread Marko Lindqvist
Follow-up Comment #10, bug #19296 (project freeciv): Almost six months since the previous discussion. There were different opinions earlier, but since this long has passed without anybody replying to my last argument Still, better to find out it, with better error diagnostics, configure time

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-06-28 Thread anonymous
Follow-up Comment #11, bug #19296 (project freeciv): ...more like I agreed that it's your choice. Some projects like adding AC_CHECK_LIB checks even for packages having upstream pkg-config files, others tend to rely just on pkg-config in such cases and not fix broken distros. A matter of taste,

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-03-10 Thread Jacob Nevins
Follow-up Comment #8, bug #19296 (project freeciv): This is currently targeted at 2.3.2, but I wouldn't expect S2_3 to depend on MagickWand (since mapimg is new in 2.4)? ___ Reply to this item at: http://gna.org/bugs/?19296

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-03-10 Thread Jacob Nevins
Follow-up Comment #9, bug #19296 (project freeciv): Related to bug #18539? ___ Reply to this item at: http://gna.org/bugs/?19296 ___ Message sent via/by Gna! http://gna.org/

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-19 Thread Matthias Pfafferodt
Follow-up Comment #5, bug #19296 (project freeciv): pkg-config --libs MagickWand -lMagickWand -lMagickCore and at least as of ImageMagick 6.7.4.0 MagickWand-config --libs MagickWand-config --libs the output is the same. Correct - but it wasn't on opensuse. If you got to the bug I opened

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-17 Thread Matthias Pfafferodt
Update of bug #19296 (project freeciv): Status: In Progress = Ready For Test ___ Follow-up Comment #3: Test linkage for whole WAND_LIBS would be cleaner and would also catch other problematic

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-17 Thread anonymous
Follow-up Comment #4, bug #19296 (project freeciv): Hmmm... 2008-02-03 6.3.8-5 Cristy quetzlzacatenango@image... ... Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc Is this old enough ? pkg-config --libs MagickWand -lMagickWand -lMagickCore and at least as of ImageMagick

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread Matthias Pfafferodt
URL: http://gna.org/bugs/?19296 Summary: fix check for MagickWand (libbzip2) Project: Freeciv Submitted by: syntron Submitted on: Mon 16 Jan 2012 08:07:53 PM CET Category: general Severity: 3 - Normal

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread Marko Lindqvist
Update of bug #19296 (project freeciv): Status: Ready For Test = In Progress Assigned to:None = cazfi ___ Follow-up Comment #1: Quite a kludge,

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread anonymous
Follow-up Comment #2, bug #19296 (project freeciv): Is there a point of adding workarounds in freeciv for distro packaging errors ? Cause that's what this patch seems to be. If libMagickWand is built with bzip2 support and distro management system doesn't pull it in, it's the distro problem.