-
Notifications
You must be signed in to change notification settings - Fork 571
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
PerlProc_setjmp undefined under WIN32 #8496
Comments
From jerry@hedden.usCreated by jerry@hedden.usThe latest patch to the 'threads' module makes use of: Compiling under ActivePerl (WIN32) produces the following error: gcc -o blib\arch\auto\threads\threads.dll -Wl,--base-file -Wl,dll.base Jan Dubois states that this is caused by 'setjmp' being defined to I attempted to use '#define NO_XSLOCKS', but this resulted in XSUB.h needs to be corrected so that 'setjmp' remains defined to the Perl Info
|
From @jkeenanReviewing older tickets this morning, I came across this one. Jerry, Jan: Were you ever able to resolve this problem? Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From @HugmeirThis came up again on 2010: I also just got it on a cpantesters report, which is what made me find So it looks like this is still an issue. I haven't tried the suggested |
Migrated from rt.perl.org#39614 (status was 'open')
Searchable as RT39614$
The text was updated successfully, but these errors were encountered: