Re: Winelib - Getting Started guide

2009-05-11 Thread Josef Šimánek
I did this (http://www.winehq.org/docs/winelib-guide/winelib-getting-started) : $ winemaker --lower-uppercase . $ make It throws some error in wrc. So according to GSG I did exactly this: To fix that problem, you will need to edit the list of resource files winemaker thought

Re: Winelib - Getting Started guide

2009-05-11 Thread Dmitry Timoshkov
"Josef Simánek" wrote: I edit Makefile and type make into console. What exactly did you do? notepad is not supposed to work as a console application for your information. My problem above. In the guide is written to report bad compiling behaviour. So I did it. Any hints ? mirindos...@mirin

Winelib - Getting Started guide

2009-05-11 Thread Josef Šimánek
Hi ! I was reading Winelib GSG and I tried to compile notepad from Wine sources. So I downloaded Wine sources (version 1.1.21) and I installed wine from Wine Ubuntu repository (version 1.1.21). I edit Makefile and type make into console. My problem above. In the guide is written to report bad com

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

getting started...

2007-08-27 Thread Ed Sutter
Hi, 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 recommended

Re: Winelib Getting Started 1.3.2. Test Drive

2006-06-20 Thread Eric Frias
Alexandre Julliard wrote: Eric Frias <[EMAIL PROTECTED]> writes: here is one other part that is out-of-date: the procedure described won't create the 'notepad2' script. winegcc should create the script. If it doesn't it's probably because winemaker is not invoking it correctly. That was the

Re: Winelib Getting Started 1.3.2. Test Drive

2006-06-20 Thread Alexandre Julliard
Eric Frias <[EMAIL PROTECTED]> writes: > There is one other part that is out-of-date: the procedure described > won't create the 'notepad2' script. It would be better to change that > part of section 1.3.2 to suggest you run 'wine notepad2.exe.so' or to > run 'ln -s ../../tools/winewrapper notepa

Re: Winelib Getting Started 1.3.2. Test Drive

2006-06-20 Thread Eric Frias
Robert Muller wrote: Dee Ayy wrote: | As a newbie, the statement "It can be found in the programs subdirectory." | had me lost. [...] At this point, the sentance that gave you problems could be modified to say: It can be found in the programs subdirectory of the wine source. There is one o

Re: Winelib Getting Started 1.3.2. Test Drive

2006-06-19 Thread Robert Muller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dee Ayy wrote: | As a newbie, the statement "It can be found in the programs subdirectory." | had me lost. It seems that the Winelib guide assumes that you know how to download the wine sources already. (Quick and dirty meathod of downloading the la

Winelib Getting Started 1.3.2. Test Drive

2006-06-19 Thread Dee Ayy
Hello,Would a wine developer please revisit this page http://www.winehq.org/site/docs/winelib-guide/winelib-getting-started and modify it to have a step by step guide to take a Linux box without wine nor winelib to a running notepad exe built by the newbie (and not downloaded)? Or if you are a

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

getting started with Winelib

2003-10-23 Thread Ralf Juengling
Hi, I just installed wine-20031016. Trying to compile the test drive application as explained in the winelib user's guide 1.3.2, I end up getting the error message below. Any help appreciated, Ralf [EMAIL PROTECTED] winemine]$ ./configure --with-wine=/local checking whether make sets $(MAKE)...