Re: cross building wxMSW under fedora 12 configure error: cannot compute sizeof (boolean), 77)

2009-12-15 Thread Richard W.M. Jones
From: Vadim Zeitlin va...@wxwidgets.org When building libjpeg ourselves we rename boolean to wxjpeg_boolean (which is still int, as original boolean). I had several problems because of this though so I almost convinced myself that it would be better to just let Windows define boolean as

Re: cross building wxMSW under fedora 12 configure error: cannot compute sizeof (boolean), 77

2009-12-09 Thread Richard W.M. Jones
On Tue, Dec 01, 2009 at 05:51:03PM +0800, aaron lwe wrote: Hi, I want to cross build wxMSW-2.8.10 under fedora 12, but when I did a configure, it gave me the following error message: checking size of boolean... configure: error: cannot compute sizeof(boolean), 77 See `config.log' for more

Re: dlltool and friends

2009-12-09 Thread Richard W.M. Jones
On Wed, Dec 09, 2009 at 01:28:03PM +0100, Kai Tietz wrote: 2009/12/9 Richard W.M. Jones rjo...@redhat.com: On Tue, Dec 08, 2009 at 09:37:18AM -0600, Michael Cronenworth wrote: I'm attempting to generate a DLL and I think I stumbled upon an issue, or possibly I don't know how to use dlltool

Re: Switching to DWARF2 exceptions

2009-11-30 Thread Richard W.M. Jones
On Mon, Nov 30, 2009 at 12:53:53PM +0200, Kalev Lember wrote: On 11/30/2009 12:19 PM, Richard W.M. Jones wrote: On Mon, Nov 30, 2009 at 11:56:46AM +0200, Kalev Lember wrote: To work around that, upstream mingw has a patch to annotate functions which support unwinding with SEH

Re: rawhide report: 20091128 changes

2009-11-28 Thread Richard W.M. Jones
On Sat, Nov 28, 2009 at 01:51:52PM +, Rawhide Report wrote: mingw32-plib-static-1.8.5-0.fc13.noarch requires mingw32-plib = 0:{version}-{release} Hmmm ... this is a packaging bug, and since the package was just added it should have been caught during review. Rich. -- Richard

Old fedora-mingw--devel mercurial repository: moved to git, archived

2009-11-16 Thread Richard W.M. Jones
It's not necessary to use this now, but in any case it has been moved to here: http://git.annexia.org/?p=fedora-mingw.git;a=summary Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software

Re: mingw32-pthreads

2009-11-16 Thread Richard W.M. Jones
On Mon, Nov 16, 2009 at 08:48:35AM +0100, Farkas Levente wrote: On 11/16/2009 08:17 AM, Richard W.M. Jones wrote: On Sun, Nov 15, 2009 at 01:15:17PM +0100, Farkas Levente wrote: On 11/15/2009 01:10 PM, Kalev Lember wrote: On 11/15/2009 01:08 PM, Farkas Levente wrote: hi, after reading

Re: mingw32-pthreads

2009-11-15 Thread Richard W.M. Jones
On Sun, Nov 15, 2009 at 01:15:17PM +0100, Farkas Levente wrote: On 11/15/2009 01:10 PM, Kalev Lember wrote: On 11/15/2009 01:08 PM, Farkas Levente wrote: hi, after reading this page

Re: Broken dependencies: mingw32-gcc

2009-11-15 Thread Richard W.M. Jones
On Sun, Nov 15, 2009 at 01:29:17PM +, build...@fedoraproject.org wrote: mingw32-gcc has broken dependencies in the development tree: On ppc: In case anyone didn't see it: https://www.redhat.com/archives/fedora-devel-list/2009-November/thread.html#00718 These messages (for PPC anyhow) can

Re: Howto set up a chroot build environment for deployment?

2009-10-20 Thread Richard W.M. Jones
On Tue, Oct 20, 2009 at 11:07:21AM +0200, Per Arnold Blaasmo wrote: I am in the need to have a build environment for windows that builds every night and that is started from a clean state and ends up in a install program. Is there any howto or does someone have a setup like this that they

Re: error trying to exec 'cc1': execvp: No such file or directory

2009-10-14 Thread Richard W.M. Jones
On Wed, Oct 14, 2009 at 10:08:51AM +0200, Erik van Pienbroek wrote: As far as I know the latest mingw32-gcc in rawhide should work just fine. Various packages have been built in the last few days with this version of gcc so I guess this is a local problem. Note that this is the gcc in Rawhide

Re: error trying to exec 'cc1': execvp: No such file or directory

2009-10-14 Thread Richard W.M. Jones
On Wed, Oct 14, 2009 at 10:00:31AM +0100, Richard W.M. Jones wrote: On Wed, Oct 14, 2009 at 10:08:51AM +0200, Erik van Pienbroek wrote: As far as I know the latest mingw32-gcc in rawhide should work just fine. Various packages have been built in the last few days with this version of gcc so

Re: error trying to exec 'cc1': execvp: No such file or directory

2009-10-14 Thread Richard W.M. Jones
On Wed, Oct 14, 2009 at 01:19:34PM +0100, Richard W.M. Jones wrote: I will file a BZ about this later on. I tried to reproduce this on a virgin F11 system, but I can't. So ... No BZ for now. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs

Re: wxWidgets(2.8.9) RPM spec for F11

2009-09-07 Thread Richard W.M. Jones
In addition to Erik's reply, also we have some instructions specifically for new MinGW packages: http://fedoraproject.org/wiki/MinGW/New_package Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell

Re: KOffice cross compilation

2009-08-19 Thread Richard W.M. Jones
On Tue, Aug 18, 2009 at 11:54:13AM +0200, lukast@gmail.com wrote: Hello, I'm Krita developer, which is KDE graphics program, it is part of KOffice. I would like to use cross compiler from FC11 to cross-compile KOffice for Windows. Mainly Krita, but I will try to compile full KOffice.

Re: Rewinding the discussion on MinGW+Wine

2009-07-28 Thread Richard W.M. Jones
On Mon, Jul 27, 2009 at 08:37:39PM +0200, Paolo Bonzini wrote: cat configure.ac \EOF AC_INIT AM_PATH_GLIB_2_0(2.0.0) AC_OUTPUT(Makefile) EOF Just use PKG_CHECK_MODULES instead, as in the attached example. It works fine. Now please answer my question: Which package are you trying

Re: Rewinding the discussion on MinGW+Wine

2009-07-28 Thread Richard W.M. Jones
On Tue, Jul 28, 2009 at 10:57:57AM +0200, Paolo Bonzini wrote: On 07/28/2009 10:30 AM, Richard W.M. Jones wrote: On Mon, Jul 27, 2009 at 08:37:39PM +0200, Paolo Bonzini wrote: cat configure.ac \EOF AC_INIT AM_PATH_GLIB_2_0(2.0.0) AC_OUTPUT(Makefile) EOF Just use PKG_CHECK_MODULES

Re: Rewinding the discussion on MinGW+Wine

2009-07-27 Thread Richard W.M. Jones
On Mon, Jul 27, 2009 at 02:50:58PM +0200, Paolo Bonzini wrote: 513819: this is just the fact mingw's sys-root is *not* exported to Wine. Nothing else, nothing more. It is totally unrelated from the fact that Autoconf thinks it's not cross-compiling anymore. The question is one, we can

Re: MinGW LLVM?

2009-07-23 Thread Richard W.M. Jones
On Wed, Jul 22, 2009 at 02:13:11PM -0700, Eric Smith wrote: I'm working on a new compiler that uses LLVM, and it would be nice to be able to cross-compile it with MinGW. Has anyone given any thought to building the LLVM package for MinGW? I wouldn't need the llvm-gcc front end, only the

Re: A little gift - Pratyus

2009-07-03 Thread Richard W.M. Jones
The spambots now sign up to mailing list. This account was banned, but I doubt it'll be the last. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and

Re: kwizart's interest in mingw SIG (+patch for smock.pl)

2009-07-03 Thread Richard W.M. Jones
On Thu, Jul 02, 2009 at 12:28:25PM +0200, Nicolas Chauvet wrote: Hello ! Welcome! I'm using smock.pl for building packages. Here is a patch that will add a --suffix option in order to use any custom mock configuration files. For an example:

Re: Interest in mingw wxWidgets

2009-06-22 Thread Richard W.M. Jones
On Sat, Jun 20, 2009 at 02:26:17PM -0600, Max Jonathan Spaulding wrote: I have a need for wxWidgets in a mingw app and will be building my own libs in a few weeks or next month sometime. I was wondering 1, if a wxWidgets package for mingw would be useful to anyone else but me? This is a

Re: How much to stick to the packaging layout of native packages

2009-06-22 Thread Richard W.M. Jones
On Sat, Jun 20, 2009 at 12:06:23AM +0200, Erik van Pienbroek wrote: While reviewing mingw32-gstreamer [1] I've stumbled upon a situation where more feedback is appreciated. The packager has based this package upon the native gstreamer package. While there's nothing wrong with that approach I

Re: Mac OS X cross-compiler coming soon to a Fedora near you (or maybe not?)

2009-06-18 Thread Richard W.M. Jones
On Thu, Jun 18, 2009 at 11:30:19AM +0200, Erik van Pienbroek wrote: http://svn.macosforge.org/repository/odcctools/trunk/ChangeLog.odcctools Because of this I replaced the odcctools from the iphone-dev project (based on cctools-622.3) with the odcctools tools from Apple (based on

Re: how to patch native pacakge

2009-06-17 Thread Richard W.M. Jones
On Wed, Jun 17, 2009 at 09:09:45PM +0200, Farkas Levente wrote: so what's our position now? it seems upstream wouldn't like to (and probably can't solve without break something). Have you talked to upstream about this? Please point us to the upstream discussion on their mailing lists. Rich.

Re: how to patch native pacakge

2009-06-17 Thread Richard W.M. Jones
On Wed, Jun 17, 2009 at 10:40:56PM +0200, Farkas Levente wrote: Richard W.M. Jones wrote: On Wed, Jun 17, 2009 at 09:09:45PM +0200, Farkas Levente wrote: so what's our position now? it seems upstream wouldn't like to (and probably can't solve without break something). Have you talked

Re: [patch] nsiswrapper 3.4.fc11

2009-06-17 Thread Richard W.M. Jones
On Wed, Jun 17, 2009 at 04:48:39PM -0500, René Berber wrote: Richard W.M. Jones wrote: I will commit unless anyone has any objections. [Just to note that I did commit this] Just tried today the new version, one problem I did not see before, PATH needs to include /usr/i686-pc-mingw32/sys

Re: Mac OS X cross-compiler coming soon to a Fedora near you (or maybe not?)

2009-06-16 Thread Richard W.M. Jones
On Tue, Jun 16, 2009 at 04:09:31PM +0200, Kevin Kofler wrote: Farkas Levente wrote: - wouldn't we like to merge all 3 platform (mingw32, mingw64, darwin) into a common name and package set as discussed earlier? Huh? How would that work? MinGW and darwinx are very different targets. As Dan

Re: Mac OS X cross-compiler coming soon to a Fedora near you (or maybe not?)

2009-06-16 Thread Richard W.M. Jones
On Tue, Jun 16, 2009 at 04:27:13PM +0200, Kevin Kofler wrote: That sounds like a bad plan. The targets don't have any more in common than they do with the native version. It makes sense to keep them in separate SRPMs [..] No, I disagree. Entering hypothetical territory, _if_ it turns out we

Re: Mac OS X cross-compiler coming soon to a Fedora near you (or maybe not?)

2009-06-15 Thread Richard W.M. Jones
On Mon, Jun 15, 2009 at 02:37:08PM +0100, Daniel P. Berrange wrote: On Mon, Jun 15, 2009 at 03:30:30PM +0200, Erik van Pienbroek wrote: On to everybody's favorite subject (ahum..), the legal stuff. First of all, I didn't do a thorough research yet about all the licenses involved. For GCC

rpms/mingw32-filesystem/devel Toolchain-mingw32.cmake, NONE, 1.1 macros.mingw32, 1.3, 1.4 mingw32-filesystem.spec, 1.22, 1.23

2009-06-09 Thread Richard W.M. Jones
/usr/lib/rpm/mingw32-* %changelog +* Thu Jun 4 2009 Adam Goode a...@spicenitz.org - 51-1 +- Add CMake rules + * Tue Apr 21 2009 Richard W.M. Jones rjo...@redhat.com - 50-4 - Fix dependency problem with + in DLL name (Thomas Sailer). ___ fedora

Fwd: [Bug 504782] New: libpng: Interlaced Images Information Disclosure Vulnerability

2009-06-09 Thread Richard W.M. Jones
- Forwarded message from bugzi...@redhat.com - Subject: [Bug 504782] New: libpng: Interlaced Images Information Disclosure Vulnerability Date: Tue, 9 Jun 2009 08:37:47 -0400 Please do not reply directly to this email. All additional comments should be made in the comments box of

rpms/mingw32-libpng/F-11 .cvsignore, 1.3, 1.4 mingw32-libpng.spec, 1.4, 1.5 sources, 1.3, 1.4

2009-06-09 Thread Richard W.M. Jones
Libpng library @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 9 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.37-1 +- New upstream version 1.2.37 to fix SECURITY bug RHBZ#504782. + * Wed Feb 25 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.35-1 - Update to libpng

rpms/mingw32-libpng/F-10 .cvsignore, 1.3, 1.4 mingw32-libpng.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-06-09 Thread Richard W.M. Jones
Libpng library @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 9 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.37-1 +- New upstream version 1.2.37 to fix SECURITY bug RHBZ#504782. + * Thu Feb 26 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.35-1 - Update to libpng

rpms/mingw32-libpng/EL-5 .cvsignore, 1.3, 1.4 mingw32-libpng.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-06-09 Thread Richard W.M. Jones
Libpng library @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 9 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.37-1 +- New upstream version 1.2.37 to fix SECURITY bug RHBZ#504782. + * Wed Feb 25 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.35-1 - Update to libpng

Re: [patch] nsiswrapper 3.4.fc11

2009-06-04 Thread Richard W.M. Jones
On Thu, Jun 04, 2009 at 11:30:41AM -0500, René Berber wrote: Hi, In the course of cross-building a Qt and Gtk version of Transmission I had to patch nsiswrapper as follows, only 2 changes: add case insensitive option to grep, add more system libraries; still left undone check_path should be

Re: CMake/MinGW32 toolchain file

2009-06-03 Thread Richard W.M. Jones
On Wed, Jun 03, 2009 at 09:29:44AM -0400, Adam Goode wrote: Hi, I am working to package openjpeg which uses CMake. With CMake, cross compilers are supported with specific toolchain files. I have constructed such a file for Fedora MinGW, based on this: http://www.vtk.org/Wiki/CmakeMingw

Re: Compile error on glademm project

2009-06-01 Thread Richard W.M. Jones
On Fri, May 29, 2009 at 10:05:28PM -0300, Fabrício Godoy wrote: Thanks, using mingw32-configure I could compile without errors. But mingw pkg-config still not found, it's ok? . . . checking for i686-pc-mingw32-pkg-config... no checking for pkg-config... /usr/bin/pkg-config Yeah that's

Re: Package update policy

2009-05-29 Thread Richard W.M. Jones
On Fri, May 29, 2009 at 03:12:08PM +0200, Erik van Pienbroek wrote: - Packages in group 1 are always in sync among the different branches (there may be a small delay to test changes, but eventually the changes should to applied to all branches) Do we really want to keep updating older

Re: Compile error on glademm project

2009-05-29 Thread Richard W.M. Jones
On Fri, May 29, 2009 at 11:47:38AM -0300, Fabrício Godoy wrote: Hi, thanks for the link. When I call ./configure --host=i686-pc-mingw32, the mingw pkg-config is not found. Maybe i686-pc-mingw32-pkg-config is missing. Nope, you need pkg-config. However pkg-config needs an extra environment

Re: wxWidgets

2009-05-28 Thread Richard W.M. Jones
On Thu, May 28, 2009 at 01:19:31PM -0600, Max J. Spaulding wrote: Just wondering if anyone is using wxWidgets with this? If so what are you using a package from another source? Libraries you've compiled your self? Back when I was building mingw by hand I was doing the same with wxWidgets.

List of people on the Wiki page

2009-05-27 Thread Richard W.M. Jones
https://fedoraproject.org/wiki/MinGW#People The 'People' section of the wiki page is looking rather sparse. But I know that the Fedora MinGW project is more lively than ever, with many new packages going in. Unless you follow all the bugzilla entries like I do, you might not know this, just

Re: forcing builder arch for noarch packages

2009-05-23 Thread Richard W.M. Jones
On Sat, May 23, 2009 at 02:10:21PM +0200, Thomas Sailer wrote: Hi, is there a way to force the builder arch for building a noarch package? mingw32-tcl builds first tclsh85.exe, and then tries to use this shell plus some tcl scripts in the build process. This works in mock if I

Re: how to patch native pacakge

2009-05-23 Thread Richard W.M. Jones
On Sat, May 23, 2009 at 12:36:49AM +0200, Farkas Levente wrote: ok. os what to do now? Go and ask upstream!!! Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual

Fwd: Broken dependencies in Fedora 11 - 2009-05-22

2009-05-22 Thread Richard W.M. Jones
- Forwarded message from Michael Schwendt mschwe...@gmail.com - Subject: Broken dependencies in Fedora 11 - 2009-05-22 Date: Fri, 22 May 2009 08:24:56 - Your following packages in the repository suffer from broken dependencies:

Re: Fedora MinGW

2009-05-22 Thread Richard W.M. Jones
On Fri, May 22, 2009 at 11:27:39AM +0200, Farkas Levente wrote: it'd be useful if this page still be updated daily:-) http://www.annexia.org/fedora_mingw Yeah, I do need to update that. Also the mingw32-crossreport database needs to be updated, since we've added a lot of new packages. Rich.

Re: Fedora MinGW

2009-05-22 Thread Richard W.M. Jones
On Fri, May 22, 2009 at 11:36:18AM +0200, Farkas Levente wrote: Richard W.M. Jones wrote: On Fri, May 22, 2009 at 11:27:39AM +0200, Farkas Levente wrote: it'd be useful if this page still be updated daily:-) http://www.annexia.org/fedora_mingw Yeah, I do need to update that. Also

Re: Fedora MinGW

2009-05-22 Thread Richard W.M. Jones
On Fri, May 22, 2009 at 01:26:48PM +0200, Farkas Levente wrote: Richard W.M. Jones wrote: On Fri, May 22, 2009 at 11:36:18AM +0200, Farkas Levente wrote: Richard W.M. Jones wrote: On Fri, May 22, 2009 at 11:27:39AM +0200, Farkas Levente wrote: it'd be useful if this page still be updated

Fwd: License replacement for Sun RPC

2009-05-22 Thread Richard W.M. Jones
Thanks to Sun, and not least to Tom spot Callaway's tireless efforts, we now have the go-ahead to relicense the RPC code in PortableXDR, which means we finally have a working RPC implementation for MinGW projects (specifically: libvirt). Rich. - Forwarded message from Tom spot Callaway

Re: ocamlfind with ming32

2009-05-19 Thread Richard W.M. Jones
On Tue, May 19, 2009 at 09:51:46PM +1000, David Crawshaw wrote: There does not seem to be an ocamlfind binary installed by the mingw findlib package, and it isn't obvious to me how to use the normal ocamlfind binary with the mingw ocaml. Have I missed something in my ignorance of findlib, or

Re: mingw64 status?

2009-05-09 Thread Richard W.M. Jones
On Thu, May 07, 2009 at 03:54:10PM -0500, Michael Cronenworth wrote: What about a w64api for mingw64? The DDK includes are no where to be found. I'm not able to make libusb for Win64 as it stands. Didn't parse fully the second bit of your request above. I tried building a driver using the DDK

Notes on cross-compiling Linux - Mac OS X

2009-05-07 Thread Richard W.M. Jones
Might be useful for someone: http://devs.openttd.org/~truebrain/compile-farm/apple-darwin9.txt -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn

Re: gtk2 and libxml2 need updates

2009-05-07 Thread Richard W.M. Jones
On Mon, May 04, 2009 at 10:25:36AM -0500, Michael Cronenworth wrote: 2) MinGW packages should ideally match the version level in Fedora. We have some tools that Dan Berrange wrote which should enforce this (or at least persistently email everyone when it's not the case). A to-do is to roll out

SECURITY: New release of GnuTLS 2.6.6

2009-04-30 Thread Richard W.M. Jones
gnutls-cli.exe and gnutls-cli-debug.exe which we ship in the mingw32-gnutls package do not check the activation and expiration dates of X.509 certificates: http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3517 http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3514 I

SECURITY: GnuTLS: All DSA keys generated using GnuTLS 2.6.x are corrupt

2009-04-30 Thread Richard W.M. Jones
quote When investigating the DSA problems reported by Miroslav Kratochvil (e.g., [1]), Simon Josefsson discovered that all DSA keys generated by GnuTLS 2.6.x are corrupt. Rather than generating a DSA key, GnuTLS will generate a RSA key and store it in a DSA structure. The patch to

SECURITY: GnuTLS: double-free and free of invalid pointers on certain errors

2009-04-30 Thread Richard W.M. Jones
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3515 -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows.

rpms/mingw32-SDL/devel mingw32-SDL.spec,1.3,1.4

2009-04-28 Thread Richard W.M. Jones
that the headers need iconv.h, hence: +Requires: mingw32-iconv + %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library @@ -115,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 29 2009 Richard W.M. Jones rjo...@redhat.com - 1.2.13-7 +- Add runtime

Fwd: Goocanvas for Mingw32

2009-04-27 Thread Richard W.M. Jones
Thanks Egil, I am forwarding your message and the spec file to the fedora-mingw mailing list. I looked quickly over the spec file and it looks good. Rich. - Forwarded message from Egil Kvaleberg e...@kvaleberg.com - Subject: Goocanvas for Mingw32 Date: Mon, 27 Apr 2009 13:54:27 +0200

Re: --with-gtkmm

2009-04-25 Thread Richard W.M. Jones
On Fri, Apr 24, 2009 at 08:30:16AM -0300, Fabrício Godoy wrote: Sorry, I sent draft e-mail. I tried to create an installer using nsiswrapper to my gtkmm program, but it report missing dependencies. Even using --with-gtk parameter. Maybe is needed to implement like --with-gtkmm parameter.

Re: Error building

2009-04-25 Thread Richard W.M. Jones
On Fri, Apr 24, 2009 at 11:23:05PM -0300, Fabrício Godoy wrote: When I try compile my project[1] with mingw32 on Fedora I get the following error: i686-pc-mingw32-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0

Re: --with-gtkmm

2009-04-25 Thread Richard W.M. Jones
On Sat, Apr 25, 2009 at 11:16:43AM -0300, Fabrício Godoy wrote: Maybe it's happening a incorrect behavior of --with-gtk option. [fabri...@fabriciopc src]$ nsiswrapper --with-gtk network-logger.exe MISSING DEPENDENCY: libglib-2.0-0.dll (for network-logger.exe) You may need to add the

Re: --with-gtkmm

2009-04-25 Thread Richard W.M. Jones
On Sat, Apr 25, 2009 at 01:54:39PM -0300, Fabrício Godoy wrote: Yes, worked. I'ts correct manually edit $PATH? Modify this on install have side effects? Yes, it's OK to manually edit the $PATH. However it's a bit of a hack, and it'd be better if nsiswrapper knew about the default paths. Rich.

Re: --with-gtkmm

2009-04-24 Thread Richard W.M. Jones
On Thu, Apr 23, 2009 at 11:57:37PM -0300, Fabrício Godoy wrote: Please implement this option. I can't create installer for gtkmm applications. A bit of context? Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual

Re: mingw32-sqlite

2009-04-24 Thread Richard W.M. Jones
On Thu, Apr 23, 2009 at 07:23:38PM +0200, Thomas Sailer wrote: So a working solution might look something like: export MINGW32_CFLAGS=`rpm --eval %{_mingw32_cflags}` -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1

Re: mingw32-sqlite

2009-04-23 Thread Richard W.M. Jones
On Thu, Apr 23, 2009 at 11:33:22AM +0200, Thomas Sailer wrote: I would like to update mingw32-sqlite to match native in both version an feature set. Are there any objections? Go for it. # Patches from Fedora native package. -Patch1: sqlite-3.6.6.2-libdl.patch +Patch1:

rpms/mingw32-filesystem/F-11 mingw32-filesystem.spec, 1.21, 1.22 mingw32-find-requires.sh, 1.1, 1.2

2009-04-22 Thread Richard W.M. Jones
+158,9 @@ %changelog +* Tue Apr 21 2009 Richard W.M. Jones rjo...@redhat.com - 50-3.1 +- Fix dependency problem with + in DLL name (Thomas Sailer). + * Fri Mar 27 2009 Richard W.M. Jones rjo...@redhat.com - 50-3 - Fix up and test mingw32-pkg-config changes. Index: mingw32-find-requires.sh

rpms/mingw32-filesystem/F-10 mingw32-filesystem.spec, 1.10, 1.11 mingw32-find-requires.sh, 1.1, 1.2

2009-04-22 Thread Richard W.M. Jones
+147,9 @@ %changelog +* Tue Apr 21 2009 Richard W.M. Jones rjo...@redhat.com - 40-3.3 +- Fix dependency problem with + in DLL name (Thomas Sailer). + * Thu Feb 19 2009 Richard W.M. Jones rjo...@redhat.com - 40-3.fc10.2 - Added virtual provides for mingw32(cfgmgr32.dll) and mingw32(setupapi.dll

rpms/mingw32-filesystem/EL-5 mingw32-filesystem.spec, 1.10, 1.11 mingw32-find-requires.sh, 1.1, 1.2

2009-04-22 Thread Richard W.M. Jones
+144,9 @@ %changelog +* Tue Apr 21 2009 Richard W.M. Jones rjo...@redhat.com - 40-3.1 +- Fix dependency problem with + in DLL name (Thomas Sailer). + * Wed Jan 14 2009 Richard W.M. Jones rjo...@redhat.com - 40-3 - Add pseudo-provides secur32.dll Index: mingw32-find-requires.sh

rpms/mingw32-filesystem/devel mingw32-filesystem.spec, 1.21, 1.22 mingw32-find-requires.sh, 1.1, 1.2

2009-04-22 Thread Richard W.M. Jones
+158,9 @@ %changelog +* Tue Apr 21 2009 Richard W.M. Jones rjo...@redhat.com - 50-4 +- Fix dependency problem with + in DLL name (Thomas Sailer). + * Fri Mar 27 2009 Richard W.M. Jones rjo...@redhat.com - 50-3 - Fix up and test mingw32-pkg-config changes. Index: mingw32-find-requires.sh

Re: rpms/mingw32-filesystem/F-11 mingw32-filesystem.spec, 1.21, 1.22 mingw32-find-requires.sh, 1.1, 1.2

2009-04-22 Thread Richard W.M. Jones
On Wed, Apr 22, 2009 at 11:00:53AM +0200, Farkas Levente wrote: why we start to use this kind of release 3%{?dist}.1 ? So that upgrades between branches of Fedora work. This is a standard Fedora practice. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones

[PATCH] Fix dependency generator

2009-04-21 Thread Richard W.M. Jones
These patches are by Thomas Sailer. They fix the case where a library name contains a '+' character. Comments before I apply them? Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs,

Fwd: [announce] dbus4win

2009-04-21 Thread Richard W.M. Jones
From: Marc Mutz m...@kdab.net To: d...@lists.freedesktop.org, windbus-de...@lists.sf.net Subject: [announce] dbus4win Date: Tue, 21 Apr 2009 11:04:10 +0200 Hi, I'd like to announce that we at KDAB are working on 'dbus4win', which we li= ke=20 to think of as a re-unification of the

Re: [PATCH] Fix dependency generator

2009-04-21 Thread Richard W.M. Jones
On Tue, Apr 21, 2009 at 10:50:40AM +0200, Erik van Pienbroek wrote: Looks good to me. Which library needs this patch by the way? libxml++-2.6-2.dll Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora

Split out e2fsprogs sublibraries

2009-04-20 Thread Richard W.M. Jones
On Fri, Feb 20, 2009 at 02:34:14PM +, Richard W.M. Jones wrote: I would like to propose that e2fsprogs generate four subpackages for the independent libraries that it contains. These four libraries are used by other packages that don't need the whole of e2fsprogs-devel (eg

Re: Several patches for static library subpackages

2009-04-14 Thread Richard W.M. Jones
On Tue, Apr 14, 2009 at 12:36:24AM +0200, Erik van Pienbroek wrote: Lately I've been working on getting static libraries operational and usable in our toolchain. Attached to this mail are patches for pixman, cairo, libxml2, gettext, libssh2, libidn, openssl and curl. I've also been working

Re: Several patches for static library subpackages

2009-04-14 Thread Richard W.M. Jones
On Tue, Apr 14, 2009 at 12:36:24AM +0200, Erik van Pienbroek wrote: to prevent compile failures. A list of these customized CFLAGS is published at our new 'Tips and Tricks' page at https://fedoraproject.org/wiki/MinGW/Tips Note to other readers: The Fedora wiki is currently frozen for the beta

Re: Handle version.dll as a Windows system DLL in nsiswrapper

2009-04-08 Thread Richard W.M. Jones
/bin/vncviewer.exe) ... Richard W.M. Jones suggested that I should look into nsiswrapper script and modify is_windows_system_dll subroutine. When I added version.dll to Win system libs all works fine. Proposed patch is attached. Regards, Adam -- Adam Tkac, Red Hat, Inc

Jasper vulnerabilities

2009-03-27 Thread Richard W.M. Jones
Here are the CVEs: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3520 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3521 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3522 I'm just going to follow the upstream Fedora package on this one, and that doesn't have any

Re: Thanks and a question or two

2009-03-26 Thread Richard W.M. Jones
On Thu, Mar 26, 2009 at 10:24:31AM -0700, John Stebbins wrote: I recently successfully ported my application using these tools. It sure made things easier. If you curious, the project is currently at hbfork.googlecode.com There were a couple packages that I had issues with. Your version

Re: Thanks and a question or two

2009-03-26 Thread Richard W.M. Jones
On Thu, Mar 26, 2009 at 01:51:30PM -0500, Michael Cronenworth wrote: PKG_CONFIG_PATH=/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig PKG_CONFIG_LIBDIR is better because otherwise pkgconfig also searches the system directory, which is not usually a good thing .. See:

opensc vulnerabilities (x2)

2009-03-26 Thread Richard W.M. Jones
http://article.gmane.org/gmane.linux.redhat.fedora.package.announce/21379 http://article.gmane.org/gmane.linux.redhat.fedora.package.announce/21367 -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows

Jasper vulnerability

2009-03-26 Thread Richard W.M. Jones
http://article.gmane.org/gmane.comp.security.full-disclosure/67137 -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 75 OCaml packages (the OPEN alternative to F#)

libvirt vulnerability

2009-03-26 Thread Richard W.M. Jones
I don't think this one affects us, because we don't package the libvirt proxy. Anyhow: http://article.gmane.org/gmane.linux.redhat.enterprise.announce/1184 -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines.

Re: Fedora gcc now at svn 144967 / 20090319

2009-03-22 Thread Richard W.M. Jones
On Sat, Mar 21, 2009 at 09:39:05AM +0100, Gianluca Sforna wrote: Did anyone attempt creating a mingw32-OpenSceneGraph package? This should have been spotted there as well... I'm not aware of anyone who attempted that package. I would encourage anybody who makes a package to submit it to

Re: gtk dll name issue

2009-03-20 Thread Richard W.M. Jones
On Thu, Mar 19, 2009 at 06:17:22PM -0500, Michael Cronenworth wrote: I've built a program using the mingw32-gtk packages. If I attempt to run the resulting binary under Windows, it is looking for the specific naming of the DLLs used in the Fedora packages. The GTK installer from

Re: MinGW32 on Fedora compiling e2fsprogs ...

2009-03-18 Thread Richard W.M. Jones
On Tue, Mar 17, 2009 at 10:40:22PM -0400, Erez Strauss wrote: Hello fedora-mingw readers, I'm in need for mke2fs and other ext2fs utilities on windows (e2fsprogs-1.41.4). I'm using Fedora-10-mingw32 code and tried to go through the compile and build, I have partial success. I was

Re: Status

2009-03-16 Thread Richard W.M. Jones
On Mon, Mar 16, 2009 at 02:16:50PM -0700, H. Peter Anvin wrote: Richard W.M. Jones wrote: Everything is now built in Rawhide and EPEL 5. comps.xml stuff is done. == We are feature complete for Fedora 11. Still waiting for dependencies to go into updates so that I can compile

Re: mingw32-qt-win

2009-03-13 Thread Richard W.M. Jones
On Fri, Mar 13, 2009 at 09:50:49AM +0100, Thomas Sailer wrote: On Thu, 2009-03-12 at 17:35 +0100, Kevin Kofler wrote: qmake-qt4 -win32 QT_LIBINFIX=4 Have you tried setting this in the qmake.conf in the mkspecs? Did not work, at least for building qt, as the libs ended up being called

Fedora 12: Let's think of a better name for the project

2009-03-13 Thread Richard W.M. Jones
MinGW has lots of baggage associated with it. It also conflicts with the name of just one upstream project, whereas we are actually using many upstream projects and MinGW code is only a tiny fraction of the total. We also want to expand the project to cover Win64 and Darwin (if we can make that

rpms/mingw32-pthreads/devel mingw32-pthreads.spec,1.3,1.4

2009-03-13 Thread Richard W.M. Jones
}/pthread +%{_mingw32_includedir}/*.h %changelog +* Fri Mar 13 2009 Richard W.M. Jones rjo...@redhat.com - 2.8.0-7 +- Move header files to system include directory. + * Wed Feb 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org - 2.8.0-6 - Rebuilt for https://fedoraproject.org

Re: Compiling with pthreads

2009-03-13 Thread Richard W.M. Jones
On Fri, Mar 13, 2009 at 02:42:02PM +0100, Kevin Kofler wrote: Farkas Levente wrote: should it hurt anyone/anything? Standard headers like pthread.h and sched.h are OK to install to includedir. I'd be more worried about /usr/i686-pc-mingw32/sys-root/mingw/include/pthread/config.h though.

Re: Fedora 12: What projects for F12?

2009-03-13 Thread Richard W.M. Jones
On Fri, Mar 13, 2009 at 09:47:04AM -0400, NightStrike wrote: On Fri, Mar 13, 2009 at 9:41 AM, Richard W.M. Jones rjo...@redhat.com wrote: On Fri, Mar 13, 2009 at 02:25:35PM +0100, Kevin Kofler wrote: Richard W.M. Jones wrote: (2)? Use mingw-w64 project to build 32 bit w32api/runtime, since

Re: Fedora 12: What projects for F12?

2009-03-13 Thread Richard W.M. Jones
On Fri, Mar 13, 2009 at 03:11:24PM +0100, Farkas Levente wrote: (9) gstreamer support. we already working on it, but it's not too easy:-( Have you got any candidate packages for this? What does it involve? Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones

Re: Compiling with pthreads

2009-03-13 Thread Richard W.M. Jones
On Fri, Mar 13, 2009 at 02:57:11PM +0100, Kevin Kofler wrote: Daniel P. Berrange wrote: win32 pthreads is a mess in this respect. config.h is a file generated by their configure.ac,which has all the autoconf HAVE_XXX macros set. Even worse, this file is included in pthread.h, thus totally

Re: mingw32-qt-win

2009-03-12 Thread Richard W.M. Jones
On Thu, Mar 12, 2009 at 05:36:03PM +0100, Kevin Kofler wrote: Richard W.M. Jones wrote: TBH I think you should file a review for Fedora anyway. As long as it has some working functionality, it is better to have this package than to not have a package at all. You can always add new

rpms/mingw32-zlib/F-10 mingw32-zlib.spec,1.1,1.2

2009-03-10 Thread Richard W.M. Jones
}/zlib1.dll +%files static +%defattr(-,root,root) +%{_mingw32_libdir}/libz.a %changelog +* Mon Mar 3 2009 W. Pilorz wpilorz at gmail.com 1.2.3-12 +- Add static subpackage. + * Thu Dec 18 2008 Richard W.M. Jones rjo...@redhat.com - 1.2.3-11 - Pass correct CFLAGS to build

Re: Package: mingw32-gtk-vnc-0.3.8-5.fc11 Tag: dist-f11 Status: failed Built by: berrange

2009-03-06 Thread Richard W.M. Jones
Here is where I'm keeping the current status: https://fedoraproject.org/wiki/Features/Windows_cross_compiler#Current_status Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my OCaml programming blog: http://camltastic.blogspot.com/ Fedora now supports

Fwd: qt-4.5.0 license change to include LGPLv2

2009-03-03 Thread Richard W.M. Jones
- Forwarded message from Rex Dieter rdie...@fedoraproject.org - Subject: qt-4.5.0 license change to include LGPLv2 Date: Tue, 03 Mar 2009 09:25:36 -0600 From: Rex Dieter rdie...@fedoraproject.org To: fedora-devel-annou...@redhat.com With qt-4.5.0 final release today, QtSoftware has

Re: Disabling debugging information for MinGW portions of NSIS (was: Re: Debugging information in MinGW packages)

2009-03-03 Thread Richard W.M. Jones
On Tue, Mar 03, 2009 at 07:49:15PM +0100, Kevin Kofler wrote: The details of what I want to do: * remove nsis-2.43-debian-debug-opt.patch * rediff nsis-2.43-rpm-opt.patch so it applies without that patch being applied first * change the SCons options to remove DEBUG_SYMBOLS=1 OPTS=1 (options

Re: Broken dependencies: mingw32-gcc

2009-03-03 Thread Richard W.M. Jones
On Tue, Mar 03, 2009 at 05:04:38PM +, build...@fedoraproject.org wrote: On i386: mingw32-gcc-objc++-4.4.0-0.5.fc11.i586 requires mingw32-gcc-g++ = 0:4.4.0-0.5.fc11 The problem here is the real package is called mingw32-gcc-c++ (not g++). On i386:

  1   2   >