Search found 18 matches

by RandomTroll
Thu Dec 25, 2014 6:38 pm
Forum: Compiling Audacity
Topic: compiling ExportFFmpeg.cpp returns data-type error
Replies: 3
Views: 1739

Re: compiling ExportFFmpeg.cpp returns data-type error

--disable-dynamic-loading made no difference.

--without-ffmpeg allowed compiling; that audacity works.
by RandomTroll
Thu Dec 25, 2014 5:26 pm
Forum: Compiling Audacity
Topic: I found an apparent bug in valnum.cpp
Replies: 3
Views: 1682

Re: I found an apparent bug in valnum.cpp

I figured that, being the first person to report this bug so late in the day, and it only happens to people not compiling for unicode, I must be the first to try. I don't disable unicode with configure; it's enabled by default, so I don't know why this happened to me.
by RandomTroll
Thu Dec 25, 2014 5:59 am
Forum: Compiling Audacity
Topic: compiling ExportFFmpeg.cpp returns data-type error
Replies: 3
Views: 1739

compiling ExportFFmpeg.cpp returns data-type error

I get this error when building: export/ExportFFmpeg.cpp: In member function 'void ExportFFmpeg::SetMetadata(Tags*, const char*, const wxChar*)': export/ExportFFmpeg.cpp:881:97: error: operands to ?: have different types 'const wxCharBuffer' and 'const wxChar* {aka const char*}' av_dict_set(&mEncForm...
by RandomTroll
Thu Dec 25, 2014 5:52 am
Forum: Compiling Audacity
Topic: I found an apparent bug in valnum.cpp
Replies: 3
Views: 1682

I found an apparent bug in valnum.cpp

This bit of code from valnum.cpp declares c inside a conditional but uses it outside the conditional. Moving its declaration outside the conditional allowed compiling. void wxNumValidatorBase::OnChar(wxKeyEvent& event) { // By default we just validate this key so don't prevent the normal // handling...
by RandomTroll
Thu Jan 14, 2010 5:21 am
Forum: GNU/Linux and Unix-like
Topic: crash on start
Replies: 7
Views: 1556

Re: crash on start

I downloaded ATI's proprietary drivers but they are very old and won't work with as new a kernel as I have. I checked out the source from the CVS repository. When it gets to the last step, the compilation of the audacity executable, it errors thusly: /usr/X11R6/lib/libgio-2.0.so: undefined reference...
by RandomTroll
Tue Jan 12, 2010 10:18 pm
Forum: GNU/Linux and Unix-like
Topic: crash on start
Replies: 7
Views: 1556

Re: crash on start

When I try to download the latest source with the command specified I get:

cvs [checkout aborted]: connect to [audacity.cvs.sourceforge.net]:2401 failed: Connection refused

I downloaded drivers for my video chipset from ATI's website. I'll try those.
by RandomTroll
Tue Jan 12, 2010 7:43 pm
Forum: GNU/Linux and Unix-like
Topic: crash on start
Replies: 7
Views: 1556

Re: crash on start

Quoth stevethefiddle: 'The errors seem to be related to the graphics card - can you update your graphics card drivers?' No. I update my distribution daily: I'm always up-to-date. 'You may need to use proprietary drivers for the graphics card.' This is Linux: there are no proprietary drivers for the ...
by RandomTroll
Tue Jan 12, 2010 6:11 am
Forum: GNU/Linux and Unix-like
Topic: crash on start
Replies: 7
Views: 1556

crash on start

I just built Audacity (1.3.10) for the first time. It crashes on start, reporting a segfault, just after it tells me I have to specify a directory for temporary files. /var/log/messages contains: Jan 11 21:30:57 randytool acpid: client connected from 26854[0:100] Jan 11 21:30:57 randytool acpid: 1 c...