Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Conversion x86-64-v11

Last updated on 1 hour ago
X
x-visionNewbie
Posted 4 months ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - Hello and welcome to the x-vision forum. You can find all the 64x11 software on the aros archive. If you type “v11” in the “Search string” tab, you will see the entire list of software compiled in x86-64-v11. (Number of files 100)

https://archives....world.org/

In addition, there is also the x86-64-v11 software included in the Contrib package.


Thanks a lot! I was waiting for this distro (64bits) for many years and it's my only (last) hope on Amiga, so I will try to contribute as soon as life allows me.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 months ago
Compiled and uploaded to arosarchive “smb2fs-v53.9.x86_64-aros-v11”

The following have also been updated on arosarchive:

filesysbox-v54.7.i386-aros
smb2fs-v53.9.i386-aros

@deadwood
You can delete the duplicate smb2fs that contained typos:
smb2fs-53v.9.i386-aros.lha, thank you
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 months ago
I know it already exists on contrib, I did a test, i succeeded to compile 64Bit v11 MUIBulder, it seems to work well, but at the end of the compilation a small error appeared. Does this affect its operation? See screenshots.
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 4 months ago
It means a part of software didn't build. You might have built a UI but not some internal libraries.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 months ago
Okay, thank you, I needed that experience!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 months ago
I tried to compile InstallerNG but got the error you see in the screenshot! Is there anything I can do to fix it?
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 4 months ago
Look for variable 'str' in gui.c. It might be defined as ULONG. It it is, try changing it to IPTR.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 months ago
Great deadwood!

The compilation was successful, InstallerLG v1.0.3 64Bit v11 will be available on Arosarchive!

(Don't consider the first screenshot! Error Attachment )
D
deadwoodAROS Dev
Posted 4 months ago
Congratz!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
I tried compiling ZuneHexEditor in 64-bit mode, but the compilation shows some errors and the compiled binary crashes.
If I try to compile ZuneHexEditor on AROS 32-bit, the compilation is successful and no crashes occur.

I am attaching the ZuneHexEditor source code. If anyone wants to try compiling it, thank you!
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
I tried compiling ‘ViewISO’ to view TrueType fonts. Compilation was successful on 32-bit, but on 64-bit, compilation was interrupted by errors.

Compilation of TTEngine for TrueType font management was also interrupted by errors. If anyone wants to try compiling, I am attaching the source links!

ViewISO Source:
https://archives....6-aros.zip

TTEngine Source:
https://archives....rc.tar.bz2
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
Successfully compiled the latest version 3.3.13 of ‘libmikmod’ in 64-bit v11!
Everything went well, all binaries work perfectly and support many formats such as .mod, xm, .s3m and many other audio formats (on AROS 64-bit v11 we don't have any Mod Players that support these formats, only mod).

The only problem is that the various compiled ‘libmikmod’ players cannot be stopped during playback, as there do not seem to be any options available.

I am not very familiar with this package, but if I understand correctly, these binaries are used by the ‘MickMod’ GUI, which I tried to compile without success.

I am attaching the source links for v3.3.13 of ‘libmikmod’ and v3.2.9 of ‘MickMod’.
https://sourcefor...mod/files/


@deadwood
On arosarchive there are 4 archives of old versions of "libmikmod"
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
@deadwood

Uploads to aros archive the following archives

libmikmod.v3.3.13.src.tar
libmikmod.v3.3.13.i386-aros
libmikmod.v3.3.13.x86_64-aros-v11
hivelyreplay.v0.2.x86_64-aros-v11.zip

You can delete the archive hivelyreplay.x86_64-aros-v111.zip (typing error)

You can also delete all old versions of libmikmod !

EDIT

Moreover delete hex2.x86_64-aros-v11.lha "Guru If you use menus"
D
deadwoodAROS Dev
Posted 3 months ago
@AMIGASYSTEM

I approved/cleanup mikmod uploads. Out of 4 existing mikmod versions two were replaced and two will stay as they are for different architecture. As for hex2, I will only delete program if it completly fails to work - if it works for some cases and not for others, I'll keep that on archives.
D
deadwoodAROS Dev
Posted 3 months ago
Here is a teaser of something I've been working for some time. It's and old version, from 2019 - the last one that used SDL1, but it should have newer emulation core than J-UAE 1 on 32-bit.
Farox, retrofaza, Amiwell79, Deremon, ntromans
You do not have access to view attachments
F
FaroxMember
Posted 3 months ago
Wow nice!
I have tryed last year to compile a 5.3 SDL2 version (with the help of wrapper SDL2->SDL1 that i used for FT2), but never gone so far....Smile
Looking forward for a release.
D
deadwoodAROS Dev
Posted 3 months ago
If you want I can share the changes I made - maybe this will help you compiling a newer version.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
AmiBerry, if it's from 2019, will be much more up to date than JanusUAE. I hope it will be available soon!
F
FaroxMember
Posted 3 months ago
Thanks but at moment i have too much to do, in collaboration with @Deremon we started to look at porting SDL2 for Aros....but for this i think to start another thread....most probably we need some heavy help with this.
retrofaza, deadwood, x-vision
R
retrofazaMember
Posted 3 months ago

Farox wrote:

@Farox - Thanks but at moment i have too much to do, in collaboration with @Deremon we started to look at porting SDL2 for Aros....but for this i think to start another thread....most probably we need some heavy help with this.


I'm keeping my fingers crossed for SDL2. It's a milestone we really need!
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.