search for: index_de

Displaying 3 results from an estimated 3 matches for "index_de".

Did you mean: index_dir
2006 Feb 08
1
Save only inserts null instead of actual values
Hi, whenever I try to save my form, rails only enters null values in my database. I''m using sqlite, I thought that sqlite might be the problem, but the problem remains when I switched to mysql. Here is my code: controller: class CollectionController < ApplicationController def new @collection = Collection.new end def create if request.get? redirect_to :action
2015 Oct 07
2
Libvirt fails to build with sasl
Description of problem: I try to build a libvirt package for the IPFire project (http://www.ipfire.org/). Without sasl libvirt build fine but with sasl libvirt fails to build with the following message: CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo In file included from rpc/virnetsaslcontext.h:25, from rpc/virnetsaslcontext.c:26: /usr/include/sasl/sasl.h:230: error:
2013 Feb 26
1
[LLVMdev] Cross compile LLVM using gcc (powerpc and x86)
Hi there, I hope this is the right list. I have been trying to cross compile the LLVM 3.2 for our x86 target by using i586 cross compiler provided by Oselas toolchain (http://www.pengutronix.de/oselas/toolchain/index_de.html). I have cross-compiled multitudes of 3rd party projects before and usually I can apply similar methods to compile the most of them. I have however not been able to figure out exactly what is going on with this one. My settings: ---------------------------- ./configure --build=i686-linux-g...