X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.137.68 with SMTP id v4mr13583337qat.1.1376595256437; Thu, 15 Aug 2013 12:34:16 -0700 (PDT) X-Received: by 10.182.158.67 with SMTP id ws3mr23213obb.13.1376595256287; Thu, 15 Aug 2013 12:34:16 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 15 Aug 2013 12:34:16 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.45.215.137; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 78.45.215.137 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6f75dbb3-c943-4c0b-8c08-c166f9ba0061@googlegroups.com> Subject: Re: strange bug? in DJDEV 2.04 CVS (20-07-2013) that breaks FFMPEG but it compiles OK. From: RayeR Injection-Date: Thu, 15 Aug 2013 19:34:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2226 Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r7FJj1vH025863 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Which one of the source packages has been configured to be compiled with the > latest cvs snapshot? What more libraries need to be installed to compile and You can get this archive https://sourceforge.net/projects/ffmpeg-x264-dos/files/ffmpeg-2.0.1-x264-0.135-dos-14-08-2013.rar/download It contains readme.txt with my notes about the build process. It's not straightforward as dos configure didn't worked for me so I used ming32 configure proces and then do manual patching. But all is configured in the package, just run make. I think there are not needed some extra libraries to install in djgpp, all ffmpeg external codecs/libs are in it's directories in the package. > run the sources? Have you configured with -g -gdwarf-2? Without this information I will not be able to step through the code with gdb. No, I didn't know that -gdwarf-2 is needed for debug to work.