Displaying 6 results from an estimated 6 matches for "buildr".
Did you mean:
build
2010 Dec 24
2
buildr Windows 7 64 bit problems
...ze for my relatively superficial knowledge upfront
I have a new 64 bit Windows 7 machine.
My dev environment on my old machine which functions fine (sans a
functioning monitor -- thus the new machine), I have the following
installed and functioning well:
Ruby 1.8.6 using the Windows MSI installer
Buildr 1.3.3
rails 2.3.2
jdk 1.6.023 (32bit) with JAVA_HOME set
RUBY_OPT is set to -rubygems
I tried to install the above environment on the new machine with
failures. Initially, when I did a standard install of the above
without rolling back to earlier Buildr versions and using Ruby 1.9.x,
I would get...
2015 Aug 14
2
Build R on Haiku
...s from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are there any checks I can do to the R binary to test if it works properly?
Cheers
Joe
***********************************************************************
make[3]: Entering directory `/Store/buildr/src/library/tools'
building package 'tools'
make[4]: Entering directory `/Store/buildr/src/library/tools'
all.R is unchanged
make[4]: Leaving directory `/Store/buildr/src/library/tools'
make[4]: Entering directory `/Store/buildr/src/library/tools'
make[5]: Entering directory...
2015 Aug 31
0
Build R on Haiku
...not list any symbols, in particular not ps_sigs.
We can only speculate as to what went wrong (visibility issues? Mapping
symbols to u/case? ...).
>
> Cheers
> Joe
>
> ***********************************************************************
> make[3]: Entering directory `/Store/buildr/src/library/tools'
> building package 'tools'
> make[4]: Entering directory `/Store/buildr/src/library/tools'
> all.R is unchanged
> make[4]: Leaving directory `/Store/buildr/src/library/tools'
> make[4]: Entering directory `/Store/buildr/src/library/tools'
&g...
2010 Dec 14
7
source /etc/profile
Hello ,
There is a way to source /etc/profile inside puppet on demand?
My problem is that I install Java, afterwards I set JAVA_HOME variable
in /etc/profile.
After Java is installed, a gem which depends on Java starts to
install ... but as it needs JAVA_HOME environment to be set, it fails.
I am not sure what can I do ...
Thank you,
Adrian
--
You received this message because you are
2007 Dec 03
7
RSpec Project
Hey does anyone know of a good open source Rails project that uses
RSpec? I''d like to check out some real world code that''s drinking the
RSpec BDD koolaid.
Thanks.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...@echo "(For example, put geepack_0.2-7.tar.gz and
VR_7.1-10.tar.gz"
@echo " in subdirectory pkgsrc, then do"
@echo " "
@echo " make pkg-geepack_0.2-7"
@echo " make bundle-VR_7.1-10)"
@echo "-------------------"
@echo " "
buildR: clean prepsrc mkrules R
#### steps described in the document
down:
mkdir -p $(DOWNDIR); \
cd $(DOWNDIR); \
$(WGET) $(RURL)/$(R).$(REXT) -O $(R).tgz; \
$(WGET) $(R_TCL_URL); \
$(WGET) http://www.stats.ox.ac.uk/pub/Rtools/
$(MINGW_CROSS).tar.bz2; \
downR:
mkdir -p $(DOWNDIR); \
cd $(DOWNDI...