> I guess what I'm curious about is if the files would be missed if they
> were removed.
>
> Between cygwin and mingw32 I think there is sufficient win32 support...
>
> Cheers,
> Steven Schultz
>
I'm note sure that I can answer on behalf of the wider windows comm
> When building mjpegtools on a win32 system do you know if the files
> in win32/ are necessary? Specifically are the files:
>
> win32:
> config.h getopt.c getopt.h mplex win32defs.h
>
> win32/mplex:
> mplex.dsp mplexlib.dsp mplexlib.dsw
>
> neces
I am send attach diff to allow ./configure to work under both cygwin and
Mingw32/Msys.
Together with my first patch to fix problems with leading underscores on the
win32
environment, it is possible to ./configure ; make
The configure file distributed with jpeg-mmx would appear to be a work in
p
on any none edited lines and
prepared a new patch file which I hope will work ok.
Attachments:
C:\progs\cygwin\home\pjk\cvs20050515\diff.txt
--- End of forwarded message [EMAIL PROTECTED]
Peter King
diff -urN jpeg-mmx/jdct.h jpeg-mmx.new/jdct.h
--- jpeg-mmx/jdct.h 2005-05-16 16:25:
>
> On Thu, 12 May 2005 [EMAIL PROTECTED] wrote:
>
> > I include below my diff file for jpeg-mmx to enable compilation under
> > cygwin.
> > after application of this patch, run ./configure. The only remaining
> > problem is the
>
> Thanks for reposting as an attachement - the lines we
I include below my diff file for jpeg-mmx to enable compilation under cygwin.
after application of this patch, run ./configure. The only remaining problem is
the
ASFLAGS in the generated Makefile should be changed to "-f win32" from "-f elf"
I have not delved into configure to automate this.
[EMA
I include below my diff file for jpeg-mmx to enable compilation under cygwin.
after application of this patch, run ./configure. The only remaining problem is the
ASFLAGS in the generated Makefile should be changed to "-f win32" from "-f elf"
I have not delved into configure to automate this.
At Last I have found the problem with Cygwin compile.
Under cygwin stdint.h contains the following:
#ifndef __int8_t_defined
#define __int8_t_defined
typedef signed char int8_t;
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#endif
typedef unsigned char uint8_t;
typedef u
From: "Steven M. Schultz" <[EMAIL PROTECTED]>
To: mjpeg-users@lists.sourceforge.net
Subject:Re: [Mjpeg-users] Re: Compiling Mjpegtools under Cygwin
Date sent: Tue, 3 May 2005 09:59:49 -0700 (PDT)
>
> On Tue, 3 May 2005 [EMAIL PROT
> On Tue, 3 May 2005 [EMAIL PROTECTED] wrote:
> > Actually I was a little premature with my last post. There are a couple
> > more uses of
> > Limits All are to provide constants for manipulation of
> > unsigned int bit
> > fields. I have appended a patch file for my current position. I still
> Date: Mon, 2 May 2005 10:17:57 -0700 (PDT)
> From: "Steven M. Schultz" <[EMAIL PROTECTED]>
> To: mjpeg-users@lists.sourceforge.net
> Subject: Re: [Mjpeg-users] re Compiling Mjpegtools under Cyqwin
>
>
> On Mon, 2 May 2005 [EMAIL PROTECTED] wrote:
$_ZNK14BitmapRegion2DIslE15IteratorForwardERNS0_13ConstIter
atorE[BitmapRegion2D::IteratorForward(BitmapRegion2D::ConstIterator&) const]+0x2c): In function
`_ZN16DoublyLinkedListIN12SearchWindowIhLi2ElslLs2ELs2Et5PixelIhLi2ElE14Refere
ncePixelIthLi2ES2_E14ReferenceFrameIS4_slEE16SearchWindowCellEEC2Ev':
mapRegion2D::IteratorForward(BitmapRegion2D::ConstIterator&) const]+0x2c): In function
`_ZN16DoublyLinkedListIN12SearchWindowIhLi2ElslLs2ELs2Et5PixelIhLi2ElE14Refere
ncePixelIthLi2ES2_E14ReferenceFrameIS4_slEE16SearchWindowCellEEC2Ev':
/home/pjk/mjpegplay/y4mdeno
> > Hi All
> > I am working my way through compilation under cygwin. Clearly elf shared
> > libraries aren't available under windows. It would seem from
> > mpeg2enc/fdct_mmx.s that the > change to position independent code was made
> > only 18 months ago. Are any older
>
> Only?? That
Hi All
I am working my way through compilation under cygwin. Clearly elf shared
libraries
aren't available under windows. It would seem form mpeg2enc/fdct_mmx.s that the
change to position independent code was made only 18 months ago. Are any older
versions available so that I could look at thi
Hi Luke
I too am interested in compiling under windows, though I would prefer to
be independent of cyqwin. It is beeing down because DVDStyler and
DVDAuthorGUI both distribute with windows executables, which are not
dependant on cygwin.dll.
I started with jpeg-mmx and found there were two major
16 matches
Mail list logo