apkenv icon indicating copy to clipboard operation
apkenv copied to clipboard

Build fails on maemo-leste / droid 4

Open clort81 opened this issue 3 years ago • 2 comments

user@ml1:/big/src/apkenv$ make makefile:33: Using SDL 1.2 libraries CC compat/gles2_wrappers.o : error: two or more data types in declaration specifiers make: *** [makefile:89: compat/gles2_wrappers.o] Error 1

Unfortunately make isn't giving me the line of gles2_wrappers.c that it doesn't like. The structs end with semicolons, so that's correct. Idk what else could be the problem.

clort81 avatar Jun 25 '21 14:06 clort81

Try building with:

make V=1

Also, are your GL ES headers installed and sane?

If maemo-leste is more Maemo 5 than MeeGo 1.2 Harmattan, pass PLATFORM=fremantle (default is harmattan) to the make command as well. Make sure to clean before rebuilding with different PLATFORM values.

thp avatar Jun 26 '21 08:06 thp

@clort81 Did make V=1 result in any useful clues?

thp avatar Sep 19 '22 15:09 thp

Closing. Please reopen if building is still an issue.

thp avatar Dec 19 '22 15:12 thp