mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] mingw32
@ 2013-08-18  9:36 Erwin Rol
  2013-08-18 10:18 ` Marc Kleine-Budde
  2013-08-18 18:06 ` Robert Schwebel
  0 siblings, 2 replies; 5+ messages in thread
From: Erwin Rol @ 2013-08-18  9:36 UTC (permalink / raw)
  To: ptxdist

Hey all,

has anybody ever did anything with mingw32 and ptxdist? So building
windows programs with ptxdist on Linux. The toolchain seems to work, but
has anybody ever used it?

- Erwin

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] mingw32
  2013-08-18  9:36 [ptxdist] mingw32 Erwin Rol
@ 2013-08-18 10:18 ` Marc Kleine-Budde
  2013-08-18 11:12   ` Erwin Rol
  2013-08-18 18:06 ` Robert Schwebel
  1 sibling, 1 reply; 5+ messages in thread
From: Marc Kleine-Budde @ 2013-08-18 10:18 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 683 bytes --]

On 08/18/2013 11:36 AM, Erwin Rol wrote:
> Hey all,
> 
> has anybody ever did anything with mingw32 and ptxdist? So building
> windows programs with ptxdist on Linux. The toolchain seems to work, but
> has anybody ever used it?

Yes using the debian mingw toolchain. I build a windows gtk program with
ptxdist, but that was about 100 years ago. Must have been during the
1.99.x series.

Marc


-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] mingw32
  2013-08-18 10:18 ` Marc Kleine-Budde
@ 2013-08-18 11:12   ` Erwin Rol
  2013-08-18 11:17     ` Marc Kleine-Budde
  0 siblings, 1 reply; 5+ messages in thread
From: Erwin Rol @ 2013-08-18 11:12 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: ptxdist

Hey Marc,

On 18-8-2013 12:18, Marc Kleine-Budde wrote:
> On 08/18/2013 11:36 AM, Erwin Rol wrote:
>> Hey all,
>>
>> has anybody ever did anything with mingw32 and ptxdist? So building
>> windows programs with ptxdist on Linux. The toolchain seems to work, but
>> has anybody ever used it?
> 
> Yes using the debian mingw toolchain. 

So not with the ptxdist toolchain?

> I build a windows gtk program with
> ptxdist, but that was about 100 years ago. Must have been during the
> 1.99.x series.

The first program I tried (zlib) already needed changes to the ptxdist
rules :-)

> Marc

- Erwin




-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] mingw32
  2013-08-18 11:12   ` Erwin Rol
@ 2013-08-18 11:17     ` Marc Kleine-Budde
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2013-08-18 11:17 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 1128 bytes --]

On 08/18/2013 01:12 PM, Erwin Rol wrote:
> Hey Marc,
> 
> On 18-8-2013 12:18, Marc Kleine-Budde wrote:
>> On 08/18/2013 11:36 AM, Erwin Rol wrote:
>>> Hey all,
>>>
>>> has anybody ever did anything with mingw32 and ptxdist? So building
>>> windows programs with ptxdist on Linux. The toolchain seems to work, but
>>> has anybody ever used it?
>>
>> Yes using the debian mingw toolchain. 
> 
> So not with the ptxdist toolchain?

I think not, but this is an orthogonal problem :)

>> I build a windows gtk program with
>> ptxdist, but that was about 100 years ago. Must have been during the
>> 1.99.x series.
> 
> The first program I tried (zlib) already needed changes to the ptxdist
> rules :-)

This is why I autotoolized zlib back then. BTW: you can try to switch
zlib to cmake, as it comes with a CMakeLists.txt.

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] mingw32
  2013-08-18  9:36 [ptxdist] mingw32 Erwin Rol
  2013-08-18 10:18 ` Marc Kleine-Budde
@ 2013-08-18 18:06 ` Robert Schwebel
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2013-08-18 18:06 UTC (permalink / raw)
  To: ptxdist

On Sun, Aug 18, 2013 at 11:36:05AM +0200, Erwin Rol wrote:
> has anybody ever did anything with mingw32 and ptxdist? So building
> windows programs with ptxdist on Linux. The toolchain seems to work, but
> has anybody ever used it?

I think Ladis did some effort to build ptxdist projects on Windows, and
at that time we mainlined several quoting patches. However, as nobody is
able to test that on a regular base, I doubt that it still works.

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-18 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-18  9:36 [ptxdist] mingw32 Erwin Rol
2013-08-18 10:18 ` Marc Kleine-Budde
2013-08-18 11:12   ` Erwin Rol
2013-08-18 11:17     ` Marc Kleine-Budde
2013-08-18 18:06 ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox