similar to: problem build wine lib

Displaying 20 results from an estimated 110 matches similar to: "problem build wine lib"

2011 Apr 05
4
Rails 3.0.5 gives SQLite3::SQLException for the same code that works on 3.0.3
Hello, I recently updated Rails to 3.0.5. The very same code that worked on 3.0.3 now gives error. The code is: def kategorialista Kategoria.where(:elfogadva => TRUE).order("nev").collect {|s| [s.nev, s.sefuri]} end It is in application_controller.rb with helper_method :kategorialista The error it gives on 3.0.5: SQLite3::SQLException: no such table: kategoria: SELECT
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all, I have a small program (~10k lines) that just uses elementry API (like SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe) and under g++ with winlib. The problem is that the Builder EXE runs perfectly with WINE __BUT__ the library built with winlib does not run - spits out a segmentation faul @ line 400 (whatever that means) and some Error 139 with nothing else. All
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows. It involves C code that is loaded via dyn.load(). I could manage to produce a 'dll' File using cygwin which seems to be o.k. Now, using dyn.load("pcr.dll") i get: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "c:/cygwin/home/pingu/rt-pcr/pcr.dll": LoadLibrary
2007 Mar 19
1
Using wine dll in another native library
Hi All ! I have some windows-maked dll (xxx.dll for example). I want to use it on my Linux machine in my Java application. For this purpose I wrote a small wrapper around the xxx.dll by using winelib library and make it as libxxx.dll.so. Now I need load this library in my jvm (by using System.loadLibrary("xxx.dll"); ) but when I try to call any function from it I got
2002 Aug 20
0
Compile against winsock and winsock2
Hello, I'm attempting to compile a winsock application using winlib and for some reason the FD_SET/FD_ZERO macros are generating an error because of the WS(fd_set) macro. Is there a prefer method to compile against winsocks functions.... Peter Alleyne
2006 Jul 05
2
How to make a search between two values ?
Hi, I would like to know if it was possible to make a search between two values : For example, I have a table Assignation : - name (varchar) - frequency (integer) - created_on (date) And I would like to sort all the names of the assignation which have a frequency betwenn 100 kHz and 500 kHz, or sort all the names that has been created between two given dates. For the moment, the only thing
2006 Jun 28
4
How to export data
Hello I would like to know if there is a webpage or something else (even another thread in this forum) where there''s an explanation (preferably simple and detailed)on how to export data from a rail application to a .doc or a .xls. I have read Agile Web, Rails recipes and a few threads in this forum but I don''t know how to do it. Where is stored the model document ? How to
2007 Apr 12
2
Ferret 0.11.4.win32 indexing speed vs Ferret 0.10.9.win32
Firstly, thanks Dave for all your hard work. Ferret Rocks!, I am just testing 0.11.4.win32 and it seems to work just fine, however the index creation phase of my app is perhaps 3x slower under 0.11.4 vs 0.10.9 Details follow: System: windows xp sp2, index on local hard disk, Ruby 1.8.6 Run #1, Ferret 0.10.9 - Reboot - Build index, 35,000 rows added in 297 seconds - Run #2, Ferret 0.11.4 -
2007 Mar 05
2
Warming up a new Searcher/Reader (Ferret 0.10.9 win32)
Hi, I have a largish index [700MB] which is updated from time to time, requiring me to close and recreate the Ferret::Search::Searcher to use the latest index. My problem is that the first few searches on the new index are slow [by comparison to before the close/recreate], I''m guessing because the new index is being loaded into RAM by my OS and into Ferret as needed. I''m
2012 Nov 10
3
pkg-config
On Fri, Nov 09, 2012, Shao Miller wrote more as: > > Does anyone know of a clever, Linux-distribution-independent way to find out > where MinGW has its lib/ and include/ dirs? Right now, I've hard-coded the > path for Fedora 17 in the Makefiles. > # # pkg-config # CFLAGS=$(shell pkg-config --cflags uuid ) LIBS=$(shell pkg-config --libs uuid ) proofofconcept: echo PoC
2003 Mar 09
1
winlib help - program hangs - one more
Just one more piece of info. The VC++ program that hangs when I'm trying to run does not even enter its the main() function. I put several printf statements inside main and they never get executed. Regards ... Jarek "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
2006 Apr 27
7
Role Based Authorization recipe implementation?
i got the rails recipes book, i have now an auth system for users without problems, now i want to made a role based acces for my app, im following the "Role Based Authorization" recipe of the book but i cant make it to work even when the tables created and correctly added data manually definig the roles and rights. als i dont know how to define a right for use all the actions in a
2011 Dec 08
5
Master repeatedly killing workers due to timeouts
Hi, We''re using unicorn as a Rails server on Solaris, and it''s been running great for several months. We''ve recently been having a few problems and I''m at a loss what might cause it. A number of times in the past few days, our unicorn slaves keep timing out & the master keeps restarting them. unicorn.log looks something like : E,
2008 Jul 31
5
Firewall exception list
Hi guys, I tried to install CoDeSys on my Wine (1.0.0-1ubuntu4~hardy1) on Ubuntu 8.04. The Microsoft .DotNet Framework 2.0 is installed by using winetricks. But the installer of CoDeSys stops at 90% with an error: "There was an error at adding a program to the firewall exception list: "C:\Programme\3S CoDeSys\CoDeSys\Common\CoDeSys.exe" Google told me, programs can write their
2006 Sep 28
3
A few questions about numbers and dates
Hi, I just noticed that Ferret seems to convert every field to a string [ruby code appended for those interested], which has thwarted my attempt to format Dates (to "dd/mm/yyyy") and Floats (to "n.nn") for consumption further down the line based on the class of the field stored. I considered pre-formatting Dates and Floats prior to indexing, which would store the field
2003 Aug 01
1
ncp t & Fortran error & power of some tests
Hi everybody, I have three questions to ask us: a) R incorporates a function for the Non-central T distribution which unfortunately and, as you know, is not available in Splus 4.5. In http://www.stats.ox.ac.uk/pub/Swin I found the Don MacQueen?s noncent.zip but when I run it in Splus 4.5 the following error message appears: "Error in .Fortran ("vectnc",: "VECTNC" is not a
2003 May 02
0
için Anatolya aroma ozlu madensuyu tan?t?m?..
?yelik Bilgileriniz Kullan?c?Ad?n?z : ?ifreniz : Tekrar ?ifreniz : Gizli Soru : ? Cevab?n?z : Ki?isel Bilgileriniz Ad?n?z : Soyad?n?z : E-Mail Adresiniz : Adresiniz : ?ehir
2013 Oct 07
0
Buďte zdravější!
Akce 4 +1 =================================================== M?te pomal? metabolismus, chcete zhubnout? Hubn?te zdrav?, bez zat??en? sv?ho organismu! Nyn? ke ka?d?mu ?tvrt?mu bal?ku d?v?me jeden bal?k zdarma!</a> Nev?hejte, objednejte hned! Bu?te zdrav?j?? o jednu kostku nav?c! Objednejte te?: http://vitalgrass.com/cz =================================================== Pokud nechcete
2002 Aug 11
4
Install Shield
I wanted to install a multimedia encyclopedia in my pc, it used the usual version of install shield thet dosen't work with wine, but I got a message (In italian, the software I was installing is in italian) that can be translated like this: Some system components must be updated before performing install. Something was installed, including windows media player 6.4, and wine crashed. I had a
2008 Oct 30
9
gdi32.dll error
I am a new wine user. I downloaded the darwin wine implementation for mac OS X ver 1.1.7 (http://www.kronenberg.org/darwine/) and installed on my computer. I run the wine helper application and tried to open some of the sample applications that came with it. No matter what I try to open from the sample windows application folder that came with the program I get the same error