[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Build fails
- From: Phil Martin <phil@xxxxxxxx>
- Date: Fri, 9 Jun 2006 12:41:59 +0100
- Subject: Re: [XaraXtreme-dev] Build fails
On 9 Jun 2006, at 12:28, Vasil Dimov wrote:
On Fri, Jun 09, 2006 at 12:22:37PM +0100, Phil Martin wrote:
Debug builds are failing for me using the latest code:
In file included from resources.cpp:103:
resources.h:5:22 error: calling fdopen: Bad file descriptor
The line in question is:
#include "camtypes.h"
This is happening after I got the latest stuff, autoreconf -f -i -s,
configure --enable-debug and make clean...
Seems more like a compiler run time error rather than an error in
the xaralx source itself.
Just a thought.
Yes, it could be that it's out of memory but since it started
happening after Alex's camtypes.h changes and the offending line is
including camtypes.h I'm hoping Alex will offer a solution ;-)
Phil