Displaying 2 results from an estimated 2 matches for "appbuild".
Did you mean:
apkbuild
2010 Aug 30
0
rails new --builder
When invoking rails new with the --builder option, I see that you have
to call the class ::AppBuilder. How can you
change the source_root for just a few of the methods?
I want to generate the gemfile from my own template
AppBuilder < Rails::AppBuilder
def gemfile
template ''Gemfile''
end
end
How can I change the Gemfile template from the AppBuilder and if I
can''...
2006 Nov 30
0
Does kernel-devel need further configuration after yum install, for driver build ?
...a reinstall of the latest version)
leads to a series of error messages, e.g.:
In file included from include/asm/smp.h:18,
from include/linux/smp.h:96,
from include/linux/sched.h:23,
from include/linux/module.h:10,
from /home/fred/appbuild/mydriver/mydriver.c:22:
include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
although I am not set up for SMP !
These errors are 'fixed' if I add to the make's CFLAGS,
-I$(KERNELDIR)/include/asm-386/mach-default
but I would guess that this should really happen by mean...