Re: guppi problem






On Sun, 13 Jun 1999, Thomas R. Shannon wrote:

> 
> 
> On Sun, 13 Jun 1999, Havoc Pennington wrote:
> 
> > 
> > On Sun, 13 Jun 1999, Thomas Shannon wrote:
> (cut of much useful information)
> > 
> > I thought I'd worked around this by including the .x files in the .tar.gz
> > distribution, so you don't have to generate them. However, if you 'make
> > clean,' you will probably blow away the .x files and the Makefile won't
> > know how to regenerate them.
> 
> That was it.  I was having trouble getting a file which I believe was
> called "dataimport" to compile.  I commented it out of the Makefile
> and did a "make clean", then tried to make the program with out it.
> 
> I'm afraid this was the only solution I could find as the problem was
> beyond me.  I'll try to recompile the program with the offending file
> and send you the output.  Perhaps you can figure it out.
> 
I needed to make the following patch in order to get it to compile.

NF Stevens

*******************************************************************

--- dataimport.cc.org	Fri Jun 11 21:25:32 1999
+++ dataimport.cc	Sun Jun 13 20:33:18 1999
@@ -30,7 +30,6 @@
 #include <string>
 #include <vector>
 #include <stdio.h>
+#include <errno.h>
 
 #include "dataimport.h"
 



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