delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2019/11/16/06:23:44

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp AT delorie DOT com
Subject: Re: ANNOUNCE: MGRX 1.3.1 uploaded.
To: Gisle Vanem <gvanem AT yahoo DOT no>, djgpp AT delorie DOT com
References: <201911160147 DOT xAG1lei7011641 AT delorie DOT com>
<a229ff8e-8bbd-cc2b-49b4-4856a701a3c7 AT yahoo DOT no>
From: "Mariano (malfer AT telefonica DOT net) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
Message-ID: <b95c4503-c239-b630-4444-a5ebffa7e4bb@telefonica.net>
Date: Sat, 16 Nov 2019 12:18:49 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
Thunderbird/68.1.1
MIME-Version: 1.0
In-Reply-To: <a229ff8e-8bbd-cc2b-49b4-4856a701a3c7@yahoo.no>
X-CTCH-Score: 0.000
X-CTCH-ScoreCust: 0.000
X-TnetOut-Country: IP: 83.36.110.245 | Country: ES
X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout02
X-TnetOut-MsgID: 47FXm05rq5zdZZd.A4239
X-TnetOut-SpamCheck: no es spam, Unknown
X-TnetOut-From: malfer AT telefonica DOT net
X-TnetOut-Watermark: 1574507937 DOT 34344 AT gZEhKxMcHfpU64G+x3zQLw
X-Spam-Status: No
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id xAGBJnn7014580
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

El 16/11/19 a las 10:56, Gisle Vanem escribió:
> Mariano wrote:
>
>> Hi, I'm happy to announce that MGRX version 1.3.1 has been uploaded
>> to the Delorie FTP site and can be downloaded as:
>>
>>  ?? MGRX 1.3.1 sources:
>>  ?? ftp://ftp.delorie.com/pub/djgpp/current/v2tk/mgrx131s.zip
>>
>> MGRX is a 2D graphics library derived from GRX. It supports four
>> platforms: DJGPP, Win32, Linux framebuffer and Linux X11.
>
> I tried to build for Windows using my TDM-gcc and failed miserably.
> Since I have only 32-bit libs of 'libjpeg*.a' (from my Gtk) etc,
> all samples failed to link.
>
> So I need to use 'gcc -m32' to compile and link. But that seemed harder
> than it should be; the 'BUILD_I386=n' did not work.
>
> Besides, what SHELL is assumed? My Cygwin bash doesn't like all those
> 'if exist foo del foo' lines.
Hi Gisle

 From the readme file:

-------
  Note for DJGPP/Mingw users: Do _not_ use an environment variable
  `SHELL' leading to `bash', e.g. `SHELL=/djgpp/bin/bash.exe'.
  Do not use MSYS either. The DJGPP/Mingw Makefiles must be run with
  the normal 'command.com'.

  Note for Mingw users: use "mingw32-make" instead "make". The
  compilation was tested with the 32 bit version of "TDM-GCC"
  mingw32 distribution.
-------

The Win32 version of MGRX is to make native Win32 programs, this
is why it uses TDM-GCC to compile and not Cygwin and even not
MSYS, only a pure COMMAND.COM to compile with the TDM-GCC (32 bits)
bin directory in the path (You can use the COMMAND.COM icon that
TDM-GCC provides)

To add jpeg and png support for TDM-GCC (Win32) you have to compile
the source libraries, it isn't too difficult, or you can download
this package with the libraries already compiled by me and install
them for TDM-GCC following the simple instructions in the included
readme file:
  http://www.fgrim.com/mgrx/zfiles/libsw32.zip

Greetings
M.Alvarez


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019