michaelforney / swc

a library for making a simple Wayland compositor
MIT License
614 stars 52 forks source link

Make -jN doesn't work #52

Closed marler8997 closed 4 years ago

marler8997 commented 4 years ago

Parallel make doesn't work. The generated wayland protocol files in libswc don't exist before they are needed.

michaelforney commented 4 years ago

Can you explain in more detail, perhaps with a failing build log? I can't reproduce the issue.

The generated wayland protocol files have explicit dependencies: https://github.com/michaelforney/swc/blob/master/libswc/local.mk#L72-L76

marler8997 commented 4 years ago

I can't reproduce it anymore. I'll close and will reopen if it happens again and I can get a log.