MediaVault

AMIGASYSTEM · 2438

AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
on: October 30, 2021, 01:08:44 AM
For those who are interested are available the sources in "C" di MediaVault is a free and open source desktop application for AmigaOS 4 that can be used to search and listen to Online radio stations from all available countries, the selected radio station can be streamed using an Audio player.

http://eab.abime.net/showthread.php?t=108231&page=2


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #1 on: October 30, 2021, 05:17:00 AM
I could try to compile :-\



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #2 on: October 30, 2021, 05:34:46 AM
Excellent ! to a request of mine for an AROS version the author told me that if there were more AROS users he could make it himself, at least that's what I understood in the thread I attached above, previous page.
« Last Edit: October 30, 2021, 05:47:25 AM by AMIGASYSTEM »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #3 on: October 30, 2021, 05:48:57 AM
I don't know if I can fill out, meanwhile I can't assign GCC to my system, the Development Tools are in SYS: :-\



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #4 on: October 30, 2021, 06:03:06 AM
Alternatively you could tell him the amount of the donation he needs to take him to Aros "Pago Io" :)



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #5 on: October 30, 2021, 08:00:01 AM
I'm sorry but I don't like to talk about this, if you want you can you.


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #6 on: October 30, 2021, 08:31:04 AM
Look at the code



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #7 on: October 30, 2021, 10:19:13 AM
I don't know if I can fill out, meanwhile I can't assign GCC to my system, the Development Tools are in SYS: :-\

Io non ho mai compilato se mi spieghi cosa usi per compilare potrei capire come risolvere il tuo problema per l'assign, potrei anche tentare di compilarlo io se mi dai qualche nozione in italiano !

--- English ----

I have never compiled if you explain me what you use to compile I could understand how to solve your problem for the assign, I could also try to compile it myself if you give me some knowledge in Italian!


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #8 on: October 30, 2021, 11:25:34 AM
diciamo che la procedura è abbastanza semplice ma allo stesso tempo può richedere un pò di nozioni di programmazione, io sono riuscito a fare qualcosa sotto linux ed ho compilato i sorgenti di aros, cmq se stai usando aros one apri una shell e digiti gcc -v per vedere se hai tutto apposto, io anche se ho installato gcc non riesco ad utilizzarlo perchè non ho assegnato nulla per farlo riconoscere da shell.
Dopo devi scaricare i sorgenti di mediavault li scompatti dove vuoi apri una shell e ti dirigi nella directory dove hai scompattato i file e fai un bel make e vedi cosa succede.

English

Let's say that the procedure is quite simple but at the same time it can rich a bit of programming notions, I managed to do something under Linux and I compiled the aros springs, anyway if you are using Aros One Open a shell and type GCC -V To see if you have everything affixed, I even if I installed GCC I can't use it because I haven't assigned anything to get it recognized by Shell.
After you have to download the Sources of MediaVault unpack it where you want to open a shell and direct you in the directory where you unpacked the files and make a nice make and see what happens.
« Last Edit: October 30, 2021, 11:37:09 AM by salvo »



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #9 on: October 30, 2021, 12:27:54 PM
Se utilizzi il mio AROS One la cartella "Development" è assegnata e se è presente il GCC puoi avvialo da una Shell.

Ho provato su Windows ma anche se mi posiziono nella cartella dei sorgenti stranamente ricevo l'errore "no such file or directory"

---- English -----

If you use my AROS One the "Development" folder is assigned and if GCC is present you can start it from a Shell.

I've tried on Windows but even if I go to the source folder I strangely get the error "no such file or directory".
« Last Edit: October 30, 2021, 02:43:01 PM by AMIGASYSTEM »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #10 on: October 30, 2021, 03:09:51 PM
non so come funziona la compilazione sotto windows ma non puoi come linux o aros stesso compilare i sorgenti di un programma senza installare i tools di sviluppo

English

I don't know how the compilation works under Windows but you can not like Linux or Aros to fill in the sources of a program without installing development tools



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #11 on: October 30, 2021, 03:13:01 PM
Dopo aver installato "gcc-4.2.2-i386-aros" e  fatto la giusta Assegnazione il GCC sembra funzionare bene su AROS One .

Naturalmente visto la mia grande ignoranza sulla programmazione ho provato ad eseguire il file che mi è sembrato più ovvio ricevendo un sacco di errori, vedi screenshot.

Se qualcuno mi da un aiutino riproverò la compilazione, naturalmente se si tratta di qualcosa di molto complicato potrei rinuanciare, intanto dopo questa esperienza il GCC e le sue assegnazioni saranno inseriti nella prossima release di AROS One

--- English ----


After installing "gcc-4.2.2-i386-aros" and doing the right Assignment the GCC seems to work fine on AROS One .

Of course given my great ignorance on programming I tried to run the file that seemed more obvious receiving a lot of errors, see screenshot.

If someone gives me a little help I'll try again the compilation, of course if it is something very complicated I could postpone, meanwhile after this experience the GCC and its assignments will be included in the next release of AROS One.
« Last Edit: October 30, 2021, 03:24:35 PM by AMIGASYSTEM »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #12 on: October 30, 2021, 03:20:02 PM
I realized now that GCC is missing on Deadwood ISO ;D



cdimauro

  • Member
  • ***
    • Posts: 164
    • Karma: +26/-1
Reply #13 on: October 30, 2021, 11:33:47 PM
non so come funziona la compilazione sotto windows ma non puoi come linux o aros stesso compilare i sorgenti di un programma senza installare i tools di sviluppo

English

I don't know how the compilation works under Windows but you can not like Linux or Aros to fill in the sources of a program without installing development tools
On Windows is exactly the same: you need tools to compile something.


What I recommend on Windows is to install WSL2 https://docs.microsoft.com/en-us/windows/wsl/install
This gives you the possibility to install a complete Linux distribution from the supported ones (I've installed Ubuntu 20.04, for example) and you can use them exactly like a real Linux distro (but it's integrated on Windows, and it's quite easy to exchange files between the two worlds). With Windows 11 GUI applications are supported too.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #14 on: October 31, 2021, 12:54:49 AM
At the moment I still use Win7 and WSL2 requires Win10/11.

I would love to learn about AROS if someone can help me with that.