View Single Post

   
  #5 (permalink)  
Old 01-05-2008, 08:17 AM
Mac
 
Posts: n/a
Default Re: Compile errors: Curses.c...Perl5.8...AIX

On Sat, 20 Aug 2005 03:31:16 -0700, mailbox wrote:

>
> Mac wrote:
>> > The only thing that looks odd to me in perlio.h on the
>> > error lines is "pTHX_" -- which isn't followed by a comma.
>> > Looking around for what it might be, I see there are these
>> > lines in perl.h in the same directory:
>> >
>> > # define pTHX_ pTHX,
>> > which is preceded a few lines back by
>> >
>> > # define pTHX register PerlInterpreter *my_perl PERL_UNUSED_DECL
>> > which is REALLY out of my league...
>> >
>> > Interpretation welcomed.

>>
>> This is totally off-topic in comp.lang.c. I don't know about the other

>
>
> Oh yeah? Please explain.


I'm sorry, I was rather terse. Read the clc FAQ, or "welcome to CLC" or
something like that. You'll get the picture. Here are URL's:

http://www.eskimo.com/~scs/C-faq/top.html
http://groups-beta.google.com/group/...ebc1119?hl=en&

This newsgroup is for discussion of the C language as defined by the
relevant ANSI or ISO standards. Your question deals with a build problem
for a well known package.

My guess is that you will get much better expert help from people who use
your platform, people who deal with curses, or people who deal with Perl.
There is some possibility that you could find help at
comp.unix.programmer, but check first before posting.

Anyway, good luck with your problem. Build problems can be very
frustrating!

I'm posting to all three groups without setting followups this time since
it now appears likely that the question is not entirely topical in any of
the groups.

--Mac

Reply With Quote