Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
14 user(s) are online (9 user(s) are browsing Forums)

Members: 0
Guests: 14

more...

Support us!

Headlines

Forum Index


Board index » All Posts




X5000 play webm videos?
Just popping in
Just popping in


Quick question, can you play webm videos?
Or do you have to convert them anyway?

Go to top


Re: CMake 3.29 Native (OS4)
Just can't stay away
Just can't stay away


@Raziel

Quote:
i do have a home: assign, but it points to another partition (i think i introduced it when i installed ssh the other day)
Does the home: assign need to be on the same partition as the cmake-amiga: assign?


You don't need the home assign. It is included by mistake in the batch script. I sometimes need that for Spotless, because cmake projects will write full paths to the stabs (so it references the unix root).

Go to top


Re: CMake 3.29 Native (OS4)
Just can't stay away
Just can't stay away


@Raziel

Quote:
I'm not using clib4 et al, still on newlib...
Do i need to switch to clib4 for cmake?

I'm only ever assuming


You don't need to switch for your projects. I have built and executed a newlib project, and it works just fine.

However - cmake itself uses clib4 (it is necessary). For this, you just need to copy the clib4.library file from the release resources on github to libs:

Assets

And you need to execute/copy the three lines of batch (assign, path and env variable). And create the .unix file.

Go to top


Re: CMake 3.29 Native (OS4)
Not too shy to talk
Not too shy to talk


@kas1e

Ah yes, I see that now. Don't know what happened there. In this case it would be built on alfkil's work.


Edited by Hypex on 2024/9/8 17:53:56
Go to top


Re: CMake 3.29 Native (OS4)
Not too shy to talk
Not too shy to talk


Yes - you need to switch, specifically to the version of clib4 in the downloads section of cmake, same place as you got cmake itself. I mean, that's not really "switching" if you don't already have it, but cmake needs that specific version.

PS: Hoping to take this for a spin tomorrow night.


Amiga x5040 ı 16GB ı RX580
GB-A1000 060@100,
A1200 PiStorm32-Lite CM4
Go to top


Re: Porting to AmigaOS4 thread
Home away from home
Home away from home


@rjd324

i can point you to the project i was trying to port (small)
https://files.musepack.net/source/musepack_src_r475.tar.gz

just start
sh ./configure

and let it run until it hits memcmp

the configure script probably needs some (heavy?) editing still, i just wanted to see how far it will go w/o changing anything

Go to top


Re: CMake 3.29 Native (OS4)
Home away from home
Home away from home


@elfpipe

I'm not using clib4 et al, still on newlib...
Do i need to switch to clib4 for cmake?

I'm only ever assuming

i do have a home: assign, but it points to another partition (i think i introduced it when i installed ssh the other day)
Does the home: assign need to be on the same partition as the cmake-amiga: assign?

seems i have to learn still...

Go to top


Re: EntwicklerX are working on Super Star Blast for OS4
Just popping in
Just popping in


At the risk of thread necromancy, is there any update on this? I've been checking https://entwickler-x.de/super-star-blast every now and then, and no Amiga news. Is it ever going to come for AmigaOS 4? I'd gladly pay for it, even if it is "rough around the edges". Loved Transplant back in the day and this brings back some great Amiga gaming memories :)

My Amiga blog: markround.com/amiga
My hardware: X5000 running OS4.1; A1200 Vampire V1200v2, KS 3.1.4
Go to top


Re: NetSurf 3.11 has been released!
Just can't stay away
Just can't stay away


@Chris

Quote:
Chris wrote:I'll see if I can get a newer build uploaded with the fixes.


I have also observed the same behavior. If you use google directly as search then NetSurf seems to have no problems and also the input of Amiga-News.de worked without problems and the page was loaded.

But after a short use of NetSurf 3.12 (dev) you can't visit any websites at all and it loses the connection.

I have recorded the whole thing so that you can see it again yourself. It shows NetSurf 3.6 where everything is fine and NetSurf 3.12 (dev) where there are problems.

I have taken NetSurf 3.12 (dev) from your post #32. https://www.amigans.net/modules/newbb/ ... id=145704#forumpost145704




MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Just can't stay away
Just can't stay away


Post updated. Configuration for iBrowse added

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Just can't stay away
Just can't stay away


@328gts

Quote:
328gts wrote:Surely there are more than a few A1222 users here that can try running this game to see if they get the same issue as Maijestro had on Post 12 above


I experimented a bit more and it was due to the missing “libstdc++.so” in the “SObjs” directory which is located on the system partition “SYS:”. It seems to be an SDL library.

Unfortunately I was not able to retrieve the version and I also forgot where I got this library from. What I know is that the library is from 08.10.2014, but that's all.

Can someone please tell me the version of this library ?

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top


Re: CMake 3.29 Native (OS4)
Just can't stay away
Just can't stay away


@Raziel

I think you need this :

AmigaOS.README at cmake-amiga

If you don't do the cmake-amiga: assign properly, your home dir in the project will be off (and probably use an amigaos native path).

Go to top


Re: Porting to AmigaOS4 thread
Quite a regular
Quite a regular


Can you report an issue with a small reproducible at https://github.com/AmigaLabs/adtools/issues.

I thought newlib did have that. But I cannot remember. If it does, you can just call the newlib one ?

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Home away from home
Home away from home


Surely there are more than a few A1222 users here that can try running this game to see if they get the same issue as Maijestro had on Post 12 above

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top


Re: CMake 3.29 Native (OS4)
Just can't stay away
Just can't stay away


@Raziel

Quote:
What is worse is that there is some kind of "soft-link" added to the build subdirectory, which is called and points to "Development:Porting" (yes, the name of the link or directory is violently using ":" in it`s name...


What do you mean "soft-link"? Is this actually happening (have you looked at the scripts) or are you assuming, that something like that is happening?

This looks like a case, where unix paths are not on. If this involves a "soft-link", then yes, that is probably a problem. Otherwise, it is just a case of mistaken configuration of clib4 properties (.unix in the wrong place).

Go to top


Re: CMake 3.29 Native (OS4)
Just can't stay away
Just can't stay away


@Raziel

Quote:
yes, looks like some kind of repeating path bug, maybe stemming from the fact it cant write to the given path in the first place for some reason


And you are using the special version of clib4.library?

Go to top


Re: Porting to AmigaOS4 thread
Home away from home
Home away from home


@all

as it seems newlib doesnt have
std::memcmp

any way to work around it?

Go to top


Re: CMake 3.29 Native (OS4)
Home away from home
Home away from home


@rjd324

yes, looks like some kind of repeating path bug, maybe stemming from the fact it cant write to the given path in the first place for some reason

Go to top


Re: CMake 3.29 Native (OS4)
Quite a regular
Quite a regular


Might be worth noting that it seems to be appending the same path multiple times.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top


Re: How To: Video Streaming (Odyssey / IBrowse)
Quite a regular
Quite a regular


It seems that way, exactly.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top



TopTop
« 1 ... 38 39 40 (41) 42 43 44 ... 7368 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project