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

Makefile gives error when building latest version (tested in ubuntu and arch) #4

Open
Miguel-hrvs opened this issue Dec 4, 2024 · 0 comments

Comments

@Miguel-hrvs
Copy link

rm -rf build/bin
node util/embed.js ./src/bitsy/engine ./src/bitsybox
Usage: /usr/bin/sdl2-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]
rm -rf build/bitsybox_LIN
mkdir -p build/bin
gcc src/bitsybox/.c src/bitsybox/duktape/.c -I/usr/include/SDL2 -D_REENTRANT -DPLATFORM_LIN -o build/bin/bitsybox
=== embed: ./src/bitsy/engine -> ./src/bitsybox ===
bitsy.js
dialog.js
font.js
renderer.js
script.js
sound.js
transition.js
world.js
=== done! ===
node util/embed.js ./src/bitsy/font ./src/bitsybox
=== embed: ./src/bitsy/font -> ./src/bitsybox ===
ascii_small.bitsyfont
=== done! ===
node util/embed.js ./src/boot ./src/bitsybox
=== embed: ./src/boot -> ./src/bitsybox ===
boot.bitsy
boot.js
=== done! ===
node util/embed.js ./src/tune ./src/bitsybox
=== embed: ./src/tune -> ./src/bitsybox ===
dialog_demo.js
tool_demo.js
tune.bitsy
tune.js
=== done! ===
mkdir -p build/bitsybox_LIN/
mkdir -p build/bitsybox_LIN/games
cp -R build/bin/bitsybox build/bitsybox_LIN//bitsybox
cp: no se puede efectuar `stat' sobre 'build/bin/bitsybox': No existe el fichero o el directorio
make: *** [Makefile:133: package-release] Error 1

@Miguel-hrvs Miguel-hrvs changed the title Makefile gives error when building lastest version (tested in ubuntu and arch) Makefile gives error when building latest version (tested in ubuntu and arch) Dec 4, 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

1 participant