Displaying 20 results from an estimated 300 matches similar to: "cmdline"
2000 Sep 11
0
cmdline does not compile from cvs
When I try to compile "cmdline/vorbis", I get the following.
gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H getopt.o getopt1.o main.o -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H ../lib/libvorbis.a -o vorbis -lm -lpthread
main.o: In function `main':
main.o(.text+0x31c): undefined reference to `fill_buffer'
main.o(.text+0x332): undefined
2000 Apr 16
0
Trying to get cmdline going...
Hello all,
Another johnny-come-lately courtesy of the Slashdot effect... I have
taken a moment to browse the archives, so I'm not asking "Why doesn't
the cmdline utility compile?" yet again. I have been doing some
fiddling with it and found a few thinkos to fix, but some of the more
esoteric getopt() things are stumping me.
Ferinstance, it seems that
<
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello,
I found out about Vorbis and Ogg recently and am very
interested in it. I grabbed the latest sources from CVS and have been
able to compile almost everything. The only thing (to my knowledge)
that I can't compile is the 'cmdline' demo.
Everything compiles correctly there error comes in the linking
stage. The error message is reproduced below:
make target
2000 Apr 11
1
Compiling the 'cmdline' demo
Hello,
I found out about Vorbis and Ogg recently and am very
interested in it. I grabbed the latest sources from CVS and have been
able to compile almost everything. The only thing (to my knowledge)
that I can't compile is the 'cmdline' demo.
Everything compiles correctly there error comes in the linking
stage. The error message is reproduced below:
make target
2000 Jun 20
1
Makefile.in for installing headers
Here is include/Makefile.in
`all' and `clean' do nothing.
`install' and `uninstall' should work.
<HR NOSHADE>
<UL>
<LI>text/plain attachment: Makefile.in
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in
Type: application/octet-stream
Size: 346 bytes
Desc: not available
Url :
2002 Jul 24
2
[Bug 368] TTSSH will not connect to OpenSSH_3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=368
------- Additional Comments From mindrot at regs.nebcorp.com 2002-07-24 12:16 -------
Just make life easier:
TeraTerm 2.3
http://hp.vector.co.jp/authors/VA002416/ttermp23.zip
TTSSH 1.5.4 plugin
http://www.cs.cmu.edu/~roc/ttssh154.zip
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2000 Oct 26
3
Happy Birthday portable OpenSSH!
It was one year ago today that I released a patch to get OpenSSH
compiling on Linux. I had no idea just how much trouble releasing that
patch would get me into :)
Within days I was inundated with patches, improvements and portability
enhancements - contributions which have made portable OpenSSH the
success it is today.
So allow me to thank the current developers and all of you who have
2000 May 12
3
Tag Information
Hello All
This is my first post. I just did subscribed to this list. Does any
one know yet if Vorbis allow for the tag information like Mp3 ?
Thanks
Karl
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word
1999 Oct 14
2
EGCS broken; tested 2.95 through CVS current
Just so folks know, all the modern variants of EGCS (now named gcc) out there
appear to be producing occasionally bogus x86 FPU code at -O1 or higher. Guess
what... Vorbis trips the bug whatever it is.
I just grabbed and built the latest CVS code, and it's also broken. I'm constructing a small failure case example for a bug report now. It looks like FPU arithmetic into a register
2000 Dec 21
3
MP3 to Vorbis?
Is there a utility to convert and MP3 to Vorbis?
--
Best regards,
Robin mailto:rcook@wyrms.net
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
2001 Apr 27
3
Functionality
> From: Tom Holroyd <tomh at po.crl.go.jp>
>
> > > What he is proposing is for OpenSSH to disregard a system-wide policy
> > > decision -- that root should not be permitted to directly log in from
> > > the network. There are more reasons to disable remote logins as root
> > > (vs. normal login then su) than just to prevent plaintext use of the
1999 Oct 26
2
building on openbsd...
the library builds with no problems, but the commandline tool stops at
this:
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' -c main.c
main.c: In function `main':
main.c:201: warning: assignment makes pointer from integer without a cast
main.c:253: warning: passing arg 1 of `CheckWav' from incompatible
2001 Jun 09
2
[PATCH] Make "-L" local ports bind to "127.0.0.1" in openssh-2.9p1
diff -u -r -N openssh-2.9p1/channels.c openssh-2.9p1-ajf.1/channels.c
--- openssh-2.9p1/channels.c Tue Apr 17 14:14:35 2001
+++ openssh-2.9p1-ajf.1/channels.c Wed Jun 6 23:25:36 2001
@@ -1815,13 +1815,25 @@
/*
* getaddrinfo returns a loopback address if the hostname is
* set to NULL and hints.ai_flags is not AI_PASSIVE
+ *
+ * Oh yeah? Setting hostname to NULL and hints.ai_flags to
+
1999 Oct 04
3
Detailed decoder pseudocode (was: Re: ETA?)
> > Which part?
>
> Well, my biggest problem is dealing with files. As you have mentioned
> that fill_buffer() is obsolete, what has replaced it? ogg_sync_buffer()
> didn't seem to be what I was looking for, as far as I can tell... am I
> headed in completely the wrong direction?
Ah, OK, I understand where you're headed now.
The libvorbis API is different than
2000 May 15
1
Re: [vorbis-dev] Semi-off-topic ramblings
Tony Arcieri wrote :
> I'm curious if anyone else is at all fed up with the current
> state-of-affairs of media support under *IX. As things stand it's rather
> a pain to add support for a new codec/framing format to an application,
> and it seems like were someone to step up and design a system which
> abstracts media support from end-user applications and
2000 Sep 07
3
Closed Source Releases (Ekk a LGPL problem)
Hi every one,
I have an unfortunate need to release a closed source BeOS media codec
for Vorbis, basically I'm using headers under an NDA so I can't release
them.
(Yeah I know closed source boo hiss).
So I have a couple of question about what I need to do for all this
to be above board.
I've made no changes to the libraries so thats not a problem.
As far as I can see as
2001 May 26
3
OpenSSH ports and crypto issues
hi,
I am working on a windows NT version of openssh. It's mostly working
(ssh.exe, ssh-keygen.exe to be precise), except for some minor UI issues.
however, i have a couple of questions about making the port available:
1. minor issue: My port is based on the openbsd ssh source (2.5.2). Is
this acceptable, or should I base it on the portable source ? I think I
know the answer to that one. If
1999 Sep 12
3
Hello and questions
Hi.
So, I checked out libvorbis and it seemed pretty OK, but the cmdline
subdir didn't compile. I made changes to Makefile.in and added a
function or two (does "fill_buffer" live anywhere? I couldn't find
it) and eventually got a build that didn't do much.
Anyways, I guess I want real CVS access so I can check the changes in,
and I'd like to slap the cmdline thing
2002 Jan 13
7
Public storage for public keys
This question should be asked before, but I fail to find
the discussion.
What options can be used for storing host/users pubkeys in
a publically available places? I know openssh currently
provide option except if /etc/ssh_known_hosts and ~/.ssh/known_hosts.
But what about many machines?
Think of e.g. pgp keyservers. Note that pgp keyservers isn't
a good solution *always*. The best one
2000 Apr 21
1
Changes..
This is the first project I'm taking an active interest in, so I trust
that the guiding hand of flamethrowing will teach me the ways.
I was anxious to start playing with Vorbis somehow, so I downloaded it via
CVS and tried to get the tool in vorbis/cmdline to compile. It didn't
compile at all until I made the attached changes.
Note that I'm only trying to guess as to how the