Search results

  1. Farox

    Python enviroment setup

    I remember some python programs/games but i didn't remember exactly how to run it on GP2X. I searched on the forum and found this...https://pyra-handheld.com/boards/threads/python-and-pygame-beta-1-released.21401/
  2. Farox

    Python enviroment setup

    Maybe take a look at old gp2x repo how to run things... Here is the old python 2.4.2 for GP2X https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,14,1931
  3. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    As i discovered myself yesterday newer GCC use -fno-common by default (probably it's not the best explanation...i'm not a programmer), so the code give this kind of error when linking.
  4. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Ok i think i found try gcc -fcommon -o ase asecomp.c asemath.c asereader.c asetool.c -lm
  5. Farox

    App Request - Duke Nukem: Alien Armageddon (Duke Nukem 3D mod) (Branch? Custom compile? of EDuke32 PND)

    It give me an error compiling...but sorry i didn't remember right now...:$
  6. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Really strange i didn't have a problem building on my system.. Try to sort *.c files as... gcc -o ase asecomp.c asemath.c asereader.c asetool.c -lm
  7. Farox

    App Request - Duke Nukem: Alien Armageddon (Duke Nukem 3D mod) (Branch? Custom compile? of EDuke32 PND)

    Hello After some time spent on compiling a newer version of eduke32 (they switched to an alternative malloc that i wasn't able to compile on Pandora and Pyra :(), i was instead able to compile a relative recent version (v9607 around Sept 2021) without this malloc replacement ...and here it is a...
  8. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    sorry could you show more lines from the terminal ? best would be from when you run the command to last one
  9. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Uhmm the error is at linking fase...strange i don't have it on my PC. Try to use gold linker instead...
  10. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Usually i open a terminal on the directory of the sources i want to build and type ./build_ase or whatever the script is called. If you have an error building share this error and i could help.
  11. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    In the next days hope to find some time to update it. Thanks
  12. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    @Brizzly27 Big Thank you for releasing also the assets I saw that you deleted the build file, because it wasn't updated with the current sources. I'm ok but i think that offering another way to build the game is better...in special way for people (like me on my linux PC) that have problems...
  13. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    I'm not sure that is corrupted...with the windows version of the tools, no segfault and create a map file....but i have yet to test the map created
  14. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    for now i have not tested loading a map on the console of the game I have tested with -v argument and here is the result: next i built a debug version of bsp program and used GNU-Debugger... test done with the new sample map that you uploaded to github some days ago. I don't have a clue...
  15. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    @Brizzly27 You should consider commenting the line with GL_GenTexture (on opengl.cpp) suggested by ptitSeb in this post...https://pyra-handheld.com/boards/threads/the-commercial-game-halloween-fps-for-linux-is-now-the-open-source-project.99588/post-1701370 as explained by ptitSeb itself. Now...
  16. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    I'd like to make a dbp package...but i need to know how to make it...but first i don't know how to fix the freeze of the game...so if someone more expert would made a look and release it for pyra...i'm ok.
  17. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    When i installed libjpeg-turbo i got the same error, using that lib installed from debian repository (because it install an old version). I donwloaded the most recent version, compiled and it build just fine the game. Anyway you resolved using cmake...so it's ok (i added just in case will be...
  18. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Thanks to you for releasing the source and wellcome here. Thanks also to you...i was suspecting that function is only for Mac...but i wan't sure about it. On Pyra fps is on par with Linux PC (about 60fps) on Pandora i'm compiling....
  19. Farox

    The commercial game Halloween (FPS) for Linux is now the open source project

    Ops yes i disabled it when i started conversion ....as it need rewriting...:oops:
Back
Top