-
Notifications
You must be signed in to change notification settings - Fork 65
Issue running make
#129
Replies: 1 comment · 3 replies
-
I rewrote the Makefile just a couple days ago. If you're just wanting to tweak build options you could try using sqwab. Or a quick and dirty hack would be to try the Makefile before the changes. Can you tell me what your Edit: GNU Make 3.81 is from 2006! I'm guessing between then and now, GNU make got a lot smarter about inferring how to build things. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Yah
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Reverting the
|
Beta Was this translation helpful? Give feedback.
All reactions
-
In the long log before you reverted the Makefile, this:
means it can't find emcc, the Emscripten compiler. It looks like cmp works a little differently between Mac and Linux. You'll either need to figure that out or you could delete its use if you're okay with skipping the SHA-256 digest check. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the error
make: *** No rule to make target
tmp/obj/dist/sqlite3.o', needed bydist/wa-sqlite.mjs'. Stop.
when runningyarn prepack
ormake
on an apple silicon chip (m2) - I know that by default only linux is supported but has anyone successfully built on a mac yet?Beta Was this translation helpful? Give feedback.
All reactions