Search found 2057 matches
- Fri Jul 04, 2025 8:53 pm
- Forum: Announcements
- Topic: June 2025 updates
- Replies: 0
- Views: 59
June 2025 updates
For June, we have the following Patrons to whom we would like to give our most sincere thanks! (If you are a Patron and do not wish to be publicly listed, please let us know through any contact platform)
TuxSH
Eva Lauren Kelly ...
- Tue Jul 01, 2025 8:50 pm
- Forum: 3DS Development
- Topic: Cannot compile examples on ARM Mac (M2, Sequoia)
- Replies: 4
- Views: 117
Re: Cannot compile examples on ARM Mac (M2, Sequoia)
This isn't within the scope of anything we provide. We don't have the time or the resources to spend supporting something like this, sorry.
- Tue Jul 01, 2025 12:25 pm
- Forum: Gamecube/Wii Development
- Topic: Wii Library Makefile - include directories?
- Replies: 1
- Views: 49
Re: Wii Library Makefile - include directories?
Where is the include/nw4r folder relative to the NintendoJunkForRevolution folder? What's the output of find . -type d
fron that folder?
- Tue Jul 01, 2025 9:08 am
- Forum: Off Topic
- Topic: Linux: any way to manually build devkitPro without tampering with system directories?
- Replies: 4
- Views: 620
Re: Linux: any way to manually build devkitPro without tampering with system directories?
i understand the reluctance around the Set RootDir to root (/) part but all our packages are confined to /opt/devkitpro. We do it this way so all systems have the same layout and operate in the same way ...
- Tue Jul 01, 2025 8:38 am
- Forum: Off Topic
- Topic: I got a error
- Replies: 1
- Views: 73
Re: I got a error
Show us the contents of the Makefile you're using. You can past it in a post between code tags
- Tue Jul 01, 2025 8:26 am
- Forum: 3DS Development
- Topic: libctru not found even though it is installed???
- Replies: 1
- Views: 70
Re: libctru not found even though it is installed???
Can you show the output of make V=1
and the output of env
You can copy the text from your terminal & paste it here inside code tags
Code: Select all
like this
- Tue Jul 01, 2025 12:05 am
- Forum: 3DS Development
- Topic: Cannot compile examples on ARM Mac (M2, Sequoia)
- Replies: 4
- Views: 117
Re: Cannot compile examples on ARM Mac (M2, Sequoia)
mkdir: build: Permission denied
make: *** [build] Error 1
The provided example code is not intended to compile in place but to be copied elsewhere. Nothing inside /opt/devkitpro is intended to ...
- Mon Jun 30, 2025 8:33 pm
- Forum: Gamecube/Wii Development
- Topic: Crashing on std::string concatenation
- Replies: 2
- Views: 110
Re: Crashing on std::string concatenation
Are you using libraries other than libogc?
If you can provide a project that exhibits this problem we can take a look. It might be difficult without a minimal testcase but we'll certainly take a look.
- Mon Jun 30, 2025 8:28 pm
- Forum: Switch Development
- Topic: *** target pattern contains no '%'. Stop.
- Replies: 2
- Views: 98
Re: *** target pattern contains no '%'. Stop.
What version of windows were you running before?
- Mon Jun 30, 2025 8:24 pm
- Forum: Switch Development
- Topic: Persistent Installation Issues on Windows & Ubuntu VMs/VPS - Missing libnx/tools (and download errors)
- Replies: 1
- Views: 128
Re: Persistent Installation Issues on Windows & Ubuntu VMs/VPS - Missing libnx/tools (and download errors)
The Core Problem: The libnx/tools/Makefile.include directory/file consistently goes missing after installation, preventing make from working. Additionally, I've encountered numerous download failures.
What do you mean by "goes missing"?
Is there a functional Msys2 shell? This should be ...