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



Compile own gudev-sharp: thought I already did. Trying again with git, in
your banshee fork folder, gudev-sharp subfolder:

simon@Poseidon:~/banshee-arfbtwn-fork/gudev-sharp$ git clone
https://github.com/mono/gudev-sharp.git
$ git submodule update --init
$ autogen.sh
$ make
Making all in gudev
make[1]: Entering directory
'/home/simon/banshee-arfbtwn-fork/gudev-sharp/gudev'
no -keyfile:../gudev-sharp.snk -out:gudev-sharp.dll -unsafe -target:library
-r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll 
AssemblyInfo.cs generated/*.cs
/bin/bash: no: command not found
Makefile:503: recipe for target 'gudev-sharp.dll' failed
make[1]: *** [gudev-sharp.dll] Error 127
make[1]: Leaving directory
'/home/simon/banshee-arfbtwn-fork/gudev-sharp/gudev'
Makefile:396: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Realised gudev-sharp git clone was now in yourfork/gudev-sharp/gudev-sharp.
Copied contents of second subfolder into first so everything in one place &
no dupes.
$ make
Making all in gudev
make[1]: Entering directory
'/home/simon/banshee-arfbtwn-fork/gudev-sharp/gudev'
cp ./gudev-api.raw gudev-api.xml
chmod u+w gudev-api.xml
gapi3-fixup --api=./gudev-api.xml --metadata=./gudev.metadata
gapi3-codegen --generate ./gudev-api.xml
-I:/usr/local/lib/pkgconfig/../../share/gapi-3.0/glib-api.xml
--outdir=generated --assembly-name=gudev-sharp && touch generated-stamp
GUdev.Client.QueryByDeviceNumber - Unknown type GUdevDeviceNumber on
parameter number
GUdev.Device.GetDeviceNumber - Unknown return type: GUdevDeviceNumber

Generation Summary:
  Enums: 1  Structs: 0  Boxed: 0  Opaques: 0  Interfaces: 0  Objects: 2 
Callbacks: 0
  Properties: 1  Signals: 1  Methods: 33  Constructors: 1  Throttled: 1
Total Nodes: 40

no -keyfile:../gudev-sharp.snk -out:gudev-sharp.dll -unsafe -target:library
-r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-3.0/glib-sharp.dll 
AssemblyInfo.cs generated/*.cs
/bin/bash: no: command not found
Makefile:503: recipe for target 'gudev-sharp.dll' failed
make[1]: *** [gudev-sharp.dll] Error 127
make[1]: Leaving directory
'/home/simon/banshee-arfbtwn-fork/gudev-sharp/gudev'
Makefile:396: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Oddly more progress but then same error....
redid autogen redid make, back to smaller error.
Looks like /gudev-sharp/gudev/ is expected by that folder's makefile to have
gudev-sharp.dll in the folder and it isn't there. It's not in the folder on
github either. I assume you're compiling the same way...?

Digging around:
/usr/lib/mono/gac/gudev-sharp/3.0.0.0__3565e728cafab25e/gudev-sharp.dll =
3.6kb
Same file in usr/lib/cil/gudev-sharp/
Not present in home folder.

Maybe it's present in gentoo and NOT present in its own github?!

Re git:
git status says i'm on master.
git checkout needs the branch name:
"The branch you want is called feature/csharp4."
all of my git checkout [name] trials failed.
git branch --list
git branch --list -a
git-branch --list
all fail despite seeming to be correct syntax from git branch --help
git checkout -p feature/csharp4
No changes.



--
Sent from: http://banshee-media-player.2283330.n4.nabble.com/


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