Restart Debugger pl file Warning message: Macro _SC_OPEN_MAX

B

Barge Bill

Windows If I try to restart my program in debug "-d", I get the
following message:

Warning: some settings and command-line options may be lost!
Your vendor has not defined POSIX macro _SC_OPEN_MAX, used at
C:/Perl/lib/perl5d
b.pl line 3296
at C:/Perl/lib/POSIX.pm line 47
POSIX::AUTOLOAD() called at C:/Perl/lib/perl5db.pl line
DB::DB called at C:\Documents and Settings\billc\My
Documents\WCC\P_STUFF\ExamplesTk\test1.txt line 5

I am using Windows XP "perl5db.pl version 1.28".

How can I deal with the missing macro value?

Thanks in advance, Bill
 
I

Ilya Zakharevich

[A complimentary Cc of this posting was sent to
Barge Bill
Windows If I try to restart my program in debug "-d", I get the
following message:

Warning: some settings and command-line options may be lost!
Your vendor has not defined POSIX macro _SC_OPEN_MAX, used at
C:/Perl/lib/perl5d
b.pl line 3296
at C:/Perl/lib/POSIX.pm line 47
POSIX::AUTOLOAD() called at C:/Perl/lib/perl5db.pl line
DB::DB called at C:\Documents and Settings\billc\My
Documents\WCC\P_STUFF\ExamplesTk\test1.txt line 5

I am using Windows XP "perl5db.pl version 1.28".

How can I deal with the missing macro value?

Posting a minimal code to reproduce the problem will help. Keep in
mind, though, that modules loaded with -M switch and current directory
at startup are not (currently) preserved by perl5db.

Hope this helps,
Ilya
 
B

Barge Bill

If I execute the "hello world" perl example in debug mode, and attempt
to "R" restart, I get the trace back. Somehow, I need to initialize
the

POSIX macro _SC_OPEN_MAX,

The result is I cannot restart my debug session. It's annoying that I
don't know how to initialize the macro.

Any help?

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top