search for: propoerly

Displaying 7 results from an estimated 7 matches for "propoerly".

Did you mean: properly
2006 Nov 03
2
Installing a package - and making it work?
Dear list - Propoerly a beginner question, so bare with my frustration... I tried install the 'shapefiles' package into R 2.4.0 but it seems that the install had little effect... > install.packages(c("shapefiles")) --- Please select a CRAN mirror for use in this session --- trying URL ...
2010 Jun 10
0
[LLVMdev] Assertion failure in llc when using exception handling
...ll) ; <i32> > [#uses=0] > > > try putting eh.selector call before the store. > > > Tried. The optimized code looks a little different now but I'm getting > the same assert failure in llc. please open a bugreport. Best wishes, Duncan. PS: Fixing this propoerly in the code generator is a lot of work. The reason it is a lot of work (rather than trivial, like in gcc) is due to the design of exception handling in LLVM. PPS: Please don't forget to send replies to the mailing list.
2008 Aug 05
1
Wx::StatusBar set_status_widths returns argument error
Hi, I added the following line in samples/wxStatusBar.rbw set_status_widths(1, 100) # Doc: set_status_widths(Integer n, Integer widths) Got error: wxStatusBar.rbw:17:in `set_status_widths'': wrong # of arguments(2 for 1) (ArgumentError) wxRuby version: wxruby-1.9.6-x86-mingw32. Thanks in advance. Regards, Zhimin -- Posted via http://www.ruby-forum.com/.
2004 Feb 18
2
(no subject)
Hi list, Could anyone explain why Samba+LDAP PDC needs to have PAM and NSS configured with ldap to authenticate ? I thought that SAMBA authenticates directly against LDAP rather asking PAM/NSS to do this, but this doesn't seem to be true. I configured a Samba+LDAP PDC with the help of idealx.org SAMBA PDC howto. I succeeded with 3.0.2a. Just for experimenting, I used authconfig to disable
2007 May 29
3
Speex.lib
Hi, Thanks! can this program generate speex.lib instead of libspeex.lib?? the OpenSpeak link to speex.lib instead of libspeex.lib I can compiled the libspeex.lib but not speex.lib. Correct me if I am wrong Thanks ----- Original Message ----- From: "Alexander Chemeris" <ipse.sipx@gmail.com> To: <alex@gorex.com.hk> Cc: <speex-dev@xiph.org> Sent: Tuesday, May 29,
2004 Aug 11
5
problem with delphi bde app
Hi, I'm trying to run some old delphi application, which uses BDE to connect to an access mdb file. The application displays an error, that it couldn't open the database. I can run BDEADMIN and I see that database aliases are configured propoerly. I did some winedebugg'ing and noticed following mesassages .... ... warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn...
2010 Jun 10
4
[LLVMdev] Assertion failure in llc when using exception handling
Hi, I'm trying to compile an llvm program which makes use of exception handling. While compiling the code with llc i get the following assertion failure llc: FunctionLoweringInfo.cpp:163: void llvm::FunctionLoweringInfo::clear(): Assertion `CatchInfoFound.size() == CatchInfoLost.size() && "Not all catch info was assigned to a landing pad!"' failed. 0 llc