similar to: gits don't seem to be working.

Displaying 20 results from an estimated 1000 matches similar to: "gits don't seem to be working."

2014 Mar 25
0
gits don't seem to be working.
Is there still a problem? Several people reported trouble, but by the time I went to check, everything seemed to be working normally. Monty On Sat, Mar 22, 2014 at 6:24 PM, bat guano <batguano999 at hotmail.com> wrote: > Hi > I think the gits have gone belly up... > > @xubuntu:~$ git clone git://git.xiph.org/opus.git > Cloning into 'opus'... > fatal: read error:
2013 Sep 25
3
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:28 PM, bat guano <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:- >
2014 May 16
3
Error when compiling FFmpeg with speex-git.
Hi With 32-bit Xubuntu-14.04. When I compile FFmpeg from git using speex-1.2rc1 it builds OK. When I compile FFmpeg from git using speex-git it fails to build. (speex-HEAD-78cce67) It's not a big deal, I don't mind using speex-1.2rc1. But am I doing something wrong or is there something wrong with speex-git? (I've put the details in a txt attachment to keep this email post
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:53 PM, bat guano <batguano999 at hotmail.com> wrote: > > > > > > 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 on a different/better/newer OS? > > > > > Hello
2012 Nov 05
2
[Feature Request] Allow opus-tools from git to be cross-compiled with mingw.
Hi Please fix it so that opus-tools from git can be cross-compiled with mingw. Look here ---> http://lists.xiph.org/pipermail/opus/2012-October/001800.html
2005 Mar 19
2
all fonts gone crazy
Hello all, this is my first message to the list. I have wine 20041201, installed on my slack 10.1, and it was working fine, until I installed a software and then all fonts in menus and messages became weird symbols. I am sending a screenshot to show how it is today. Also I will let the image in http://www.igc.usp.br/pessoais/guano/geocalc_wine.jpg Does anyone know what is going on and how to
2014 May 17
1
Error when compiling FFmpeg with speex-git.
On Fri, May 16, 2014 at 06:24:48PM -0400, Tristan Matthews wrote: > Hi, > > On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote: > > > > > Hi > > With 32-bit Xubuntu-14.04. > > When I compile FFmpeg from git using speex-1.2rc1 it builds OK. > > When I compile FFmpeg from git using speex-git it fails to build. > >
2013 Mar 08
6
Can't cross-compile from git now.
Hi I have a problem now cross-compiling FLAC from latest git. With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1). I think that the problem might have been introduced on 5 Mar 2013 with commit 05609d5 (configure.ac : Add hardening compile options.) Gives errors like this:- /home/user/FLAC_build/flac-05609d5/src/libFLAC/.libs/libFLAC.a(ogg_helper.o):ogg_helper.c:(.text+0x173):
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
2008 Oct 07
2
fitting a curve to data points
Hello all. This is likely to be a silly question, but I have a set of data points and I want to fit a curve to it, like this: http://www.igc.usp.br/pessoais/guano/temp/curve.png. which function should I use? many thanks Carlos -- +-----------------------------------------------------------+ Carlos Henrique Grohmann - Guano Geologist M.Sc - Doctorate Student at IGc-USP -
2016 Aug 15
3
[RFC] One or many git repositories?
As someone that has worked with both gcc and llvm, One thing about gcc that drives me bat-guano-crazy is that First you check out gcc, try to build it, and find that you also Need mpc, so you check that out and try to build it, and Find out you also need gmp, so you check that out and try To build it, and find out that you also need mpfr, ..... IE I'm in favor of a mono-repository. Also
2012 Oct 19
3
How to cross-compile opus-tools?
Hi Is it possible to cross-compile opus-tools with mingw and Ubuntu? So far I have done this:- # prepare $ mkdir $HOME/source $ mkdir $HOME/builds $ export PATH="$PATH:$HOME/mingw-w64-i686/bin" $ PKG_CONFIG_PATH="$HOME/builds/lib/pkgconfig" # Install ogg $ cd $HOME/source $ svn co http://svn.xiph.org/trunk/ogg $ cd ogg $ ./autogen.sh && ./configure
2007 Jun 27
2
moving-window (neighborhood) analysis
Hello all I was wondering what would be the best way to do a moving-window analysis of a matrix? By moving-window I mean that kind of analysis common in GIS, where each pixel (matrix element) of the resulting map is a function of it neighbors, and the neighborhood is a square matrix. I was hoping there was some function in R that could do that, where I could define the size of the neighborhood,
2016 Sep 03
3
[RFC] One or many git repositories?
> On Sep 2, 2016, at 12:33 PM, Dimitry Andric via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 16 Aug 2016, at 00:12, Lawrence, Peter via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> As someone that has worked with both gcc and llvm, >> >> One thing about gcc that drives me bat-guano-crazy is that >> First you check out gcc, try to
2013 Oct 02
2
Unknown versions in git.
> > Are you sure?? No, I'm confused. :-/ With shallow clones:- opus PACKAGE_VERSION="aee4d80" opus-tools PACKAGE_VERSION="7c3f522" Something's gone wrong. opus-tools is broken. configure: error: Package requirements (opus>= 1.0.3) were not met: Requested 'opus>= 1.0.3' but version of Opus is aee4d80
2017 Oct 24
4
Using GPO to mount shares on Linux
Hai, I did a re-read of you thread. First. If you use smblcient, with a samba installed, use -s /path/alternative/smbclient.conf If i did read it correct. Your connecting from xUbuntu (samba version ??) to (debian8) samba 4.2 member How did you join the xUbuntu? https://docs.pagure.org/SSSD.sssd/users/ad_provider.html Like this setup? ^^^ > This setup is working as expected (some
2013 Oct 24
2
Rarezas con boot
Hola. Algo raro me pasa con la librería boot y con lme4. En una misma máquina, core i5. Un bootstrap R=500 utilizando los 4 hilos de procesamiento tarda 1 hora con xubuntu 12.04 y R 2.14 y 3 con xubuntu 13.10 y R 3.0.1 Alguna idea de que puede estar pasando?? [[alternative HTML version deleted]]
2010 May 05
5
[LLVMdev] Another bad binutils?
After waiting through about 2 hours of hard drive spinning for Clang to link under my Xubuntu Lucid Lynx Linux setup on VirtualBox, ld finally just gave up trying to link it. I was using CMake's build scripts on version 2.7 release of LLVM and Clang. The version of ld is (GNU Binutils for Ubuntu) 2.20.1-system.20100303. Can anyone confirm this problem? If needed I'll cross-post this to
2017 Oct 24
3
Using GPO to mount shares on Linux
Thanks Rowland. I'll give a try to both things (WG and SPN). To be honest, I ask here because the sssd daemon is working as expected allowing the authentication of the machine to the domain, and the real problem is that I'm not able to access to a shared drive using a Kerberos authentication (cifs and smbclient) and i've thought that maybe was a misconfiguration on member server
2017 Oct 24
1
Using GPO to mount shares on Linux
On Tue, 24 Oct 2017 19:30:23 +0200 Daniel Carrasco via samba <samba at lists.samba.org> wrote: > Hello, I answer bellow. > > Thanks!! > > 2017-10-24 16:52 GMT+02:00 L.P.H. van Belle via samba > <samba at lists.samba.org > >: > > > Hai, > > > > I did a re-read of you thread. > > > > First. > > If you use smblcient, with a