search for: _development_

Displaying 8 results from an estimated 8 matches for "_development_".

2012 Mar 10
2
Issues in installing rgl in Mac OS 10.6.8
Dear All, I am trying to install rgl on my mac notebook from the source file. I tried using: /usr/bin/R64 CMD INSTALL rgl_0.92.798.tar.gz and get the following error message: checking for X... no configure: error: X11 not found but required, configure aborted. ERROR: configuration failed for package ?rgl? * removing ?/Library/Frameworks/R.framework/Versions/2.14/Resources/library/rgl? *
2006 May 28
1
Unit tests hitting development database, not testing...
...nit doesn''t appear to respect the environment variable) Running the unit tests manually (ruby test/unit/test_name.rb ) works. Running a "rake test" successfully runs the functional, then the integration, and then reports "rake aborted! Test failures" Looking at the _development_ log, I see that its trying to drop and create tables, but and fails due to some dependencies. This is the exact same behavoir I see if I run rake test:unit so I think that''s the culprit. Looking into the testing.rake file, I see that unit/functional/integration are all dependent on t...
2009 Jan 14
3
Wine compilation problem.
Hi. I was trying to compile Wine 1.1.11 (because 1.1.12 appears to have a problem running InstallShield installers) from source on Sun Solaris 10 UNIX, and after I run configure, I get this: "configure: libXxf86vm development files not found, XFree86 Vidmode won't be supported. configure: libxrandr development files not found, XRandr won't be supported. configure: libxcomposite
2007 Jan 22
7
Yet Another Problem with BackgroundRB
Hi! My cron-based worker is being indeed invoked by backgroundRB at correct times. But... After several runs it can no longer find DB columns! The same query, which was running OK an hour ago starts to throw MySQL error about unkown column in where clause. If I restart backgroundrb it works for some time but stops working after several invocations. Has anyone epxerienced the similar beahviour?
2015 Sep 18
1
file names format for c32 files
On 18/09/2015 15:23, Ady via Syslinux wrote: > >> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote: >>>> >>>> We have pxechn.c32 working with pxelinux.0 to switch between the two >>>> system, but pxechn.c32 under Uefi come up with the folowing error >>> >>> >>> @Developers, please consider using 8.3
2010 Jun 22
4
seek() and gzfile() on 32-bit R2.12.0 in linux
I have installed both 32-bit and 64-bit versions of R2.12.0 (2010-06-15 r52300) on my Ubuntu 10.04 64-bit system. I observe the following behavior when running the examples from base::connections. There appears to be a problem with seek() on a .gz file when using a 32-bit installation of R2.12.0, but the problem doesn't appear in the 64-bit installation. I realize that seek() has been
2007 Dec 25
30
Review of Code for 1.9
Hello Guys, I''m reviewing the code for 1.9, and forgot about this when we first spoke on this subject. The current way we stop threads is using Thread#raise to spread StopServer exception, which will not work as expected in 1.9. 1.9 will treat raised exceptions as #kill, like JRuby does, so the worker threads will not finish serving the client and _then_ exiting, but will be
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to install rails. I''ve installed rubygems and am typing "ruby setup.rb" in the command line and get "No such file or directory." I''ve never had to use command lines before so this is alien to me. Can''t they just make installation GUI-based for non-geeks like