Re: [yoshimi-user] New pooter problem

  • From: Rob Couto <dbtx11@xxxxxxxxx>
  • Date: Sat, 17 Nov 2012 12:33:10 -0500

sorry, forgot to 'reply all'

On 11/17/12, Will J Godfrey <WillGodfrey@xxxxxxxxxxxxxxx> wrote:

music@music:~$ git clone
git://yoshimi.git.sourceforge.net/gitroot/yoshimi/yoshimi Cloning into
'yoshimi'... remote: Counting objects: 2126, done.
remote: Compressing objects: 100% (1776/1776), done.
remote: Total 2126 (delta 1263), reused 926 (delta 303)
Receiving objects: 100% (2126/2126), 8.15 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (1263/1263), done.
music@music:~$ cd yoshimi/src
music@music:~/yoshimi/src$ ccmake .


music@music:~/yoshimi/src$ cmake .
-- Building Yoshimi version 0.062-pre8 for Linux

It looks like you're building the master branch, is that what you
wanted? Otherwise, before you ccmake, you'd want to do something like
'git checkout 1.0'. Just a reminder, if you already built once in the
source directory, it'll help to manually remove all the untracked
files listed in 'git status' because the c++ sources for the various
UIs are auto-generated and cmake by design won't regen or delete them
when you 'make clean'. I use a shortcut like:
git status -s | awk '{print $2}' | xargs rm

Hope that helps!

--
Rob


Other related posts: