Re: [Jocr-devels] Fwd: compiling gocr 0.43 on OS/2
Status: Alpha
                
                Brought to you by:
                
                    joerg10
                    
                
            | 
     
      
      
      From: Joerg S. <Joe...@UR...> - 2006-12-13 15:49:17
      
     
   | 
On Tue, 12 Dec 2006, Franz Bakan wrote: > Hi, > > as I didn't get a reply for my mali to Joergs gmx adress > I report again to this list, which is probably the better place anyway. > > gocr 0.43 compiles fine on OS/2 with two minor modifications: > > 1. > src/list.c > needs > > #include <stdlib.h> > +#include <time.h> > #include "list.h" I have add <time.h> in progress.h, which was simply forgotten and gcc did not complain (see attached patch). I dont see a reason, to include time.h in list.c. Can you tell me what the compiler is complaining about list.c? > 2. > src/Makefile.in > needs > > +SHELL = @SHELL@ > EXEEXT = @EXEEXT@ > > Would be nice if these two lines could make it into the sources. > I included the SHELL. Joerg  |