Search found 14 matches

by walkero
Mon May 05, 2025 3:43 pm
Forum: Forum Questions
Topic: Many pages are unaccessable
Replies: 7
Views: 9784

Re: Many pages are unaccessable

@mintppc
Can you please try again and let us know if you have access now?
by walkero
Fri Jan 06, 2023 12:57 pm
Forum: SDK Support
Topic: More compiler issues
Replies: 4
Views: 85862

Re: More compiler issues

@oldfart
About the gcc 10 and the multiple definitions you mentioned above, this is not a compiler bug but a change of the new versions.
You can find more info at https://wiki.gentoo.org/wiki/Project:Toolchain/Gcc_10_porting_notes/fno_common

You can still have it working by setting the behaviour as ...
by walkero
Thu Jun 30, 2022 9:04 pm
Forum: SDK Support
Topic: libpthreads.so in SDK update missing?
Replies: 4
Views: 28950

Re: libpthreads.so in SDK update missing?

You ask why this is linked to an SOBJS item in the SDK? I found that this happens when cairo package is installed. That makes me think that this could be a requirement when the library is used in a program, and you need to link with the library.

Haven't checked since when this is happening, but ...
by walkero
Thu Jun 30, 2022 12:48 am
Forum: SDK Support
Topic: libpthreads.so in SDK update missing?
Replies: 4
Views: 28950

Re: libpthreads.so in SDK update missing?

@Raziel
I am sorry for the late reply. libtrhead.so is not coming with the SDK for some time now, but there should be a soft link under SDK:local/newlib/lib/libtrhead.so that points to SOBJS:libtrhead.so . If not, then you might need to create it manually.
by walkero
Wed Jan 19, 2022 6:28 pm
Forum: SDK Support
Topic: LHA archives on Linux
Replies: 6
Views: 34733

Re: LHA archives on Linux

@AlfredOne

Try to compile a proper version of lha

git clone https://github.com/jca02266/lha.git;
mkdir build;
cd lha;
autoreconf -vfi;
cd ../build;
../lha/configure --prefix=/usr;
make;
make install;

That's what I am doing in my docker images for the cross-compiling environments I use ...
by walkero
Fri Jan 15, 2021 4:37 pm
Forum: Platform: AmigaOne X1000
Topic: New graphics card
Replies: 22
Views: 74101

Re: New graphics card

Hello musa
you can find a good list of compatible cards at
http://mail.hdrlab.org.nz/projects/amiga-os-4-projects/radeonhd-driver/radeonhd-driver-hardware-compatibility/#Motherboards

Also, have a look at http://mail.hdrlab.org.nz/benchmark/gfxbench2d/OS/AmigaOS in case your card is submitted from ...
by walkero
Mon May 29, 2017 12:56 am
Forum: AmigaOS Feature Requests
Topic: Image preview in ASL requesters
Replies: 7
Views: 33623

Image preview in ASL requesters

It would be great to have a preview of images in the ASL requesters. For example, when someone tries to select a backdrop, and he is in a folder with wallpapers, it would be super great to have a small thumb image at the right of the ASL window to show the clicked image.

Do you believe that ...
by walkero
Tue Nov 08, 2016 10:54 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: ubuntu MATE 16.04.1 Live DVD
Replies: 141
Views: 178010

Re: ubuntu MATE 16.04.1 Live DVD

Download: ubuntu-mate-16.04.1-desktop-powerpc-x1000-3.iso

Please test the live DVD.
yeap. I just tested it and boots just fine.
  • Sound works fine
  • lan works fine
I wonder, is it installable by the installers at the desktop?
by walkero
Sun Apr 05, 2015 2:53 pm
Forum: Freespace
Topic: Freespace running on X1000 with latest Warp3D
Replies: 0
Views: 36899

Freespace running on X1000 with latest Warp3D

When I tested the latest updated version of Freespace (v1.6) on my X1000 with RadeonHD R7 250X Gfx Card, I had a serious crashing problem. I tested it with hardware rendering (Warp3D) and crashed right after the Hyperion intro video. I tried the Software rendering, where it didn't crash, but the ...
by walkero
Sat Jan 10, 2015 10:16 am
Forum: Platform: Classic
Topic: AmigaOS 4.1 Final Edition for classic
Replies: 56
Views: 120363

Re: AmigaOS 4.1 Final Edition for classic

@lio
I have a BVision on my system and I think that warp3d works just fine the last time I checked it. Do you have problems with a specific program/game? Which one, so that I can test it too.