Hello,
I'm trying to build Mirage from the git repository.
I have run ./autogen in the "root" folder and then the make. I get:
Making all in Mirage
Making all in libmirageaudio
CC gst-mirageaudio.o
LINK
libmirageaudio.la
CC mirageaudiotest.o
LINK mirageaudiotest
*** Warning: Linking the executable mirageaudiotest against the
loadable module
*** libmirageaudio.so is not portable!
Making all in Mirage
MCS ../../../bin/Mirage.dll
Making all in Banshee.Mirage
MCS ../../../bin/Banshee.Mirage.dll
Making all in Test
Making all in RadioStationFetcher (...)
Everything builds fine but there is no binary for Main.cs in the Test
folder. Can you help me understand why?
In an act of despair also tried:
[aprna@localhost Test]$ gmcs Main.cs
Main.cs(27,14): error CS0234: The type or namespace name `Data' does
not exist in the namespace `System'. Are you missing an assembly
reference?
Really wanted to build mirage to use like a CLI client :(
Thank you,
André