similar to: compile problems with libwine

Displaying 14 results from an estimated 14 matches similar to: "compile problems with libwine"

2005 Nov 26
1
error while loading shared libraries: libwine.so.1
Just complied from CVS and am getting this error: /_/usr/local/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory_/ Library out of date? Some other setting? I'm new to Linux and compiling your own programs. Keeps life interesting though. TIA Roger
2001 Jul 10
0
libwine problem! - PLEASE HELP!!
Hi there, Over the last week I wanted to move from using Borland windows compiler to g++ with libwine. I used winemaker to make the makefile. Fixed some problems with compiling (2 or so). But now I acn't start the program... The output file is the amdprime.so and a amdprime symlink to the wine script. But if I try to run the symlink I get: ./AmdPrime: line 400: 29548 Segmentation fault
2005 Apr 21
1
libwine 20041019 needed
Hello, I am deinstalling wine and reinstalling at the 20041019 level. I'm running the 2.6.11.7 kernel with the debian distribution. In Aptitude I need to reinstall wine, winetools and libwine. I can find the 20041019 version for everything except libwine. I think libwine must be known by a different name in the rest of the *nix world. I am downloading the RH9 RPM from
2005 Apr 05
4
problems with libwine.so.1
Dear list, I try to get wine to work under Ubuntu Hoary but failed. The installation seems to be ok, but if I try to run wine it gives me the following error-message: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory I've installed the following over synaptic (ubuntu universe): wine, winesetuptk, wine-utils and libwine After
2005 Mar 13
2
libwine-alsa, etc. still relevant?
This came up before when debian upgrade wanted to remove these because of their being the previous version. Now all the version numbers are consistant. Deborphan lists them as orphans--no longer used! So ... are all these provided in the "main" wine library and these packages actually orphans? If so, why are they still around? If not, what is going on? Packages are from the
2007 Nov 14
1
0.9.49's libwine "fix" broke my "system wide install" kludge...
Short version: I'd like help in configuring the registry as described in Section 3.2.4 to allow for system wide installs. 0.9.49's libwine 'fix' plugged a security hole I was happily using to achieve the same effective result. Thanks! Eric Long version: I'm using wine to run a copy of Quicken and want a single install of this program to be available to multiple users (i.e.
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi, how can I use _beginthread with winelib (I get "undefined reference") ? thanks, -- Felix Natter
2000 May 22
1
Winamp plugin compile problems and fix/docs
The winamp plugin would not compile. I am using the Cygnus environment (gcc, and a lot of other GNU utils) on Windows NT. _beginthread() is not found. That doesn't look like a function application code should ever call directly. I converted it to use CreateThread and it compiles and works. Change this: thread_handle = (HANDLE)_beginthread(DecodeThread,0, (void *)(&killDecod eThread)
2001 Nov 23
0
eval.c: possible issue with profiling for Windows
I see a possible problem with the "wait" parameter for the profiler thread: static void R_InitProfiling(char * filename, int append, double dinterval) { int wait; Here is the (automatic) variable. HANDLE Proc = GetCurrentProcess(); .......... wait = interval/1000; if(!(ProfileEvent = CreateEvent(NULL, FALSE, FALSE, NULL)) || (_beginthread(ProfileThread, 0,
2000 Jul 29
5
ogg123 HTTP streaming
I am about to commit HTTP streaming code for ogg123. This has no relation to the discussion about "real" steaming Ogg; it just downloads and plays at the same time. But unless you have a direct T3 connection, it'll almost definately break up quite frequently. Solution? Buffer. But I have other things to work on for the rest of the day... Any screaming objections? This has been
2016 Feb 05
0
Wine release 1.9.3
The Wine development release 1.9.3 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 44. - JSON support in JavaScript. - Improved line breaking in DirectWrite. - Some more write support in WebServices. - Still more Shader Model 4 instructions. - Various bug fixes. The source is available from the following
2007 Apr 15
1
pthreads with Darwine Xcode template? (or Wine Windows message pump + sockets + threads sample)
I am trying to run the following pthread example with the Darwine Xcode template: http://www.llnl.gov/computing/tutorials/pthreads/samples/hello.c from http://www.llnl.gov/computing/tutorials/pthreads/ Example Code - Pthread Creation and Termination But the code inside PrintHello does not appear to execute. Can you help me? What I really need is a way to handle multiple client sockets from code
2011 Jun 24
0
Wine release 1.3.23
The Wine development release 1.3.23 is now available. What's new in this release (see below for details): - Support for stubless COM proxies on x86-64. - Builtin dxdiag now outputs real information. - Monochrome bitmap format in the DIB engine. - Beginnings of a true shell Explorer builtin. - A number of new D3DX9 functions. - More support for Indic text shaping. - Various bug
2011 May 27
0
Wine release 1.3.21
The Wine development release 1.3.21 is now available. What's new in this release (see below for details): - Support for installation rollbacks in MSI. - 8- and 16-bit bitmap formats in the DIB engine. - Fixes in the XInput2 mouse support. - Better support for text shaping in Uniscribe. - Improvements to the Item common dialog. - More MSVC runtime functions. - Various bug fixes.