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

Make error #1

Open
chrisleewoo opened this issue Aug 20, 2020 · 3 comments
Open

Make error #1

chrisleewoo opened this issue Aug 20, 2020 · 3 comments

Comments

@chrisleewoo
Copy link

Running make in Ubuntu results in this error:

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /opt/love-rg350/platform/unix/missing aclocal-1.14 -I platform/unix/m4
/bin/bash: /opt/love-rg350/platform/unix/missing: No such file or directory
Makefile:451: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

@chrisleewoo
Copy link
Author

chrisleewoo commented Aug 20, 2020

This is my next steps taken
$ chmod 755 platform/unix/automagic
$ platform/unix/automagic
$ ./configure

Then in the log i get

$ platform/unix/automagic
[automagic] Copying files...
[automagic] Running genmodules...
[automagic] Running autoheader...
[automagic] Running libtoolize...
[automagic] Running aclocal...
[automagic] Running autoconf...
[automagic] Running automake...
[automagic] Success, carry on configuring.
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
configure: error: cannot run /bin/bash platform/unix/config.sub

@chrisleewoo
Copy link
Author

Here is my config.log when I just run:
$ make
config.log

@bbruno5
Copy link
Owner

bbruno5 commented Aug 22, 2020

Unfortunately, this version (11.3) is not completely functional at the moment for RG-350.
But it is possible to build, if you do by the correct mode. First of all, you need to make and instal into your toolchain the lua library 5.4, that I maintain here on Github. After that, you can do make for love.
Remembering, both don't work at the moment, because the posix_spawn libraries are absent in the kernel 3.12. So, for the moment, I'm waiting for the possible upcoming new kernel for try to make a workable version.

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