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

cc missing (MSYS2) #6

Closed
vtorri opened this issue Aug 2, 2018 · 4 comments
Closed

cc missing (MSYS2) #6

vtorri opened this issue Aug 2, 2018 · 4 comments

Comments

@vtorri
Copy link
Contributor

vtorri commented Aug 2, 2018

With the gcc package of MSYS2, cc is missing

maybe cc should be defined to gcc in Makefile if it is not present

@lexborisov
Copy link
Member

CMAKE will solve all the problems! 😃

@vtorri
Copy link
Contributor Author

vtorri commented Aug 2, 2018

same for autotools or meson :-)

@vtorri
Copy link
Contributor Author

vtorri commented Aug 3, 2018

autotools code that create the DLL here

vtorri@18e53b8

steps :

  1. autoreconf -vif
  2. ./configure
  3. make -j

i've managed only the library

there are some missing points, like which headers must be installed for the API

please review and tell me what you think about the build system

note : i've added a Windows port of perf.c in this branch. See #7

@vtorri
Copy link
Contributor Author

vtorri commented Aug 17, 2018

cmake is chosen, close issue

@vtorri vtorri closed this as completed Aug 17, 2018
GerHobbelt pushed a commit to GerHobbelt/lexbor that referenced this issue Jan 26, 2024
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