Displaying 20 results from an estimated 6000 matches similar to: "automake"
2014 Dec 10
2
A tun/tap driver for an i386 OS X
Hello everyone!
I have a PowerMac running 10.6.8 and I'd love to get it connected to my
VPN. However, even by compiling tuntaposx by hand on the said MacPro, I
see that the kernel module is apparently built for x86_64 systems:
macintosh MacOS ?? pwd
/Library/Extensions/tun.kext/Contents/MacOS
macintosh MacOS ?? file tun
tun: Mach-O 64-bit kext bundle x86_64
Because YES! The system is
2009 Sep 22
1
Snow leopard ./configure "cannot compile a simple Fortran program"
I hope this is the place for this...
I have to rebuild from scratch under Snow Leopard, and when I
attempted to build R-2.9.1, I get the following results from ./
configure:
checking how to get verbose linking output from fc... configure:
WARNING: compilation failed
checking for Fortran 77 libraries of fc...
checking how to get verbose linking output from gcc -std=gnu99... -v
checking for
2008 Jul 14
1
Off topic: Tcl/Tk outside R.
I'm trying to learn about the tcltk package and its uses. Floundering
around a bit ... Have discovered Peter Dalgaard's articles in R-News,
which should help. Also James Wettenhall's suite of examples look like
they might be enlightening, even though the indications are that they
are
Windoze oriented.
Be that as it were, I decided to fool around a bit with Tcl/Tk *outside*
of R to
2008 Jan 26
0
[LLVMdev] 2.2 Prerelease available for testing
My test results for the LLVM 2.2 prerelease.
=== Q. Target ===
* Mac OS X 10.4.11
* 2 GHz Intel Core 2 Duo
* MacBook
% uname -a
Darwin macbook.local 8.11.1 Darwin Kernel Version 8.11.1:
Wed Oct 10 18:23:28 PDT 2007;
root:xnu-792.25.20~1/RELEASE_I386 i386 i386
=== Q. How you built the release ===
* objDir != srcDir
* Release build
* llvm-gcc-4.2 from source
2008 Sep 23
0
X11 forwarding fails from Mac OS 10.5.5
Hello,
When I use an ssh client built from the openssh.org OpenSSH_5.1p1
sources on Mac OS 10.5.5 (Darwin Kernel Version 9.5.0: Wed Sep 3
11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386), I get the
following error when trying to launch an xterm in a remote ssh session:
debug1: client_input_channel_open: ctype x11 rchan 3 win 2097152 max 16384
debug1: client_request_x11: request from
2007 Aug 15
0
testing openssh 4.7
Compiled and tested on MacOSX 10.4.10.
Darwin vapid.dhs.org 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23
16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386
All appears to work just fine.
2014 Dec 10
0
A tun/tap driver for an i386 OS X
Hello everyone!
I have a PowerMac running 10.6.8 and I'd love to get it connected to my
VPN. However, even by compiling tuntaposx by hand on the said MacPro, I
see that the kernel module is apparently built for x86_64 systems:
macintosh MacOS ?? pwd
/Library/Extensions/tun.kext/Contents/MacOS
macintosh MacOS ?? file tun
tun: Mach-O 64-bit kext bundle x86_64
Because YES! The system is
2014 Dec 11
0
A tun/tap driver for an i386 OS X
i'm pretty sure the tinc that builds from macports is 32-bit
On Wed, Dec 10, 2014 at 10:37 AM, Anne-Gwenn Kettunen <anwen at asphodelium.eu>
wrote:
> Hello everyone!
>
> I have a PowerMac running 10.6.8 and I'd love to get it connected to my
> VPN. However, even by compiling tuntaposx by hand on the said MacPro, I see
> that the kernel module is apparently built for
2009 Apr 03
3
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Hi all, llvm doesn't seems to build but it doesn't give me any useful
error message :
nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
llvm[1]: Compiling Alarm.cpp for Debug build
llvm[1]: Compiling Disassembler.cpp for Debug build
llvm[1]: Compiling DynamicLibrary.cpp for Debug build
llvm[1]: Compiling Host.cpp for Debug build
llvm[1]: Compiling IncludeFile.cpp for Debug build
2012 Feb 02
2
PATCH: Don't force automake 1.11 AM_SILENT_RULES
Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it.
diff --git a/configure.ac b/configure.ac
index 6a65fcc..36ac6c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
?AC_INIT(src/flac/main.c)
?AM_INIT_AUTOMAKE(flac, 1.2.1)
-AM_SILENT_RULES([yes])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
?# Don't automagically regenerate autoconf/automake
2023 Jan 10
1
rewrite manpages to mdoc(7)
Jan Stary <hans at stare.cz> wrote:
> On Jan 01 00:05:09, jamie at catflap.org wrote:
> > Jan Stary via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:
> >
> > > On Dec 31 11:43:56, paul at nohats.ca wrote:
> > > > Why not go to xml and use xml2man / pandoc ?
> > >
> > > Because it is a terrible manpage format
> > >
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
make VERBOSE=1 might tell you something. Apparently the shared
library link is failing for some reason.
On Apr 2, 2009, at 5:45 PMPDT, Nicolas Raynaud wrote:
> Hi all, llvm doesn't seems to build but it doesn't give me any useful
> error message :
> nraynaud at macaron-2:~/Desktop/geek/llvm-svn/build$ make
> llvm[1]: Compiling Alarm.cpp for Debug build
> llvm[1]:
2012 Jan 03
1
[LLVMdev] Current LLVM/CLANG build failure.
I did an update about 1/2 hr ago, and instead of failing to link with
-O4, I'm getting an error elsewhere in the compile.
I think I need to stop chasing the bleeding edge.
pandora 142% svn update
At revision 147455.
pandora 143% uname -a
Darwin pandora.psychiatry.uiowa.edu 10.8.0 Darwin Kernel Version
10.8.0: Tue Jun 7 16:33:36 PDT 2011;
root:xnu-1504.15.3~1/RELEASE_I386 i386
pandora 144%
2018 Nov 05
5
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Nov 05 11:32:49, hans at stare.cz wrote:
> On Nov 05 11:05:34, hans at stare.cz wrote:
> > > Did you also try to listen at the beginning, shortly before the real tone appears in the audible spectrum? While significantly larger, Opus had produced significant ghost noise (much less than Vorbis did)...
I experience the "same" low level noise even in a wav file,
even on
2008 Jan 30
2
[LLVMdev] 2.2 Prerelease available for testing
Thanks for testing the release. Overall the test results look decent
with a couple exceptions.
You also have a few CBE failures that I am not seeing. What version
of xcode do you have installed?
Can you send me the following files?
SingleSource/Regression/C/Output/2008-01-07-LongDouble.*
SingleSource/Regression/C/Output/PR1386.*
Thanks,
Tanya
On Jan 26, 2008, at 6:43 AM, Takanori Ishikawa
2008 Jan 31
0
[LLVMdev] 2.2 Prerelease available for testing
Dear Tanya:
> You also have a few CBE failures that I am not seeing. What version
> of xcode do you have installed?
Xcode 2.4.1
> Can you send me the following files?
> SingleSource/Regression/C/Output/2008-01-07-LongDouble.*
> SingleSource/Regression/C/Output/PR1386.*
OK, I attached those files (llvm-2.2-test-output.tar.gz)
Best regards,
2008/1/30, Tanya Lattner <tonic at
2006 Aug 28
0
"Bus Error" Under Mac OS X x86 with Wine 0.9.20
I'm trying to run Wine 0.9.20 under OS X x86 and I'm getting nothing
but "Bus Error" when I run any win32 program via Wine. Here is some
relevant environment info:
OS: Mac OS X 10.4.7
Xcode: Xcode 2.4
X11: XFree86 Version 4.4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
gcc -v: Using built-in specs.
Target: i686-apple-darwin8
Configured with:
2007 Sep 10
1
Warnings with automake-1.10
Josh,
Automake 1.10 on OSX is giving me warnings like the following:
test/Makefile.am:50: wildcard *.raw: non-POSIX variable name
test/Makefile.am:50: (probably a GNU make extension)
test/Makefile.am:50: wildcard *.flac: non-POSIX variable name
test/Makefile.am:50: (probably a GNU make extension)
test/Makefile.am:50: wildcard *.oga: non-POSIX variable name
2014 Nov 26
3
flac-1.3.1pre1
On Nov 26 22:39:27, hans at stare.cz wrote:
> On Nov 25 00:43:22, mle+la at mega-nerd.com wrote:
> > http://downloads.xiph.org/releases/flac/beta/
> > Please test.
>
> ./test_replaygain.sh fails for me in tonegenerator(), saying:
>
> ./test_replaygain.sh[91]: mawk: not found
> Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
>
>
2014 Dec 11
2
awk vs. mawk
On Dec 10 23:04:44, mle+la at mega-nerd.com wrote:
> Definitely interested in a cross platform solution to this.
Diff below. Please test.
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > >