OSLib cvs repository

Jonathan Coxhead jonathan at doves.demon.co.uk
Mon Jun 17 19:08:47 BST 2002


On 16 Jun 2002, at 12:23, Tom Hughes wrote:

> In message <fa39d6414b.Tony at mk-net.demon.co.uk>
>           Tony van der Hoff <tony at mk-net.demon.co.uk> wrote:
> 
> > Tom, (or anyone else here) did you have any comments on the putative cvs
> > repository for OSLib on SourceForge?
> 
> Well I haven't actually managed to build from it yet...
> 
> The main problem seems to be that you've added all the source files
> with .swi extensions instead of putting them in a swi subdirectory, but
> the makefiles still seem to expect them to be in a swi subdirectory.
> 
> Was there some reason for switching to the extension based format?

   The "extension-based" format is the intended appearance---".swi" is supposed 
to be just like ".c" or ".h". The way this is done in a Norcroft makefile is by 
adding it to the .SUFFIXES dependency:

      .SUFFIXES: .o .h .h++ .swi .ch .Hdr .ah .Help .s

in each OSLib makefile.

   Dunno why it doesn't work for you tho'---maybe that line is missing 
somewhere?

   Regards ...

        /|
 . . . (_|/ o n a t h a n
        /|
       (_/



More information about the oslib-team mailing list