On 01/22/2014 06:17 PM, Johannes Lorenz wrote:
>> That is not from current, that's from 0.4.15. This has already been
>> fixed in current.
> I got my code via
>
>   git pull --rebase git://github.com/LMMS/lmms.git stable-0.4
>
> like it is described in the submit help in the wiki. The "stable-0.4" thing 
> is 
> probably wrong?
>

No, it's wrong that you pull-rebase it. That's not something you ever
have to do unless you're making changes to the code.

Just clone the repository regularly with git clone:

git clone git://github.com/LMMS/lmms.git
cd lmms
git checkout stable-0.4

Then build normally.  After that, you can always update it to latest by
going to the directory and doing a simple "git pull", no other arguments.

Also after you compile the latest LMMS, take a look at your path
settings and make sure you're not using an old theme. It's been known to
cause weird behaviour with the UI. Point the theme path to the default
theme under the LMMS that you just compiled.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to