bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#include <cstdio> add line Re: [bug #33960] strclass.C:1546: error: ‘EOF


From: Fred Finster
Subject: #include <cstdio> add line Re: [bug #33960] strclass.C:1546: error: ‘EOF’ was not declared in this scope
Date: Thu, 19 Jul 2012 03:17:28 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Madhur <INVALID.NOREPLY <at> gnu.org> writes:


(Solved)   
Edit  strclass.C  file around line 41  after the line #include <stdlib.h>
add line 42     #include <cstdio> 
that should fix your compile problem.  It did work for me.     
~~~~~

#include "strclass.h"
#include "config.h"
#include <ctype.h>
#include <limits.h>
#include <new>
#include <stdlib.h>
#include <cstdio>   /* FLF fix EOF not defined error July 16 2012  */

~~~~~

for strclass.C include line 42
#include <cstdio>

for files src/
src/fl_font_browser.h #include <cstdio>
src/MediaBrowser.H #include <cstdio>
src/AddCommand.H #include <cstdio>
src/WaveForm.H #include <stdint.h>
src/VideoViewGL.H #include <stdint.h>

Hope that helps you and otherS compile DDD. Good luck
Fred Finster WB7ODY   http://netinaflash.com






reply via email to

[Prev in Thread] Current Thread [Next in Thread]