Recent content by MoiCJarod

  1. M

    Homebrew Project SDL 2 port ongoing

    Indeed, it's working, had to put -lopengx after -lsdl2 in linking order. Thanks :)
  2. M

    Homebrew Project SDL 2 port ongoing

    Hello everyone ! I just upgraded all my devkitpro stuff with a pacman -Sy then pacman -Su command and all my SDL2 projects did not want to compile and link anymore, messages were : /opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.1.0/../../../../powerpc-eabi/bin/ld...
  3. M

    Homebrew Project SDL 2 port ongoing

    Hello, and thanks for the answer (and sorry to reply so lately, had boiling milk ringing at the door ;)). So, effectively, putting the makefile one directory up worked. Analysing your makefile made me found that (on my project) some library were missing. So to compile an sdl2 C file by hand...
  4. M

    Homebrew Project SDL 2 port ongoing

    Hello ! I'm a french computer science teacher triing to make my pupils code some retro games on the wii. Since this year I was using GRRLIB for graphics and asndlib for the sound. Found that sound library was not so good (only 1 sound at a time) and was seeking for other solutions. Then I saw...