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

agarhello doesn't render text using sdlfb #71

Open
kallaballa opened this issue Oct 11, 2021 · 2 comments
Open

agarhello doesn't render text using sdlfb #71

kallaballa opened this issue Oct 11, 2021 · 2 comments

Comments

@kallaballa
Copy link

kallaballa commented Oct 11, 2021

I am using openSUSE Tumbleweed (5.12.12-1-default) and agar 1.6.0.
I try to make the agarhello test work but it doesn't render any text.
i compiled agar with the following settings:

./configure --with-sdl --without-x --without-glx --without-xinerama --with-png --with-jpeg --without-gl --with-fontconfig --with-freetype --without-portaudio --without-sndfile --without-sse --with-single-fp --without-db4 --disable-network --enable-gui

To run agarhello i did the following:

./configure
make depend all
./agarhello -d sdlfb

and that is what i get:
bla

@JulNadeauCA
Copy link
Owner

Can you try to reproduce the problem with current (SVN) sources?

From the screenshot it looks like FreeType was not detected by configure so agar has reverted to the "dummy" font engine. In the configure output, can you look for any errors related to the FreeType library?

You may want to double check that you have the FreeType development packages installed on your system as well as the "pkgconf" utility.

@kallaballa
Copy link
Author

I've not been working on this project for a while. Anyway, i (dirtily) ported libagar to emscripten: https://viel-zu.org/sand/

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