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

pip3 install pygame #107

Closed
jeromeEzDATASolutions opened this issue Mar 14, 2024 · 3 comments
Closed

pip3 install pygame #107

jeromeEzDATASolutions opened this issue Mar 14, 2024 · 3 comments

Comments

@jeromeEzDATASolutions
Copy link

ngdevkit compil ok
but now ive this error 👍
Capture d’écran 2024-03-14 à 08 29 10

@jeromeEzDATASolutions
Copy link
Author

i use --break-system-packages and its ok
but now it's not possible to comile a game
Capture d’écran 2024-03-14 à 08 36 08

@dciabrin
Copy link
Owner

Thanks for reporting the pip3 breakage, that's a new warning in brew apparently..
While one can install pygame in a virtualenv for cleaner install, brew currently doesn't ship pygame, so for the time being it's safe to use --break-system-packages.
I'll update the main doc accordingly.

As for your second warning, this has nothing to do with pip.
If the makefile is derived from ngdevkit-examples, it probably means the 68k compiler from ngdevkit-toolchain was not found in path, and got configured incorrectly:

$(M68KGCC) $(NGCFLAGS) -std=gnu99 -fomit-frame-pointer -g -c $< -o $@

Check whether M68KGCC is set to something in Makefile.config.
Otherwise, please update ngdevkit-examples and re-run ./configure

@jeromeEzDATASolutions
Copy link
Author

jeromeEzDATASolutions commented Mar 20, 2024

all is ok
Thanks a lot

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