Search found 90 matches

by nebiun
Mon Feb 05, 2024 6:07 pm
Forum: Gamecube/Wii Development
Topic: SDL 1.2 without mouse emulation
Replies: 12
Views: 1262

Re: SDL 1.2 without mouse emulation

SDLvirtual_keyboard.7z
(194.13 KiB) Downloaded 29 times
This is an app that does not work.
by nebiun
Mon Feb 05, 2024 5:55 pm
Forum: Gamecube/Wii Development
Topic: SDL 1.2 without mouse emulation
Replies: 12
Views: 1262

Re: SDL 1.2 without mouse emulation

Hi, My problem is not the joystick, but the mouse emulation via Wiimote. Application uses the mouse, so I need a mouse emulation via Wiimote: when application looks for mouse movements (using mouse routines) these must be "emulated" reading Wiimote. In SDL_wiievents.c from the old SDL port...
by nebiun
Sun Feb 04, 2024 7:23 pm
Forum: Gamecube/Wii Development
Topic: SDL 1.2 without mouse emulation
Replies: 12
Views: 1262

Re: SDL 1.2 without mouse emulation

barfoo34 wrote: Sun Feb 04, 2024 7:22 am If using SDL2 is an option, then the Wiimote is supported as a mouse there.
I'm trying to port OpenXcom on Wii. The project uses SDL1.2, so SDL2 is not and option :)
by nebiun
Sun Feb 04, 2024 3:39 pm
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 1149

Re: libfreetype link problems after last update

msys2

$ uname -a
MINGW64_NT-10.0-19045 DESKTOP-C8OINBK 3.4.10.x86_64 2023-12-22 10:06 UTC x86_64 Msys
by nebiun
Sun Feb 04, 2024 9:49 am
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 1149

Re: libfreetype link problems after last update

Hi, sorry, problem is not solved. dkp-libs/ppc-freetype 2.13.2-2 (ppc-portlibs) [installed] FreeType is a freely available software library to render fonts. $ ls -l "c:devkitPro\portlibs\ppc\lib\pkgconfig\freetype2.pc" -rw-r--r-- 1 nebiu nebiu 450 Feb 4 03:04 'c:devkitPro\portlibs\ppc\lib\...
by nebiun
Sat Feb 03, 2024 4:32 pm
Forum: Gamecube/Wii Development
Topic: SDL 1.2 without mouse emulation
Replies: 12
Views: 1262

SDL 1.2 without mouse emulation

Hi,
in the old version of SDL 1.2 library you can use wiimote as mouse.
Why this option is not available in devkitPro version?
by nebiun
Fri Feb 02, 2024 11:53 am
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 1149

Re: libfreetype link problems after last update

Again :D Seem that real problem is in: devkitPro\portlibs\ppc\lib\pkgconfig\freetype2.pc Replacing line 12: Libs: -L/opt/devkitpro/portlibs/ppc/lib -lfreetype -lbz2 with: Libs: -L/opt/devkitpro/portlibs/ppc/lib -lfreetype -lharfbuzz -lbz2 seem solve the problem, but I don't know if this is the right...
by nebiun
Fri Feb 02, 2024 9:22 am
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 1149

Re: libfreetype link problems after last update

Again me :D Error seem to be in /opt/devkitpro/portlibs/ppc/bin/freetype-config Now is: $ /opt/devkitpro/portlibs/ppc/bin/freetype-config --libs -L/opt/devkitpro/portlibs/ppc/lib -lpng16 -lm -lz -lharfbuzz -lm -L/opt/devkitpro/portlibs/ppc/lib -L/opt/devkitpro/portlibs/ppc/lib -lz -lfreetype -lbz2 B...
by nebiun
Fri Feb 02, 2024 9:04 am
Forum: devkitPPC
Topic: libfreetype link problems after last update
Replies: 12
Views: 1149

libfreetype link problems after last update

Hi, after last update via Pacman I have problems recompiling my *stable* apps. In the link phase I have this errors: C:/devkitPro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.2.0/../../../../powerpc-eabi/bin/ld.exe: C:/devkitPro/portlibs/ppc/lib\libfreetype.a(autofit.o): in function `af_face_globals_fre...
by nebiun
Tue Apr 25, 2023 3:26 pm
Forum: devkitPPC
Topic: Errors generating SDL pkgs for PPC
Replies: 5
Views: 7125

Re: Errors generating SDL pkgs for PPC

Thanks for your help. I confirm the fix :D Compiling SDL with mingw64.exe do the work. The only problem remaining is that makepkg stops for errors during SDL_mixer-1.2.12.tar.gz decompression (==> ERROR: Failed to extract SDL_mixer-1.2.12.tar.gz) due to broken symbolic links in the original package.