Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #1 #2003

Closed
p5pRT opened this issue May 23, 2000 · 4 comments
Closed

Error #1 #2003

p5pRT opened this issue May 23, 2000 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented May 23, 2000

Migrated from rt.perl.org#3278 (status was 'resolved')

Searchable as RT3278$

@p5pRT
Copy link
Author

p5pRT commented May 23, 2000

From wolson@gwi.net

* wolson# make
* `sh cflags libperl.so util.o` -DPIC -fpic util.c
* CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O
* util.c​: In function `vsprintf'​:
* util.c​:1634​: structure has no member named `_ptr'
* util.c​:1635​: structure has no member named `_cnt'
* util.c​:1639​: structure has no member named `_flag'
* util.c​:1639​: `_IOWRT' undeclared (first use in this function)
* util.c​:1639​: (Each undeclared identifier is reported only once
* util.c​:1639​: for each function it appears in.)
* *** Error code 1
*
* Stop in /usr/home/wolson/temp/perl-5.005.03.

How do I fix this?

@p5pRT
Copy link
Author

p5pRT commented Jun 7, 2000

From [Unknown Contact. See original ticket]

* wolson# make
* `sh cflags libperl.so util.o` -DPIC -fpic util.c
* CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O
* util.c​: In function `vsprintf'​:
* util.c​:1634​: structure has no member named `_ptr'
* util.c​:1635​: structure has no member named `_cnt'
* util.c​:1639​: structure has no member named `_flag'
* util.c​:1639​: `_IOWRT' undeclared (first use in this function)
* util.c​:1639​: (Each undeclared identifier is reported only once
* util.c​:1639​: for each function it appears in.)
* *** Error code 1
*
* Stop in /usr/home/wolson/temp/perl-5.005.03.

How do I fix this?

@p5pRT
Copy link
Author

p5pRT commented Jun 7, 2000

From @gsar

On Wed, 07 Jun 2000 15​:58​:22 +0200, Richard Foley wrote​:

* wolson# make
* `sh cflags libperl.so util.o` -DPIC -fpic util.c
* CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O
* util.c​: In function `vsprintf'​:
* util.c​:1634​: structure has no member named `_ptr'
* util.c​:1635​: structure has no member named `_cnt'
* util.c​:1639​: structure has no member named `_flag'
* util.c​:1639​: `_IOWRT' undeclared (first use in this function)
* util.c​:1639​: (Each undeclared identifier is reported only once
* util.c​:1639​: for each function it appears in.)
* *** Error code 1
*
* Stop in /usr/home/wolson/temp/perl-5.005.03.

How do I fix this?

Looks like Configure guess the wrong value for d_stdstdio. If you're
feeling up to it, please investigate why.

The workaround would be to edit config.sh, set d_stdstdio to 'undef',
followed by `sh Configure -S && make depend all test install`.

Sarathy
gsar@​ActiveState.com

@p5pRT
Copy link
Author

p5pRT commented Nov 28, 2003

From The RT System itself

pre-5.6 install problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant