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

Cannot build cperl 5.28.0 #83

Closed
fperrad opened this issue Dec 21, 2019 · 2 comments
Closed

Cannot build cperl 5.28.0 #83

fperrad opened this issue Dec 21, 2019 · 2 comments

Comments

@fperrad
Copy link
Contributor

fperrad commented Dec 21, 2019

There are new variables in xconfig.h.

xconfig.h:3340:3: error: invalid preprocessing directive #HAS_BUILTIN_CLZ
 # HAS_BUILTIN_CLZ /**/
   ^~~~~~~~~~~~~~~
xconfig.h:3727:3: error: invalid preprocessing directive #HAS_GETCWDNULL
 # HAS_GETCWDNULL  /**/
   ^~~~~~~~~~~~~~
xconfig.h:3734:3: error: invalid preprocessing directive #HAS_GET_CURRENT_DIR_NAME
 # HAS_GET_CURRENT_DIR_NAME  /**/
   ^~~~~~~~~~~~~~~~~~~~~~~~
xconfig.h:3740:3: error: invalid preprocessing directive #HAS_REALPATH
 # HAS_REALPATH  /**/
   ^~~~~~~~~~~~
xconfig.h:5406:3: error: invalid preprocessing directive #USE_NAMED_ANONCV
 # USE_NAMED_ANONCV  /**/
   ^~~~~~~~~~~~~~~~
@arsv
Copy link
Owner

arsv commented Dec 24, 2019

Fixed, both 5.28.0 (released Sep 2018) and 5.28.2 (released Mar 2019) should build now.

And I think I'm going to add 5.30.0 which seems to be the latest stable release of cperl.

@fperrad
Copy link
Contributor Author

fperrad commented Dec 25, 2019

Good news.
In fact, we miss a lot of cperl releases:

  • 5.24.3, 5.24.4
  • 5.26.2, 5.26.3, 5.26.4, 5.26.5
  • 5.28.0, 5.28.1, 5.28.2
  • 5.30.0

@fperrad fperrad closed this as completed Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants