User Activity

  • Posted a comment on ticket #107 on LGames

    Thank you, it is working great.

  • Posted a comment on ticket #107 on LGames

    Cool, is it possible for you to tag a new ltris release ? (Buildroot scripts use official tarball and not SVN tree)

  • Posted a comment on ticket #107 on LGames

    Buildroot (http://www.buildroot.org, the tool I use to build my rootfs for ARM) pass the following variable when calling configure: SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config" STAGING_DIR points to the directory where libraries are temporary installed when cross-building. I you find another way of passing sdl-config location, I can adapt Buildroot accordingly.

  • Posted a comment on ticket #107 on LGames

    Hello, did you had time to test it ?

  • Posted a comment on ticket #107 on LGames

    What about this modification ? -> --- ltris-1.3.1.org/configure.ac 2024-04-21 11:54:31.000000000 +0200 +++ ltris-1.3.1/configure.ac 2024-04-29 17:26:39.491389127 +0200 @@ -15,6 +15,9 @@ AC_CHECK_LIB(SDL, main,, AC_MSG_ERROR(lib SDL is needed)) CFLAGS="$CFLAGS -Wall -Wno-int-conversion -Wno-format -Wno-implicit-function-declaration" +if test x${SDL_CONFIG+set} != xset ; then + SDL_CONFIG="sdl-config" +fi dnl Check Zarus install AC_ARG_ENABLE( zaurus, @@ -32,8 +35,8 @@ else CFLAGS="$CFLAGS $(sdl-config...

  • Created ticket #107 on LGames

    [ltris] cross-compiling broken again with aarch64-buildroot-linux-gnu-gcc

  • Created ticket #101 on LGames

    Ltris cross compiling problem on aarch64-buildroot-linux-gnu-gcc

  • Modified ticket #67 on armadeus

    USB Host (ISP) crashes

View All

Personal Data

Username:
artemys
Joined:
2004-07-23 13:08:34

Projects

This is a list of open source software projects that Julien B aka Artemys is associated with:

Personal Tools