| Message |
 |
Date: 2005-05-07 00:04
Sender: Tim Hunter
Logged In: YES
user_id=122
I've changed RMagick at CVS HEAD to not require that option,
so it'll be in the next release. If you are able to successfully
use RMagick on your system then I think I'll hold off on a new
release for a bit.
Let me know if you have any other problems.
|
Date: 2005-05-06 20:43
Sender: Chris Armstrong
Logged In: YES
user_id=2503
Thank you for the fast reply. I have done that and it worked.
Is this a problem that you will fix on your side or a problem
related to the operating system?
I'm asking because i want to create a new FreeBSD port since
i didn't hear anything from the port maintainer and don't know
if i should add a patch or not.
Actually i'm nearly finished already. |
Date: 2005-05-05 21:56
Sender: Tim Hunter
Logged In: YES
user_id=122
Try this workaround. Go the the file ext/RMagick/extconf.rb.in
and change line 9 from
$CFLAGS = "-std=gnu99 -Wall -g @CFLAGS@"
to
$CFLAGS = "-Wall -g @CFLAGS@"
You'll need re-run ./configure.
Sorry you're having trouble. Let me know how this works. |
Date: 2005-05-05 14:13
Sender: Chris Armstrong
Logged In: YES
user_id=2503
The patch from: #1573 is not working. |
Date: 2005-05-05 14:12
Sender: Chris Armstrong
Logged In: YES
user_id=2503
roadrunner # gcc -v
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
|