similar to: C++11 and GCC 5+

Displaying 20 results from an estimated 7000 matches similar to: "C++11 and GCC 5+"

2017 Feb 06
0
install of audacity kills audio
# uname -r 3.10.0-514.6.1.el7.x86_64 # cat /etc/centos-release CentOS Linux release 7.3.1611 (Core) Prior to the below the sound/audio on my system worked just fine. Then a yum of install of audacity with dependencies: ... Downloading packages: (1/6): vamp-plugin-sdk-2.5-4.el7.x86_64.rpm | 172 kB 00:03 (2/6): wxGTK-2.8.12-20.el7.x86_64.rpm | 2.9 MB 00:00
2018 May 27
3
Yum list installed lies to me
when I do "yum list installed" I get a lot of stuff, including this excerpt: wqy-zenhei-fonts.noarch 0.9.46-11.el7 @anaconda wvdial.x86_64 1.61-9.el7 @anaconda wxBase.x86_64 2.8.12-20.el7 @epel wxBase3.x86_64
2018 May 27
0
Yum list installed lies to me
On 05/26/2018 05:32 PM, Fred Smith wrote: > however if I do: > yum install wxWidgets wxWidgets-devel > it says: > Package wxGTK3-3.0.2-15.el7.x86_64 already installed and latest version > Package wxGTK3-devel-3.0.2-15.el7.x86_64 already installed and latest version wxWidgets and wxGTK3 are the same package: $ rpm -q --whatprovides wxWidgets wxGTK3-3.0.4-1.fc28.x86_64 $ yum
2006 Apr 04
0
Parsing a SQL file directly intoactiverecord::executemethod - Not a vamp I swear
It doesn''t like SET commands, or #Comments, etc. Looks like no way = around this without using forgoing active record. I don''t really want = to do that at this point. --------------------------- Brian Corrigan --------------------------- -----Original Message----- From: rails-bounces@lists.rubyonrails.org = [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Brian
2006 Apr 04
0
Parsing a SQL file directly into activerecord::executemethod - Not a vamp I swear
In an effort to not be a vamp. (Thanks Amy) Here is the error message = I''m getting. Mysql::Error: #42000You have an error in your SQL syntax; check the = manual that corresponds to your MySQL server version for the right = syntax to use near ''=A1=C9=A8[=A9=B4#Globals = (ActiveRecord::StatementInvalid) SET @rightnow =3D current_timestamp; It appears that Active Record is
2006 Aug 22
1
Problem after installing audacity
Hi, I installed audacity and after installation I get an error message. Whole sequence below. What to do ? I'm using Centos 4.3 updated to current level and this installation was done under root (su). --- "log" starting --- ># yum install audacity Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install
2008 Dec 26
1
yum install audacity --enablerepo=*\rpmforge Error in Dependency Resolution
]# yum install audacity --enablerepo=*\rpmforge Was this not going to be fixed for dep resolution. I'm not on the rpmforge list and remember this issue from a while ago. 14:02:18 : Error in Dependency Resolution 14:02:18 : Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package audacity Missing Dependency: libwx_gtk2u_xrc-2.6.so.0 is needed by package audacity Missing Dependency:
2008 Sep 19
1
Update troubles for wxGTK apps
Hi, I have a CentOS 5.2 desktop with the RPMForge repo enabled. I just ran 'yum update', and there seems to be some trouble with the wxGTK apps. A simple 'yum update' gives this error message: --8<-------------------------------------------------------------------- --> Finished Dependency Resolution Error: Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package
2007 Dec 10
1
What is happening here - rsync can't copy where cp can, Input/Output errors
I am using rsync version 2.6.9 protocol version 29 on a Fedora 7 system to backup files to a network drive. rsync is getting I/O errors when copying maildir files (I'm not sure if the error is happening with other files but these are the only ones I have found so far). I have done some tests on one particular directory, "cp -R" succeeds but "rsync -r" fails:- home#
2007 Dec 12
1
Problem with filenames with commas in them
This is a continuation of my previous problem where cp could copy files whereas rsync couldn't. It turns out that the problem is with files which have commas in their names, rsync can write the initial version of the file but it can't check/rewrite them. Here is the error I get from rsync when trying to overwrite the files (using --inplace) :- home# rsync -r --inplace .in
2008 Mar 25
1
audacity 1.2 @ wine
****This is an edited version of a previous post**** wine "/mnt/sda1/Programmi/Audacity/audacity.exe" ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0 wine: Unhandled page fault on read access to 0x00000004 at address 0x40b7ec (thread 0009), starting debugger... Unhandled exception: page fault on read
2012 Nov 05
1
Opus in Audacity
Hi I am an Audacity (http://audacity.sourceforge.net/) developer and I'd like to see Audacity reading and writing Opus files as easily as it does others. What would you recommend as a way forward for this? I am thinking that (Win) we should ship opusenc.exe and opusdec.exe and send command line stuff to them; that way we wouldn't need to dip into your code and as you update we would
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
Audacity is preparing to release version 2.0.6 shortly, so I have been doing numerous test builds. Since the last Audacity release, my development system (Gentoo Linux) has updated to libvorbis-1.3.4 and libogg-1.3.1. As a result (I think) of this, I now get link errors when trying to compile Audacity against the system copies of libogg and libvorbis (standard dynamic linkage to the system
2011 Aug 06
0
Audacity in wine does not find "default" sound
>Susan Cragin wrote: >> When I run Audacity for Windows (the 1.13 beta) under wine, the "default" sound system does not work. >> I have to select "MIME" and "Wine Sound Mapper." >> Wine Sound Mapper does work, but isn't wine supposed to use the "default" sound system as primary, and if that has changed, how come winecfg can't
2014 Jun 19
0
Lets work towards a new version
Erik de Castro Lopo wrote: >> VS 2005/2008 use .vcproj files, and VS 2010/2012/2013 use .vcxproj >> and .vcxproj.filters files, so it's possible to have two sets of >> MSVS solution files: one for 2005/2008 and another for 2010/2012/2013. >> >> But there will be two .sln files: current FLAC.sln and new FLAC-vs2013.sln >> (or FLAC-vs201x.sln? or is it better
2007 Sep 17
2
Echocancellation on windows
Hi all, does anybody has ran echocancellation successfully on windows ? I have a problem playing audio there. If you play a wav file no mater how I play it after comparing the captured data with the original file there is always difference in the audio length (for 18 sec of audio there is more than 250 ms of difference). Which of course breaks echocancellation. I've tried playing the audio
2015 Mar 05
0
VLC only sees a fraction of Speex wrapped in OGG
Hi, On Thu, Mar 5, 2015 at 2:18 PM, SellBuy Sammamish <sellbuysam at gmail.com> wrote: > Friends, > > My name is Igor, I am new to this forum. > > I have a peculiar problem with my OGG/Speex implementation: I encode a short > PCM stream in OGG/Speex, but the result can not be read by VLC and MediaInfo > reports that the file is too short (240ms). In reality the file
2016 Jun 14
0
flac-dev Digest, Vol 139, Issue 1
I'm running El Capitan aka Darwin 15.4, I'll test the patch in just a sec. On Mon, Jun 13, 2016 at 8:00 AM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/flac-dev > or, via email, send a
2014 Jun 19
4
Lets work towards a new version
lvqcl wrote: > Audacity still uses VS2008 and slowly tries to migrate to VS2012. > But as stated at <http://wiki.audacityteam.org/wiki/Developing_On_Windows>, > "Audacity is currently a 32-bit only application". So it doesn't need > 64-bit builds. > Currently its trunk contains 'audacity.sln' made with Visual C++ Express 2008 > and
2006 Sep 17
2
yum update dependency problem centos 4.4
I ran yum update and had a problem with dependences: [rmiles at localhost ~]$ sudo yum update Loading "fastestmirror" plugin Loading "protectbase" plugin Setting up Update Process Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files Excluding Packages from CentOS.Karan.Org-EL4 - Stable Finished 131 packages excluded