Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: DBD::SQLite install fails

by taint (Chaplain)
on Jun 04, 2014 at 15:30 UTC ( [id://1088666]=note: print w/replies, xml ) Need Help??


in reply to DBD::SQLite install fails

Greetings, AM.

Judging from the output; upgrade your compiler -- your version of C/C++ && related tools.
It appears your copy of (g)cc is too old. Appears that you need (at lease) 9.9 (c99, as emited in your output).

I'm not running SUN's Solaris. So I don't have any intimate (specific) knowledge to share for your OS. But I would assume that you have the resources to add/move to a newer C && C++ version. Either by way of source, or in some "package" form. Check your documentation, or Sun/Oracle.

Best wishes.

--Chris

UPDATE: See also C99, for greater detail on c99.

¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

Replies are listed 'Best First'.
Re^2: DBD::SQLite install fails
by marto (Cardinal) on Jun 04, 2014 at 15:45 UTC

    "It appears your copy of (g)cc is too old. Appears that you need (at lease) 9.9 (c99, as emited in your output)."

    Are you sure you actually read what they posted? OP states they are using GCC 4.9.0, which is the latest release according to gcc. c99 is not a compiler version it's an older version of the C standard. C99.

    "But I would assume"

    That's a different issue ;)

      Thanks, marto. Didn't catch the OP's reference to their version of (g)cc. Was groking the output from the ERROR. which appeared to complain about the c99 requirement.

      Odd that a newer version wouldn't naturally accept depreciated.

      To the OP; please add -Ddepreciated to your make command.

      That should fix it. :)

      --Chris

      ¡λɐp ʇɑəɹ⅁ ɐ əʌɐɥ puɐ ʻꜱdləɥ ꜱᴉɥʇ ədoH

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1088666]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 22:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found