1830898 Members
2882 Online
110017 Solutions
New Discussion

DBI/DBD error

 
Marco Tangari
Occasional Contributor

DBI/DBD error

Hi,

Pls, somebody can help me?

When I user "make" the following error happened:

/usr/local/pa64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/include/wchar.h:156: error: parse error before "_hpux_size_t"


I think there is any problem with gcc, is it correct?

Thanks a lot.

Marco
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: DBI/DBD error

What are you trying to compile ? Googling the error message reults following links,

http://listmanager.unipi.it/pipermail/ntop-dev/2003-February/002198.html
http://www.zsh.org/mla/users/2004/msg00134.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
H.Merijn Brand (procura
Honored Contributor

Re: DBI/DBD error

There *might* be a gcc error, but you didn't state that you are using gcc-3.3.3 and where you got it, nor did you tell us on what OS you are running it

DO THEY MATCH???

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Marco Tangari
Occasional Contributor

Re: DBI/DBD error

Sorry,

I'am use the gcc version 3.4.4 and OS is B.11.11 U 9000/800.

When I try compile some modules with make, there's no problem.

But when I try compile this specific DBD/DBI the make return error.

Tks

Marco
H.Merijn Brand (procura
Honored Contributor

Re: DBI/DBD error

If you say you use 3.4.4, then your message indicates a problem:

/usr/local/pa64/lib/gcc-lib/hppa64-hp-hpux11.11/3.3.3/include/wchar.h:156: error: parse error before "_hpux_size_t"

clearly states 3.3.3!

So either you will have to do some serious cleanups or check your $PATH and compiler arguments

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn