Re: Compiling slrn under minGW32

Thomas Wiegner <[email protected]>
Newsgroups gmane.network.slrn.user
Organization Powered by Penguin
Message-ID <20080830105014.GA6993@fliewatuet>
* Andrew Strong ([email protected]) wrote [Sat, 080830 20:33]:

> mingw32-make -f makefile.g32

> for:

> > > make -f makefile.g32

> But the compile process failed very quickly and complained that
> slrnfeat.h could not be found, and in fact the file is not present.
> Would this file normally be generated during ./configure, which on my
> Windows system (oops I mean my wifes's Windows system!) I am not
> running? 

Are you using a dosbox or an msys-term? Then perhaps these lines
should be interesting for you

#v+
#-----------------------------------------------------------------------------
#   Misc Programs
#-----------------------------------------------------------------------------
CP = copy
RM = del
RMDIR = rmdir /s /q
#v-

On windows slrnfeat.h and config.h are generated by this two lines:

#v+
config.h: slrnconf.h
        $(CP) slrnconf.h config.h
slrnfeat.h: win32/slrnfeat.def slrnfeat.hin
        $(SLSH) win32/subst.sl win32/slrnfeat.def slrnfeat.hin slrnfeat.h
#v-

Does the Makefile find the slangshell? Is slsh.exe in your
searchpath?

Cheers,

 Thomas


-- 
[X] Nail here for new Monitor

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.