[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2020-11-01 Thread Gregory John Casamento
Update of bug #34529 (project gnustep): Status:None => Fixed Assigned to:None => gcasa Open/Closed:Open => Closed _

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2020-11-01 Thread Gregory John Casamento
Follow-up Comment #6, bug #34529 (project gnustep): This is currently working. ___ Reply to this item at: ___ Message sent via Savannah https://savan

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2014-04-11 Thread Riccardo Mottola
Follow-up Comment #5, bug #34529 (project gnustep): Sebastian, is this bug still valid? ___ Reply to this item at: ___ Message sent via/by Savannah ht

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Richard Frith-Macdonald
Follow-up Comment #4, bug #34529 (project gnustep): There used to be examples with the gui library, but they were moved to devmodules/usr-apps/examples/gui/ExampleService The info plist there has an example of a simple filter service using an external tool (the unix 'cat' command) as well as exa

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
Follow-up Comment #3, bug #34529 (project gnustep): For me, I can manually link all the ports linking to -gui to the new libraries. Its a bit of work, but doable, or just --disable-imagemagick. For the way it is now, there should be an automated way for applications to detect whether -gui is link

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Fred Kiefer
Follow-up Comment #2, bug #34529 (project gnustep): I am sure that this bug can be easily solved by some configuration magic, but there is also a different solution possible. One that I would prefer. We could move the ImageMagick code out of GNUstep gui into a filter service. A filter service is b

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
Follow-up Comment #1, bug #34529 (project gnustep): OK, looking a bit closer, I added this to the configure environment: IMAGEMAGICK_LIBS="-L${X11BASE}/lib/ -lxcb -lfontconfig -lX11 -lICE -lSM -lXt -lXext -lfreetype -lMagickCore" this allowed me to build gnustep-gui. However now I think even wo

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
URL: Summary: gnustep-gui svn doesn't correctly link with ImageMagick Project: GNUstep Submitted by: buzzdee Submitted on: Di 11 Okt 2011 12:04:21 GMT Category: Gui/AppKit