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)...