search for: peppermint

Displaying 13 results from an estimated 13 matches for "peppermint".

2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi I'm having a problem compiling opus-tools-0.1.7. Version opus-tools-0.1.6 seems to compile OK. I've tried with opus-1.0.3 and opus-1.1-beta. The errors are like this:- "undefined reference to `sqrtf'" etc. This OS is Peppermint Three, similar to Ubuntu 12.04. It uses:- gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Google says it's maybe something to do with the "linking process" which might be caused by the gcc compiler. Can something be done with the opus code to overcome this, or shall I compile...
2013 Sep 24
0
Problem compiling opus-tools-0.1.7
...ote: > Hi > I'm having a problem compiling opus-tools-0.1.7. > Version opus-tools-0.1.6 seems to compile OK. > > I've tried with opus-1.0.3 and opus-1.1-beta. > > The errors are like this:- > "undefined reference to `sqrtf'" etc. > > This OS is Peppermint Three, similar to Ubuntu 12.04. > It uses:- > gcc --version > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > > > Google says it's maybe something to do with the "linking process" which might be caused by the gcc compiler. > Can something be done with the opus code t...
2018 Jul 23
0
Ubuntu issue with 18.04 Bionic Beaver
Dear Dirk (other users and Dave) PART 1 I finally was able to install R.3.5.1, however, I had to invoke the following sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 As this skin of Ubuntu 18.04 (Peppermint) does not seem to allow access to the bionic-cran35 repository unless this key is set and added to the system. This is odd - well for me anyway, as for other skins of Ubunto say 16.04 (Peppermint) I do not have to do this, though when I do sudo apt-get update it does complain bitterly about the ke...
2018 Jul 23
2
Ubuntu issue with 18.04 Bionic Beaver
Dear Debian persons I would like enquire about whether the repository deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/ I tried to follow the instructions and I cannot get R3.5.1 - I get R3.4.4??? I have been able to install R3.5.1 on Ubuntu 16.02 using the xenial-cran35/ repository & so not sure if the bionic link is up to date? thanks in advance Regards Alison
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
...ut problems. > > Ubuntu-11.04(Natty) > $ gcc --version > gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 > > Ubuntu-12.04(Precise) > $ gcc --version > gcc (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4 > > > So maybe there is something weird about the compiler used in the > Peppermint Three OS. > $ gcc --version > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > > > I will be happy to test any patches, but (imo) it's not worth > investigating further for what is now an obsolete OS. > I think you're missing -lm (the math library) when linking. There are so...
2012 Apr 09
3
Photoshop CS5 crashes upon selecting text tool.
...is no solution, I've tried using the patch for CS4, http://bugs.winehq.org/show_bug.cgi?id=16499 Again that didn't work. The version of Photoshop I'm using is the exact same version I was using in Ubuntu 11.04 64-bit - WINE 1.3.29. The text-tool ran fine before I switched over to Peppermint OS 2. I've tried to fix it by manually placing amtlib.dll & msvcr80 in the C:\Windows\system32 folder. Nothing seems to be working and I just don't understand why it won't work in Peppermint 2 when I had it working on Natty, because Peppermint 2 is based on Natty. - BkS
2013 Sep 25
0
Problem compiling opus-tools-0.1.7
> >I think you're missing -lm (the math library) when linking. There are some LIBM related changes in the git history >so this might have already been solved since 0.1.7 > Hi opus-tools-0.1.7 has compiled OK now with Peppermint Three OS... with this configure:- ./configure LIBS=-lm ? :-) ----> http://pastebin.com/raw.php?i=Vj6KCW3X But I don't think this has been fixed in git yet. With the Peppermint OS, opus-tools from git also fails unless I use:- ./configure LIBS=-lm If somebody will fix it in git, I will be...
2009 Feb 18
2
Tables
Are there any standards emerging for how to represent tables in Markdown? Regards, - Daniel -------------------------------------------- Dr Daniel Winterstein Winterwell Associates Ltd tel: 0772 5172 612 http://www.winterwell.com Registered in Scotland, company no. SC342991
2003 Sep 22
1
status of maildir and mbox
what is the status of mixed support of maildir and mbox at the same time? Has any progress been made? --- eric
2013 Sep 25
0
Problem compiling opus-tools-0.1.7
...1.7 with opus-1.1-beta on two other Ubuntu systems without problems. Ubuntu-11.04(Natty) $ gcc --version gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 Ubuntu-12.04(Precise) $ gcc --version gcc (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4 So maybe there is something weird about the compiler used in the Peppermint Three OS. $ gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 I will be happy to test any patches, but (imo) it's not worth investigating further for what is now an obsolete OS.
2013 Sep 25
3
Problem compiling opus-tools-0.1.7
...lt;batguano999 at hotmail.com> wrote: >> >>I think you're missing -lm (the math library) when linking. There are some LIBM related changes in the git history >>so this might have already been solved since 0.1.7 >> > Hi > opus-tools-0.1.7 has compiled OK now with Peppermint Three OS... > with this configure:- > ./configure LIBS=-lm I don't understand how you are ending up statically linking. I also don't understand why it's not picking up the -lm from the packagecon for the static linking. How did you compile libopus?
2013 Sep 26
1
Problem compiling opus-tools-0.1.7
On 2013-09-25 4:46 PM, bat guano wrote: > $ ./configure --disable-shared This is the problem. This builds only a static version of opus, not a dynamic one. Linking statically requires -lm, but there's no way for opus-tools to know you've done this and pass --static to pkg-config along with --libs. Did you pass --disable-shared when building on the other Ubuntu systems where the
2013 Sep 24
4
Problem compiling opus-tools-0.1.7
On 2013-09-24 5:46 AM, Jean-Marc Valin wrote: > Seems like it's not linking with libm. I suspect it has to do with > linking statically with libopus.a (is that intended?). Maybe opus-tools > relies on the fact that libopus is linked with libm and doesn't > explicitly add it? Greg? Indeed. The opus-tools build explicitly adds -lm for opusdec and opusenc because they use math