-
Notifications
You must be signed in to change notification settings - Fork 210
SunOS-5.11-SPARC - "src/pcre2.h", line 949: warning: no explicit type given #392
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
Comments
There is not enough information here to suggest anything. Have you tried just unpacking the tarball and running ./configure;gmake? What does line 959 of src/pcre2.h contain? |
Thanks Philip for your reply. Yes, I unpacked the tarball and run configure, then gmake and I got the make.out shown in my first post. Line 949 is the second line below.
Anyway, I was actually working with the previous release. the gmake on 10.42 gave lots of warnings but the gmake completed successfully. So, while I was trying to clean those warning, I noticed that pcre2 published a new release two weeks ago. So, my attempt to complie the new release 10.43 is to check if those warnings were cleaned up. BTW: Can I stick with the previous release 10.42? is there a big differences from 10.42 to 10.43? regards |
There are a lot of changes since 10.42 (see the ChangeLog file) but no reason to change if it's working for you. There haven't, however, been major changes to the build system (as far as I can remember), so I wonder why 10.42 builds while 10.43 does not. Do you have ordinary "make" (as opposed to "gmake")? Or is that just the Solaris name? I have no access to Solaris systems, so can't test. The lines you quote from pcre2.h are correct. |
Thank you, I wil stick with 10.42 for now. regards |
OK, I'm closing this issue as dealt with. |
When I run the gmake > make.out 2>&1, I get the below failure:
The text was updated successfully, but these errors were encountered: