Displaying 20 results from an estimated 7000 matches similar to: "More gcc 2.95.2 wierdness"
2008 Feb 05
3
[LLVMdev] Makefile dependencies and configure test fix
Some low-priority fixes to the build system.... These can probably
wait after 2.2
1) The current configure script checks for gcc 3.x or later by parsing
"gcc --version" output and trying to tokenize it to find the major
compiler version. This is pretty fragile and interacts poorly with
compilers produced by vendors (like Apple) that modify this string to
output target triple
2004 Jul 28
4
X-Lite to Asterisk through NAT?
Hi there,
I have an X-Lite phone on my box and I'm trying to register it with a
remote Asterisk box. Both the X-Lite and Asterisk are behind a NAT. I
know it's a pain to do because of SIP not working well with NATs, but I
know there are ways to do such a thing...moving the Asterisk box outside
the NAT is not a possibility at the moment. One thing we tried was
setting up a VPN, but
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The
error is below.
Also, what happened to the xmms plugin directory in cvs? It complains that
it is missing when I do a 'cvs update'.
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_
ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2008 Feb 05
0
[LLVMdev] Makefile dependencies and configure test fix
Shantonu,
I just wanted to verify that you used the llvm/autoconf/AutoRegen.sh
script to regenerate configure. Is that correct?
Thanks,
Tanya
On Feb 5, 2008, at 10:10 AM, Shantonu Sen wrote:
> Some low-priority fixes to the build system.... These can probably
> wait after 2.2
>
> 1) The current configure script checks for gcc 3.x or later by
> parsing "gcc
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2004 Jun 10
4
patches for xiph build setup
Hi,
I offered some time ago to do some build cleanup. Today I did so and
here's my slew of patches.
Basically, they
- touch ogg, vorbis, vorbis-tools and theora
- fix a bunch of autotools issues
- uniformize the use of them across the four
- fix compile/link flags
- use pkgconfig if it's available to detect flags
- for vorbis-tools, generate and use config.h
- add -uninstalled .pc stuff
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi,
I have downloaded the following files
libao-0.6.0.tar.gz
libogg-1.0beta4.tar.gz
libvorbis-1.0beta4.tar.gz
vorbis-tools-1.0beta4.tar.gz
as said from the download section. But I'm at a loss to what do after
that. I don't have much experience/knowledge in compiling etc, but I
still want to try out ogg. (I downloaded the source coz I have an OpenBSD
machine, and there was no
2004 Sep 28
2
Nat Traversal help!
Hello All,
I have a number of X-Lite users in countries where the incumbent Telco will
do anything to block VOIP traffic.
For some reason neither the X-Lite broadband or dialup clients would
register with my server unless we configure them to use the Xten Xtunnels
demo server. Once the Client has registered the call quality is great! The
problem is the Xtunnels does not support other IP Hard
2011 Feb 26
2
Wolverine 1.0, invisible people
Hello. I have a problem. Game runs normal except for invisible wolverine and his enemies)
- Wine 1.3.14
- installed(those options i found on the first page in wine db):
vcrun2005
vcrun2008
vcrun6
physx
- changed:
msvcrt changed to "builtin, native"
does anyone know what can be cause of it and what options could be there to fix it ?
2002 Jul 19
1
R-devel Mac OSX build wierdness...
I encountered some wierdness when building R-devel (latest rsync) on OSX
using commandline tools (as opposed to the Carbon GUI and
whatnot...probably just laziness on my part but it generally works :-)).
At any rate, sometime between 2002-07-05 and the present the configure
scripts started setting INSTALL_DATA to ${R_HOME}/bin/install -c in
Makeconf...which causes wierdness for the Mac OSX
2004 Aug 02
9
various patches from Mandrakelinux package
I was looking at the libvorbis 1.0 SRPM of Mandrakelinux, and it contained
some patches which are not included in vorbis 1.1 svn. I'm attaching these
patches here, because it could maybe be interesting to include these
upstream.
(libvorbis-1.1-aliasing.patch is actually a rediffed patch of Mandrakesoft's
one for 1.0 against 1.1 svn).
The author of these patches is Gwenole Beachesne,
2003 Jan 06
1
wierdness with mailboxes
Mail has always been the bane of my sys-admin life. I've been looking
long and hard for a small, C-based, simple IMAP server that worked well
with maildirs *and* mboxes and nothing else. wu-imap is so bloated and
rife with decrepit, cross-platform, insecure code that I avoid it for
any new servers. Courier-imap only supports maildirs but has some
wierdnesses that I've come to live with.
2006 Jul 25
1
can''t dump: session wierdness
Hi,
I have "include DRbUndumped" in one of my model classes. Whenever my
app accesses the session I get the following:
can''t dump
/usr/lib/ruby/1.8/drb/drb.rb:395:in `_dump''
/usr/lib/ruby/1.8/pstore.rb:349:in `dump''
/usr/lib/ruby/1.8/pstore.rb:327:in `transaction''
/usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update''
2006 Aug 07
1
Eager loading wierdness
Consider this problem.
I have an Item that has_many Features
I want to find all Items with a Feature name of ''foo''.
Normally you would do this..
@items = Item.find(:all, :conditions=>["features.name = ?", ''foo''],
:include=>:features)
This all works fine and dandy except for this problem.
If you do this...
<% for item in @items %>
2006 Aug 10
0
routing wierdness
perhaps i am missing something but i can''t seem to see it so perhaps
someone else can see what is going on
i have the following routes setup
map.connect "", :controller => "main", :action => "index", :site => "home"
map.connect "admin", :controller => "admin/main", :action => "index"
map.connect
2005 Dec 15
1
Ruby Hash wierdness
Hi
I''m having problems with using a hash. I put in a class and when I
retrieve it, it''s automagically become a string
ie
<%= button_link _("Export CSV"),
SearchParams.get_url_hash({ :action => :export_csv, :klass =>
Customer }, params, @search_fields) %>
Customer is a class that is available to my view
def export_csv
klass =
2002 Jun 28
0
Wonder shaper wierdness.
I''m troubleshooting a modified version of the wondershaper and am
encountering some trouble that I was hoping you could help me look into.
I have 4 queues that I add traffic to:
1. VoIP phone stuff
2. ssh traffic
3. HTTP
4. everything else (should be default).
Latency is definitely increased when I run it. I was trying the catch
all rule (#4) and removed the specific rule for
2009 Jan 03
1
AppDB Voting System Wierdness
Hi, I'm a newbie.
I was looking at the AppDB and I think the voting is a great idea to prioritise what people want and will use. However, I was looking at my favorite game that I want to get fully working on wine - "Company of Heroes (http://appdb.winehq.org/objectManager.php?sClass=application&iId=4506)". I can't understand why there isn't a global voting for this like
2005 Dec 11
1
redering CDATA wierdness
I am attempting to do the sortable_element tutorial from scriptaculous.
(http://demo.script.aculo.us/ajax/sortable_elements)
Upon viewing the script.aculo.us source, I see this line is generated...
<script type="text/javascript">Sortable.create(''list'',
{onUpdate:function(){new Ajax.Updater(''list-info'', ''/ajax/order'',
2001 Oct 23
0
ssh v2.9.9p2 wierdness
When I run a command like on v2.9.9p2 on Solaris 8:
client> ssh server
... and immediately press CTRL-D, I get a shell prompt from the remote
host, but I can't type into it and have to kill the ssh process on the
client.
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu