I have a newly installed Fedora 14 system that I'd like to install various perls on to test different modules. I've got 5.8.9 already and was trying to get 5.10:
perlbrew install perl-5.10.1
That hums along until it fails with the following error:
Making all in ext/ODBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/mpeters/perl5/perlbrew/build/perl-5
+.10.1/ext/ODBM_File'
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
+ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07
+\" -DXS_VERSION=\"1.07\" -fPIC "-I../.." ODBM_File.c
ODBM_File.xs:16:7: error: expected =, ,, ;, asm or __attribut
+e__ before fetch
ODBM_File.xs:17:17: error: expected ) before key
ODBM_File.xs:18:18: error: expected ) before key
ODBM_File.xs:19:7: error: expected =, ,, ;, asm or __attribut
+e__ before firstkey
ODBM_File.xs:20:7: error: expected =, ,, ;, asm or __attribut
+e__ before nextkey
ODBM_File.xs:50:15: error: expected =, ,, ;, asm or __attribu
+te__ before datum_key
ODBM_File.xs:51:15: error: expected =, ,, ;, asm or __attribu
+te__ before datum_key_copy
ODBM_File.xs:52:15: error: expected =, ,, ;, asm or __attribu
+te__ before datum_value
Any thoughts about what I might be missing?
-- More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk. -- Bruce Schneier
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.