Re: getting started...

2007-08-30 Thread Kuba Ober
On Tuesday 28 August 2007, Ed Sutter wrote: > >>Anyway, if it makes more sense for me to just report problems that I have > >>with uCon when running it on wine, that's fine with me. Bottom line is > >>I will do whatever is most appropriate/helpful/efficient to get it > >> running and that includes

Re: getting started...

2007-08-28 Thread Dan Kegel
On 8/28/07, Ed Sutter <[EMAIL PROTECTED]> wrote: > My problem there is that I'm stuck with RH9 at the moment, and it appears > that the latest Wine RPM for RH9 is 0.9.2. I see a few bugs already > in bugzilla related to serial com port issues; not quite the same problem > as I am seeing. So I can

Re: getting started...

2007-08-28 Thread Paul Chitescu
On Tue, 28 Aug 2007, Ed Sutter wrote: Anyway, if it makes more sense for me to just report problems that I have with uCon when running it on wine, that's fine with me. Bottom line is I will do whatever is most appropriate/helpful/efficient to get it running and that includes doing some wine co

Re: getting started...

2007-08-28 Thread Roderick Colenbrander
On Tuesday 28 August 2007 16:11, Ed Sutter wrote: > >>Anyway, if it makes more sense for me to just report problems that I have > >>with uCon when running it on wine, that's fine with me. Bottom line is > >>I will do whatever is most appropriate/helpful/efficient to get it > >> running and that in

Re: getting started...

2007-08-28 Thread Ed Sutter
Anyway, if it makes more sense for me to just report problems that I have with uCon when running it on wine, that's fine with me. Bottom line is I will do whatever is most appropriate/helpful/efficient to get it running and that includes doing some wine code if necessary. I also have no proble

Re: getting started...

2007-08-28 Thread Dan Kegel
On 8/28/07, Ed Sutter <[EMAIL PROTECTED]> wrote: > Maybe I mis-read something out of context... > On http://winehq.org/site/contributing#port_app, under the section > "Porting Your Windows Application to Wine" it suggests this. That's about how to improve Wine, not about getting your app on Linux.

Re: getting started...

2007-08-28 Thread Ed Sutter
Dan, Maybe I mis-read something out of context... On http://winehq.org/site/contributing#port_app, under the section "Porting Your Windows Application to Wine" it suggests this. I wrote uCon (a win32 application) and I would really like it to work with Wine. The majority of it does now. The GUI

re: getting started...

2007-08-27 Thread Dan Kegel
Ed wrote: >I'm brand new to the list and would like to get a Windows application that >I wrote (uCon) to work with wine/winelib. I've submitted it to the application >database. I've tried it on Wine and it *almost* works, so I'd like to pursue >this further by building uCon with Winelib (as is re

Re: getting started...

2007-08-27 Thread Steven Edwards
Hi, On 8/27/07, Ed Sutter <[EMAIL PROTECTED]> wrote: > I'm currently building in a Cygwin environment, using vi, cscope and make > instead of the VCC development GUI, so I think I'm pretty close already. > The wine rpm for RH9 (my current host) is 0.9.2, but the source tree appears > to be newer.

Re: getting started...

2007-08-27 Thread Ed Sutter
Do I need/want the entire Wine source tree if my next step is to attempt to build my application using Winelib? Yes. Its in wine/tools/winemaker I think. You might try adapting your project to mingw on windows before you attempt to build it as a winelib application. It seems to be less trouble t

Re: getting started...

2007-08-27 Thread Steven Edwards
Hello, On 8/27/07, Ed Sutter <[EMAIL PROTECTED]> wrote: > Do I need/want the entire Wine source tree if my next step is to attempt to > build my application using Winelib? Yes. Its in wine/tools/winemaker I think. You might try adapting your project to mingw on windows before you attempt to build

Re: getting started with Winelib

2003-10-30 Thread Ralf Juengling
Okay, I got it to compile by manipulating the Makefile.in (kicking some *.rc files). But the executable segfaults: [EMAIL PROTECTED] winemine]$ make sed -e 's,@bindir\@,/usr/local/bin,g' -e 's,@winelibdir\@,.,g' ./wineapploader.in >wineapploader || rm -f wineapploader LD_LIBRARY_PATH="/local/lib:

Re: getting started with Winelib

2003-10-27 Thread Ralf Juengling
On Mon, 2003-10-27 at 13:09, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > So there is nothing I can do about it at the moment? > > What is the most recent Wine version in which winemaker used to work? > > The previous release should work. Or try this patch: > > In

Re: getting started with Winelib

2003-10-27 Thread Alexandre Julliard
"Ralf Juengling" <[EMAIL PROTECTED]> writes: > no, but I've set LD_LIBRARY_PATH to /local/lib > Also, I've looked for a file "libntdll.dll.so" and there is none. > In /local/lib/wine there are files "libntdll.def" and "ntdll.dll.so", > though. Your setup is fine, libntdll.dll.so no longer exists.

Re: getting started with Winelib

2003-10-26 Thread Ralf Juengling
> > checking for -lwine_uuid... /local/lib > > checking for libntdll.dll.so... configure: error: Could not find the > > Wine dlls (libntdll.dll.so) > > > Have you added /local/lib to /etc/ld.so.conf? If not, there should be a warning when you install wine. no, but I've set LD_LIBRARY_PATH to /loca