Re: [Banshee-List] Installing 2.9.1: Syntax error: "(" unexpected in autogen.sh
- From: Nicholas Little <arealityfarbetween googlemail com>
- To: banshee-list gnome org
- Subject: Re: [Banshee-List] Installing 2.9.1: Syntax error: "(" unexpected in autogen.sh
- Date: Sat, 16 Sep 2017 00:14:59 +0100
On 15 September 2017 at 22:02, Sharky <simondedman gmail com> wrote:
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
gudev-sharp only looks for gmcs as its C# compiler - if it doesn't
find that then it sets the command to no instead of failing. Pretty
dumb but there it is... try:
$ make CSC=mcs
or alternatively create a symlink from gmcs to mcs somewhere in your path.
Maybe it's present in gentoo and NOT present in its own github?!
Don't be silly :)
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.
- Is this in your banshee-arfbtwn-fork directory? (if not, change to it)
- Is there an error message when you type "git branch --list"?
- What's the output of "git remote -v"?
- Why are you passing the patch switch to checkout?
The git book might help: https://git-scm.com/book/en/v2
--
Registered Linux User #392373
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]