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

How to compile the project #1

Open
etzl opened this issue Apr 3, 2022 · 1 comment
Open

How to compile the project #1

etzl opened this issue Apr 3, 2022 · 1 comment

Comments

@etzl
Copy link

etzl commented Apr 3, 2022

There's no description of how to compile the project. When trying it out myself I got the following error:

$ make
gcc -c -Wall -Werror -Wextra src/mlx.c -o src/mlx.o
In file included from src/mlx.c:13:
src/../cube.h:15:11: fatal error: mlx.h: No such file or directory
   15 | # include <mlx.h>
      |           ^~~~~~~
compilation terminated.
make: *** [Makefile:63: src/mlx.o] Error 1
(ERROR)-(Exit Code 2)-(Missing keyword, command, or permission problem)

Searching with apt-file search has no results. Searching the internet I could find this file, which I'm not sure if it's relevant.

Updating readme to include build instructions is helpful.

@abel-mak
Copy link
Owner

abel-mak commented Apr 3, 2022

This project is a school assignment, and the mlx is developed by the school, the open-source version of mlx is not compatible with the version used in this project, and the version used in this project it's only available at school, maybe later I can update the project so it uses the open-source 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