Re: [AD] djgpp compilation problems

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Bogdan,

You may want to check which version & release of Bash you are using. I would
use Bash 2.05. The exe should be dated 5-Nov-2001, I uploaded the files onto
the unofficial DJGPP WIN 2K / XP site on 7-Nov-2001.

This may or may not help, but it may eliminate one program out of the
equation.

Another item to check is which "echo.exe" you have in the bin directory.
Could you let me know the size in bytes, date and the output or lack of when
trying to get help with the --help or /? options. There is the posibility
that I have put the wrong echo in the binary files that you downloaded. I
have included some allegro header files in some of the files when I
shouldn't have.

DJGPP 2.04 has NOT been released, the version available from
http://clio.rice.edu/djgpp/win2k/main.htm is an alpha version. Could you let
me know via a direct email how it works on ME so I can update the URL to let
people know how it works. One BIG thing to watch is do not mix 2.03 exe's
and 2.04 exe's as the symlink support is incompatible and will cause you
some headaches.

Regards,
Andrew
----- Original Message -----
From: "Bogdan" <robotzel@xxxxxxxxxx>
To: <conductors@xxxxxxxxxx>
Sent: Saturday, November 24, 2001 11:52 PM
Subject: [AD] djgpp compilation problems


> Hello,
>
>  I'm using DJGPP 2.04 on Win ME,and when I start the compilation from
>  the msdos prompt it miserably fails at make cleantest. The problem
>  lies at this line:
>
> echo /* Generated by makefile.tst */ > $(ASMCAPA_DIR_D)\asmcapa.h
>
>  specifically the /* and */ which get expanded...A fix for this would
>  be to change the cleantest target in makefile.lst to this:
>
> cleantest:
> ifdef UNIX_TOOLS
>         echo "/* Generated by makefile.tst */" >
$(ASMCAPA_DIR_U)/asmcapa.h
> else
>         echo "/* Generated by makefile.tst */" >
$(ASMCAPA_DIR_D)\asmcapa.h
> endif
>
>
>  Also,the CHANGES target in makefile.in and makefile.all is wrong,it
>  should be
>
> CHANGES: docs/txt/changes.txt
>         $(MAKEDOC) -part -ascii CHANGES $<
> ifdef UNIX_TOOLS
>         cp CHANGES docs/txt/changes.txt
> else
>         copy CHANGES docs\txt\changes.txt
> endif
>
>   in makefile.all,and
>
> THANKS: docs/src/thanks._tx
>         $(MAKEDOC) -part -ascii THANKS $<
>         cp THANKS docs/txt/thanks.txt
>
> CHANGES: docs/txt/changes.txt
>         $(MAKEDOC) -part -ascii CHANGES $<
>         cp CHANGES docs/txt/changes.txt
>
>   in makefile.in .
>
> --
> Best regards,
>  Bogdan                          mailto:robotzel@xxxxxxxxxx
>
> "I dreamt of blood upon the shore,of eyes that spoke of sin.
>  The lake was smooth and deep and black,as was her scented skin..."
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/