elvm icon indicating copy to clipboard operation
elvm copied to clipboard

Problem with `make`

Open RustemB opened this issue 3 years ago • 7 comments

image

$ make

does not work

RustemB avatar Jul 13 '20 20:07 RustemB

I am not getting this anymore, on the version checked out today.

kneelian avatar Mar 14 '21 04:03 kneelian

i got the same error again

RustemB avatar Mar 14 '21 11:03 RustemB

Try make 'COMMONFLAGS=-W -Wall -W -MMD -MP -O -g -Wno-missing-field-initializers' It's the regular COMMONFLAGS from the Makefile with -Werror omitted.

Scoder12 avatar May 03 '21 23:05 Scoder12

kk, this works now (but fails 'because I don't have ruby)

RustemB avatar May 04 '21 01:05 RustemB

I don't think it's failing just warning. I don't have ruby either and it works for me.

Scoder12 avatar May 04 '21 02:05 Scoder12

Try just make out/elc and see if it works

Scoder12 avatar Sep 02 '21 17:09 Scoder12

This is still an issue currently. You have to run make was make 'COMMONFLAGS=-W -Wall -W -MMD -MP -O -g -Wno-missing-field-initializers or it fails.

wgaylord avatar Aug 30 '22 16:08 wgaylord

I've confirmed that #121 fixes this issue. It is now under a pull request.

woodrush avatar Oct 08 '22 14:10 woodrush