Jump to content
Jet Set Willy & Manic Miner Community

Cheez26

Member
  • Posts

    10
  • Joined

  • Last visited

About Cheez26

  • Birthday 01/05/1996

Profile Information

  • Gender
    Not Telling
  • Location
    Midwestern United States

Cheez26's Achievements

Member

Member (2/3)

6

Reputation

  1. It's been almost a month since you posted about this, so I got a few questions: Can you import custom music? If so what would you recommend? Also forgive me, but where's the repo link?
  2. Well, that worked. I suppose these edits will be in the next unstable version, right? Regardless, thank you so very much for your help. Bless you. 🙏
  3. Thanks, but it seems that I stumbled upon another error. j64room.cxx:737:9: error: narrowing conversion of ‘160’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ j64room.cxx:737:15: error: narrowing conversion of ‘134’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ j64room.cxx:737:21: error: narrowing conversion of ‘159’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ j64room.cxx:737:27: error: narrowing conversion of ‘134’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ j64room.cxx:737:33: error: narrowing conversion of ‘159’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ j64room.cxx:737:39: error: narrowing conversion of ‘134’ from ‘int’ to ‘char’ [-Wnarrowing] 737 | 0xA0, 0x86, 0x9F, 0x86, 0x9F, 0x86 | ^~~~ make[2]: *** [Makefile:924: j64room.o] Error 1 make[2]: Leaving directory '/home/cheez26/jswed-2.3.7' make[1]: *** [Makefile:960: all-recursive] Error 1 make[1]: Leaving directory '/home/cheez26/jswed-2.3.7' make: *** [Makefile:643: all] Error 2
  4. Oof. So...libpng is a dependency as well? I'll doublecheck and see if it's installed on my system. Yeah, libpng is installed, but I might need help with replacing the code thing in the files you mentioned. Perhaps a list of files I need to edit. Thanks in advance.
  5. Well...I tried the "stable" version and, well, it didn't work. I will admit that my install is based on Trixie and has two init types: systemd and sysvinit. I use the systemd version but it's always good to have options in case systemd gets more wonky than it should.
  6. @JohnElliott Well, I keep getting errors despite having dependencies installed and ready-to-go. Is there anything I'm missing? Here's what I keep getting btw: g++ -DHAVE_CONFIG_H -I. -DJSW_LIB_DIR=/usr/local/share/jswed -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DTMPDIR=/tmp -DJSW_LIB_DIR=/usr/local/share/jswed -g -O2 -I/usr/include/libxml2 -MT fontform.o -MD -MP -MF .deps/fontform.Tpo -c -o fontform.o fontform.cxx fontform.cxx: In function ‘void se_png_error(png_structp, png_const_charp)’: fontform.cxx:127:24: error: invalid use of incomplete type ‘png_struct’ {aka ‘struct png_struct_def’} 127 | longjmp(png_ptr->jmpbuf, 1); | ^~ In file included from fontform.cxx:26: /usr/include/png.h:437:16: note: forward declaration of ‘png_struct’ {aka ‘struct png_struct_def’} 437 | typedef struct png_struct_def png_struct; | ^~~~~~~~~~~~~~ make[2]: *** [Makefile:924: fontform.o] Error 1 make[2]: Leaving directory '/home/cheez26/jswed-2.3.7' make[1]: *** [Makefile:960: all-recursive] Error 1 make[1]: Leaving directory '/home/cheez26/jswed-2.3.7' make: *** [Makefile:643: all] Error 2 Keep in mind that I'm using a derivative of Debian Stable instead of Ubuntu 24.04 and whatnot.
  7. Thanks for the tips, but I did not know I needed the SDL1.x compatibility libraries. I'll check it out on my MX Linux laptop later. MX Linux is based on Debian Stable btw.
  8. I sure hope so because I had a one heck of a time trying to compile JSWED for MX Linux and I just hopped back to Mint recently. @UncleWan
  9. So glad you're moving on as I would love a good entry point into making MM/JSW games. I do have one tiny question: when are you gonna post the link?
  10. Hi. My name is Chelsea but you can call me Cheez. What brought me here is @UncleWan's PvZ JSW48 remake and I am curious about how to make kinda games. If you got any pointers on how to use JSWED on Linux (probably with Wine I would guess), I would appreciate it. Other than that, I hope to be friends with y'all. ❤️
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.