Re: Updating GSoC proposal

2012-04-19 Thread Steven Edwards
that cares. If a SoC student shows up with interest, please send them my way, I would be happy to help point them in the right direction. Our code works, I just don't have the time to break it up and get it in the tree. -- Steven Edwards There is one thing stronger than all the armies in the world

Re: Testing edge cases and undocumented behavior

2011-08-30 Thread Steven Edwards
tracking down a bug in that component, that little note might save someone else hours of effort. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: winelib an fpc

2011-08-29 Thread Steven Edwards
On Mon, Aug 29, 2011 at 2:05 PM, Reinier Napoles Martinez rnapo...@hlg.uci.cu wrote:  lib:=dlopen('/usr/lib/wine/user32.dll.so',1); This won't work. Simply doing a dlopen on the wine libraries won't get your environment setup properly. -- Steven Edwards There is one thing stronger than all

Re: winemenubuilder: appbundle patch 20110618

2011-08-24 Thread Steven Edwards
(might be tomorrow, might be never). Thanks for your feedback on contribution! I am kind of in the same boat, I only hack on this when I get the itch every few months or so. I'll try to test out your changes soon and see if I can contribute anything else. Thanks again! -- Steven Edwards

Re: MS compatible interface to xulrunner?

2010-07-19 Thread Steven Edwards
Gecko as opposed to the Windows dlls. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Steven Edwards
-- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Wine on cygwin now compiles!

2010-06-28 Thread Steven Edwards
applications over X11 to OS X, Solaris and Linux clients. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Wine on cygwin now compiles!

2010-06-16 Thread Steven Edwards
issue a refund or not charge your CC if it's a new real bug), I decided to waste no more time with it. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Two enhancement requests for winetricks

2010-06-09 Thread Steven Edwards
On Wed, Jun 9, 2010 at 3:45 AM, Dan Kegel d...@kegel.com wrote: I suppose winetricks could create uninstaller entries for even the little verbs... that would be the windows way of doing things. +1 for this idea. -- Steven Edwards There is one thing stronger than all the armies in the world

Re: Release plans

2010-05-24 Thread Steven Edwards
once this is all merged in to head. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: too much dynamic loading?

2010-05-23 Thread Steven Edwards
of the libraries required for an offical OS X release and he was not opposed to linking to it on winehq.org and making it part of the support requirements. The problem is that putting this package together and maintain it is going to require a bit of heavy lifting. -- Steven Edwards There is one thing

Re: too much dynamic loading?

2010-05-21 Thread Steven Edwards
every library. Can we make some of those direct linking? libjpeg and libpng and some other lowlevel libraries might be useful. +1 for static linking them. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: too much dynamic loading?

2010-05-21 Thread Steven Edwards
stuff never wants to work right on OS X. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Release plans

2010-05-20 Thread Steven Edwards
able to get App bundles to want to play nice with the png images winemenubuilder spits out but it works most of the time. Since it's derived LGPL code we are happy to share, though it really is a hack and I am sure Alexandre would not want it in the tree, even for the new release. Thanks -- Steven

Re: Release plans

2010-05-20 Thread Steven Edwards
On Thu, May 20, 2010 at 3:44 PM, Steven Edwards winehac...@gmail.comwrote: I have a hacked version in the Bordeaux tree that uses sips to create icns icons and working Application bundles. If they have time, Austin or Tom can send it along for your review if your interested. The 'right

Re: Release plans

2010-05-20 Thread Steven Edwards
. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Release plans

2010-05-20 Thread Steven Edwards
On Thu, May 20, 2010 at 4:17 PM, Steven Edwards winehac...@gmail.com wrote: I've tried with other PNGs before that we've not generated. Take a third party png, edit the Info.plist and change the icon entry to instead of pointing at the icns file point at the new Png image. Of course I've tried

South East Linux Fest

2010-04-30 Thread Steven Edwards
Hi, I'm going to be running a both at the South East Linux Fest in Spartanburg SC June 11th-13th. If any wine hackers or lurkers from the South Eastern United States want to come out and help, drop me a note privately. I can't offer much in accommodation but I'll provide beer. Thanks -- Steven

Re: winmm: Rewrite time.c using ntdll timers

2010-04-06 Thread Steven Edwards
like this since 0383e4e4990e414a7dcaba51e6b81bf60499944a ;) -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Verbose explanation about the cygwin issue

2010-03-23 Thread Steven Edwards
on the cygwin runtime. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Verbose explanation about the cygwin issue

2010-03-22 Thread Steven Edwards
then we will get in to the situation of both c runtimes being invoked which I expect will still not end well. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Verbose explanation about the cygwin issue

2010-03-22 Thread Steven Edwards
On Mon, Mar 22, 2010 at 12:47 PM, Steven Edwards winehac...@gmail.com wrote: My thinking was, if we require mingw on cygwin, then that would solve the winegcc problem and the rest of wine could be built including wine msvcrt, applications that linked to msvcrt would of course have to use Wine

Re: dns-sd dll implementation -- Needs work

2010-02-23 Thread Steven Edwards
. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: makefiles: Add some msvcrt imports needed under Cygwin

2010-02-21 Thread Steven Edwards
on cygwin. Take a look at what we do in wininet so that we link to winsock on mingw but use standard sockets the rest of the time. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Intercepting GDI calls

2010-02-18 Thread Steven Edwards
display, is the client... while on X11, it's the complete opposite. I'm not going to pretend that it couldn't be confusing. The whole X11 client/server discussion was touched on in the Unix Haters Handbook chapter on X11. I think that reference proves the merit of the argument. -- Steven Edwards

Re: libpng dependency issue

2010-02-05 Thread Steven Edwards
-- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: libpng dependency issue

2010-02-04 Thread Steven Edwards
Hi, On Thu, Feb 4, 2010 at 7:08 PM, Luca Bennati luc...@gmail.com wrote: Technically, winemenubuilder should be using windowscodecs for its png support, like the rest of wine. I believe Steven Edwards has done some work on this. Don't know about this. What i know is that currently

Re: Legal issues with wine development

2010-01-15 Thread Steven Edwards
clean-room standards. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: [PATCH] Replace builtin WineFile Execute Dialog with standard RunFile Dialog - try2

2009-12-29 Thread Steven Edwards
damnit. sorry about that, that's what I get for trying to amend. Here is the correct patch, try 3 On Tue, Dec 29, 2009 at 12:34 PM, Steven Edwards winehac...@gmail.com wrote: I don't know why this didn't get through, resending from gmail. This time incorporating (most of) the feedback from

Re: Building and packaging Wine Gecko

2009-12-28 Thread Steven Edwards
crashes. (The mingw32 version in oldstable, 3.4.5 something, compiles it correctly, but I can't reasonably build-depend on it, as that version is not even in the current stable.) Would it be possible to build it as a winelib application? -- Steven Edwards There is one thing stronger than all

Re: Acting as advisor for wcmd-uplift project?

2009-12-26 Thread Steven Edwards
, // startup info piProcInfo)) { ErrorExit(Create process failed); } Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: winefile - replace Run/Execute dialog with standard Shell32 RunFileDlg

2009-12-23 Thread Steven Edwards
either so I'll resubmit with both of those changes. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: [PATCH] Replace builtin WineFile Execute Dialog with standard RunFileDialog

2009-12-23 Thread Steven Edwards
it more consistent. Have a Merry Christmas! -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Parser for cmd language?

2009-12-19 Thread Steven Edwards
. A dual or tri-license solution much like what the Mozilla project does is preferable but nothing is set in stone yet. If there is a legitimate need for any part to be relicensed most of the developers are accommodating. Email me privately if you have a specific request. Thanks -- Steven Edwards

Re: Parser for cmd language?

2009-12-18 Thread Steven Edwards
that they be ripped out. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: weird and funky things happen when viewing guimark in ie6 in wine...

2009-12-14 Thread Steven Edwards
occurs on OS X (last I tested). I think that it may be related to the DYLD_FALLBACK_LIBRARY_PATH problem. Yes it still happens on OS X unless you hack your environment though I've not seen it on Linux in forever and a day. -- Steven Edwards There is one thing stronger than all the armies

Re: Please Review - Revised OS X Application Bundle patch

2009-12-07 Thread Steven Edwards
for the Linux side but sucks for us, and what if tomorrow someone invents something better on Linux for menus or associations? It really needs to be abstracted the right way. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come

Re: How does --with-wine64 work?

2009-12-07 Thread Steven Edwards
for your target. You then run and point the target configure at the host wine path to get the host tools. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: How does --with-wine64 work?

2009-12-07 Thread Steven Edwards
On Mon, Dec 7, 2009 at 9:30 PM, Steven Edwards winehac...@gmail.com wrote: This looks similar to the cross-compile build for mingw where you need a checkout with the normal tools built for your host and then another checkout for your target. You then run and point the target configure

Re: Please Review - Revised OS X Application Bundle patch

2009-12-05 Thread Steven Edwards
winemenubuilder is trying to handle. My patch disables this behavior on OS X until we properly fix associations. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
in a Doodles.app and give that to users. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
solution in place. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Please Review - Revised OS X Application Bundle patch

2009-12-03 Thread Steven Edwards
the CoreFoundation to generate Information Property Lists Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo appbundle2.diff Description: Binary data

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
user out of init in a Xnest/VNC session. I am thinking something like a winecis user which would run these scripts, fetch and the Xnest session as a service we could call winecis. I did something similar recently for a stupid java service that had to have an interactive gui. -- Steven Edwards

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
On Wed, Nov 25, 2009 at 5:21 PM, Steven Edwards winehac...@gmail.com wrote: It would be nice to dummy email account subscribed to the commit messages that it could poll to trigger the checkout, build, test cycle. To make a Continuous Integration Service around it it should run

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
. start() { echo -n $winecis spam /usr/bin/vncserver -geometry 1152x900 -depth 16 :$DISPLAY /var/log/vncserver.log 21 doaustinswinecismagic RETVAL=$? echo [ $RETVAL = 0 ] return $RETVAL } stop() {..} restart() {..} etc,etc... -- Steven Edwards

Re: today's git broke winetricks gecko :-(

2009-11-16 Thread Steven Edwards
version of wine does not contain the gecko package, please contact the package maintainer and inform them about this issue' or something and let it proceed to download at least. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come

Re: today's git broke winetricks gecko :-(

2009-11-16 Thread Steven Edwards
Alexandre adding some magic to winetest and the site to reject reports or flag them if they were with a sha1hash that did not match a git revision. Could we not do something like this with gecko? If it's not installed then just ignore those results? -- Steven Edwards There is one thing stronger than all

Re: [PATCH 02/16] [WinMM, MMSystem]: use the new 16=32 thunks for Aux driver type

2009-10-22 Thread Steven Edwards
On Thu, Oct 22, 2009 at 4:09 PM, Eric Pouech eric.pou...@orange.fr wrote:  0 files changed, 0 insertions(+), 0 deletions(-) The winmm win16/32 separation has finally collapsed in on itself and this is the resulting Einstein-Rosen bridge. -- Steven Edwards There is one thing stronger than all

Re: SCSITaskDevice vs our own driver

2009-10-17 Thread Steven Edwards
in another git tree? I am sure you would not want to keep it in the main wine tree but if it was hosted somewhere else on Winehq then we could package it with the Wine bundle. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come

Re: [2/2] ntdll: Implement FILE_ATTRIBUTE_HIDDEN and FILE_ATTRIBUTE_SYSTEM support (take 6)

2009-10-07 Thread Steven Edwards
for what I am saying, please send this message to the Null device. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Recent ntdll performance information patches

2009-08-28 Thread Steven Edwards
’ nt.c:1013: error: ‘struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION’ has no member named ‘liKernelTime’ nt.c:1014: error: ‘struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION’ has no member named ‘liUserTime’ -- Steven Edwards There is one thing stronger than all the armies in the world

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-27 Thread Steven Edwards
. I'll see if I still have a windows box with a mingw runtime installed to look myself. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-27 Thread Steven Edwards
not had time to test your patch but it looked good, I'll try to make more time to recheck if Alexandre commits it. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-26 Thread Steven Edwards
behaviour? -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Linking a winelib application with a windows dll

2009-08-23 Thread Steven Edwards
, or that it truly has no exports.  You want to debug winedump, perhaps by adding the -v flag to winedump. You can use something like dependancy walker to verify the function names that it exports. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea

Re: oleaut32: Dynamic invocation for x86

2009-08-21 Thread Steven Edwards
(__GNUC__) ./dlls/winex11.drv/dib.c:#if defined(__i386__) defined(__GNUC__) ./dlls/winex11.drv/dib.c:#if defined(__i386__) defined(__GNUC__) ./dlls/ddraw/device.c:#if defined(__i386__) defined(__GNUC__) ./dlls/ddraw/device.c:#if defined(__i386__) defined(__GNUC__) -- Steven Edwards

Re: oleaut32: Dynamic invocation for x86

2009-08-21 Thread Steven Edwards
On Fri, Aug 21, 2009 at 1:42 PM, Juan Langjuan.l...@gmail.com wrote: Ah, fair enough, and clearly oleaut32 belongs in that category.  Thanks. I should have said Windows as technically mingw is still __GNUC__ but you got the idea. -- Steven Edwards There is one thing stronger than all

Re: Appinstall testing guide up on the wiki

2009-08-15 Thread Steven Edwards
. If someone finds a regression they can use the script to save time as they rollback and test prior winehq releases and work with that app advocate to track down the issue. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor

Re: mp3 update

2009-08-13 Thread Steven Edwards
what your doing sounds perfect now that I've had a chance to think about it. We already pull in too much crap for external libraries. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: mp3 update

2009-08-12 Thread Steven Edwards
functionality. Right. Is there an particular reason we can't dlopen the native library? Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Status of the Status pages?

2009-07-21 Thread Steven Edwards
it would be nice to show how much of the API is documented vs exported. We could keep a similar structure to the page we have now but pull data from http://source.winehq.org/WineAPI/ and show how well documented the functionality we export is covered. Thanks -- Steven Edwards There is one thing

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-21 Thread Steven Edwards
. Or /dev/null for command line wine users ... Heh yes perhaps their should be a variable to tell it to not generate a menu at all. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-20 Thread Steven Edwards
with the existing xdg code an resubmit. Assuming Alexandre accepts that, there is nothing stopping us from developing something better down the road but for now, users will have a Wine they can actually use once they have apps installed. -- Steven Edwards There is one thing stronger than all

Re: FW: Re: please reduce the four registrations on the single winehq.org site.

2009-07-20 Thread Steven Edwards
place. Based upon my recollection there was a lot of contempt for OpenID at the last wineconf. Maybe the situation has changed recently... Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: FW: Re: please reduce the four registrations on the single winehq.org site.

2009-07-20 Thread Steven Edwards
best if the google contingent answer that. Dan had some issues with it I think but I don't know if any of them are still applicable. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-19 Thread Steven Edwards
On Sun, Jul 19, 2009 at 7:41 AM, Ken Thomasesk...@codeweavers.com wrote: On Jul 17, 2009, at 10:02 PM, Steven Edwards wrote: I tried looking in to generating of AppleScript app bundles however there seems to be no documented way to do it other than to use the Apple Script tool so

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-19 Thread Steven Edwards
there. If someone wants to change it to something else later and can get it in to Winehq, by all means. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
-icon/ I have no idea but I did take a look at your icon work and really like it. I am curious though, the cryptui.dll cert icons don't strike me as right. I can't even tell what they are supposed to be. -- Steven Edwards There is one thing stronger than all the armies in the world

Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-17 Thread Steven Edwards
interested in helping. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo update-bundler.diff Description: Binary data

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-17 Thread Steven Edwards
to start a Wine app and have a Dock icon. It's not even a proper parentsuch as if you kill the app in the Dock the Wine child keeps running. As I said it still needs a lot of love but I don't see much other way to do it... Thanks -- Steven Edwards There is one thing stronger than all the armies

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Steven Edwards
. The build script Austin has been developing on my box provides the missing libraries. If we can do releases with it and bundle the missing libraries in our package that will solve a lot of problems. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-15 Thread Steven Edwards
is that I'd like to provide binary packages of Winehq releases however this issue is a real pain. I suppose we could also provide a support package that is separate from the stock Wine package which would supply the missing libraries or whatnot. Thanks -- Steven Edwards There is one thing stronger than

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-14 Thread Steven Edwards
we ask them to go mucking with the ~/.bashrc? If we want to provide a Winehq support Wine package for OS X we have to decide on a configuration that will work and be the least invasive to the users when they go to install. -- Steven Edwards There is one thing stronger than all the armies

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
trivial and often quite tedious and the difference with Object-C might be even bigger as it is likely using more advanced techniques. While we are on the subject, could anyone point me to a reference that would show how I can create a mib file using C? Thanks -- Steven Edwards There is one thing

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
On Thu, Jul 9, 2009 at 9:02 AM, Adam Strzeleckio...@java.pl wrote: Steven Edwards wrote: While we are on the subject, could anyone point me to a reference that would show how I can create a mib file using C? You meant Nib? It is binary format which is some Mac equivalent of Windows RES

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
really interested in looking at this. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-06-26 Thread Steven Edwards
clearly a double standard. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-06-26 Thread Steven Edwards
package (The only semi-actively maintained Darwine) there should be some discussion first because it was a topic at Wineconf. Like I said, I'm happy to offer my box for doing builds if there is really consensus that it needs to change. Thanks -- Steven Edwards There is one thing stronger than all

Re: ActiveX support in IE7

2009-06-25 Thread Steven Edwards
right I know, God forbid someone link to Winehq and post their own concise useful howto's. We really don't need the traffic and google pagerank for Winehq. I much prefer to only get drunks looking for the latest vintage rather than people interested in running Windows software under Linux. -- Steven

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
be if mingw32 is passed then to assume a sensible lowest common default. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
cross-compiler. Now that most distro's are shipping mingw packages this is less common. I guess your argument is right and anyone rolling their own should get with the program and follow the standard. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
with the mingw32- prefix only, on my 32-bit x86 install. Yes Gentoo is the only major odd-man out. We should send a patch upstream for its emerge overlay or whatever they call the think. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has

Re: PATCH - enhance the help message in expand

2009-06-13 Thread Steven Edwards
not properly stub the unimplemented functions anyway and I agree it should use the resources. I was hoping when I looked at it that adding the case for multiple cabinet files would be less of a hassle... -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea

Re: OS X build broken

2009-06-12 Thread Steven Edwards
here. What does your __ASM_GLOBAL_FUNC macro look like in include/config.h? This is what I have, /* Define to a macro to generate an assembly function */ #define __ASM_GLOBAL_FUNC(name,code) asm(.text\n\t.align 4\n\t.globl _ #name \n\t\n_ #name :\n\t code ); -- Steven Edwards There is one thing

Re: Alexandre Julliard : configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.

2009-06-11 Thread Steven Edwards
? Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: OS X build broken

2009-06-11 Thread Steven Edwards
On Thu, Jun 11, 2009 at 11:39 PM, Austin Englishaustinengl...@gmail.com wrote: AJ, looks like your 'configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you have a look? Bah you beat me reporting this by 13mins! :P -- Steven Edwards

Re: How do I actually write a testcase for a 16-bit API ?

2009-06-08 Thread Steven Edwards
as no one has taken the time to integrate it. Of course you might want to double check with Alexandre as to his preference. He might prefer at this point to just keep the win16 tests out of the tree. I don't know. -- Steven Edwards There is one thing stronger than all the armies in the world

Re: Socks support in ws2_32

2009-06-05 Thread Steven Edwards
. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: Alexandre Julliard : winegcc: Create a stub main to work around the lack of Unicode support in Mingw.

2009-06-05 Thread Steven Edwards
On Fri, Jun 5, 2009 at 9:56 AM, Alexandre Julliardjulli...@winehq.org wrote: winegcc: Create a stub main to work around the lack of Unicode support in Mingw. Thank you. The mingw developers policy opposing adding this entry point baffles me. -- Steven Edwards There is one thing stronger

Extending winemenubuilder to create Application Bundles on OS X

2009-06-03 Thread Steven Edwards
interested in helping, researching this and if needed, adding exporting the icon resources straight to icns would be a good place to start. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo -- Forwarded message

Re: Alexandre Julliard : rpcrt4: Change the allocation of delegated stub methods so that we never need to free them .

2009-06-02 Thread Steven Edwards
On Tue, Jun 2, 2009 at 9:44 AM, Alexandre Julliard julli...@winehq.org wrote: +#define MAX_BLOCKS 64  /* 64k methods should be enough for anybody */ lol, best. comment. ever! -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has

Re: Wineconf 2009 and funding

2009-05-30 Thread Steven Edwards
to contribute a little change to both projects donation links. I think this is a good chance for those of us with relationships to other projects that directly affect or benefit from Wine to contribute something back. -- Steven Edwards There is one thing stronger than all the armies in the world

Re: Announcing WineConf 2009

2009-05-29 Thread Steven Edwards
donations. -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: DIB Engine : passing all tests

2009-05-28 Thread Steven Edwards
have a good enough alternative. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: DIB Engine : passing all tests

2009-05-25 Thread Steven Edwards
this is wonderful progress, please keep up the good work! Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: wine on MacOS 10.5.7: 3/4 success

2009-05-25 Thread Steven Edwards
-with-Subpixel.png -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: DIB Engine : passing all tests

2009-05-24 Thread Steven Edwards
like cygwin with X11 headers and the -mno-cygwin switch but I don't know if this would really work. If did then it should work on everything. Thanks -- Steven Edwards There is one thing stronger than all the armies in the world, and that is an idea whose time has come. - Victor Hugo

Re: wine on MacOS 10.5.7: 3/4 success

2009-05-22 Thread Steven Edwards
freetype with it enabled and enabled the proper keys in Wine and can hardly see a difference in Safari or Wine iexplore rendering winehq.org You should be legally covered on by virtue of being a Mac user as Apple owns a nice patent chest and also owns one part of the patent pie. -- Steven Edwards

  1   2   3   4   5   6   7   >