Re: [Banshee-List] Installing 2.9.1: Syntax error: "(" unexpected in autogen.sh



On 14 Sep 2017 23:22, "Sharky" <simondedman gmail com> wrote:
$ ./autogen.sh --enable-gst-native --disable-appledevice
$ make

errors all: https://pastebin.com/Q3391JEr
relevant:

Making all in Banshee.Gio
  MCS   ../../../bin/Banshee.Gio.dll
./Banshee.Hardware.Gio/LowLevel/Manager.cs(35,7): error CS0246: The type or
namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/UsbDevice.cs(32,7): error CS0246: The type or
namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(44,17): error CS0246: The type or
namespace name `Client' could not be found. Are you missing
`Banshee.ServiceStack' using directive?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(49,36): error CS0246: The type or
namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(191,16): error CS0246: The type
or namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(202,16): error CS0246: The type
or namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(218,16): error CS0246: The type
or namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/Manager.cs(244,16): error CS0246: The type
or namespace name `GUdev' could not be found. Are you missing an assembly
reference?
./Banshee.Hardware.Gio/LowLevel/UdevMetadataSource.cs(32,9): error CS0246:
The type or namespace name `GUdev' could not be found. Are you missing an
assembly reference?
./Banshee.Hardware.Gio/LowLevel/UdevMetadataSource.cs(72,36): error CS0246:
The type or namespace name `GUdev' could not be found. Are you missing an
assembly reference?
Compilation failed: 10 error(s), 0 warnings
Makefile:1056: recipe for target '../../../bin/Banshee.Gio.dll' failed
make[4]: *** [../../../bin/Banshee.Gio.dll] Error 1
Makefile:544: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
Makefile:547: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:640: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:568: recipe for target 'all' failed
make: *** [all] Error 2

Strange as I thought I had gudev. From autogen/config output:

Extra Features:
    GIO Backend:           yes (gio-sharp >= 2.99)
    GIO Hardware:          yes (gudev-sharp >= 3.0)

This error is really odd - there haven't been any changes to that for a while. Unfortunately gudev-sharp doesn't give much version information, my copy reports only that it's version 3.0.

What version of Ubuntu is this btw? (You may have said but I forgot and I'm too lazy to scroll all the way back up)



Tried git:
$ git fetch https://github.com/arfbtwn/banshee.git
remote: Counting objects: 95513, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 95513 (delta 3), reused 3 (delta 2), pack-reused 95503
Receiving objects: 100% (95513/95513), 36.84 MiB | 1.12 MiB/s, done.
Resolving deltas: 100% (77362/77362), done.
>From https://github.com/arfbtwn/banshee
 * branch                HEAD       -> FETCH_HEAD

simon@Poseidon:~/banshee-arfbtwn-fork$ git checkout csharp4
simon@Poseidon:~/banshee-arfbtwn-fork$ git checkout feature/csharp4
simon@Poseidon:~/banshee-arfbtwn-fork$ git checkout tree/feature/csharp4
simon@Poseidon:~/banshee-arfbtwn-fork$ git checkout 'feature/csharp4'
simon@Poseidon:~/banshee-arfbtwn-fork$ git checkout feature
error: pathspec 'feature' did not match any file(s) known to git (true for
all above)

If you need to check what branch you're on try:

git status

The branch you want is called feature/csharp4.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]