Displaying 20 results from an estimated 50000 matches similar to: "Re: mysql on a fresh snow leopard install"
2010 Nov 09
6
Upgrading to snow leopard
Hi All,
I''m currently mid-project at the moment, and am scepticle in upgrading
to Snow Leopard.
If I do, will it affect my current Ruby on Rails set up on my
machine??
Cheers
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2010 Feb 23
1
Rails on Snow Leopard
In particular, if you''re putting Rails on Snow Leopard to work on a
project that you started on Linux.
If you run rake db:create and see an error like this:
Couldn''t create database for {"reconnect"=>false, "encoding"=>"utf8",
"username"=>"root", "adapter"=>"mysql",
2010 Apr 10
1
ruby 1.8.7p249 + rails 2.3.5 + Snow Leopard = hung processes?
A few weeks ago I updated my development computer to Snow Leopard
(finally). I put it off because I was in the middle of a project, and
it seems its a good thing I did. Last week I started something new and
it seems that any rails related ruby process will get ... stuck, I
guess is the best word. I''ve seen it happen as soon as a minute, or
take as long as an hour. It happens for
2010 Feb 07
0
Tip to compile a 32bit version of Ruby on Snow Leopard
Hi guys,
I hope it''s not too off topic on a Rails forum, but I spent so much
time on this I thought I should share it here - hopefully it will help
other people.
I had to compile a 32bit (i386) version of Ruby 1.8.7 on Snow Leopard
(my app is using a 32bit only lib). So I configured the compilation as
such:
./configure CFLAGS="-arch i386 -D_XOPEN_SOURCE=1" LDFLAGS="-arch
2010 Oct 13
3
using pg on snow leopard
I have a macbook running snow leopard. I recently installed postgresql
9.0 on it. I also installed pg with the following command:
sudo env ARCHFLAGS=''-arch x86_64'' gem install pg
The result was fine:
Building native extensions. This could take a while...
Successfully installed pg-0.9.0
1 gem installed
Installing ri documentation for pg-0.9.0...
Installing RDoc documentation
2009 Sep 04
2
Wine on Snow Leopard: dumbed-down help needed
Hi, all. I just got a fresh new hard drive on my white MacBook and installed Snow Leopard (10.6). I was a happy Wine user when I had 10.5, but now I can't get Wine to install. First I tried to install wine-devel with Macports, which failed because it couldn't find the 32-bit Freetype libraries. I then downloaded the latest source and did the whole "./configure" and
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture
with snow leopard (this seems to have been the default for leopard).
I've tried building with:
./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
--enable-shared --enable-jit && make
but I still end up
2010 Jun 14
1
winecfg Audio tab crash - OS X Snow Leopard
Hi all,
I built Wine 1.2-RC3 via Macports today on my Macbook Pro, running OS X 10.6.3. Just noticed a problem I've never had before - whenever I run winecfg and click on the Audio tab, Wine crashes. Thought it might have been something weird in my ~/.wine, but I tried with a fresh Wine prefix and still had the same problem. Any ideas?
Sample output follows:
WINEPREFIX=~/.winetest1 winecfg
2009 Oct 12
1
ODBC with Snow Leopard
Can someone please post or refer to detailed instructions for getting
Rails going on Snow Leopard with ODBC to a MS SQL server? The Rails
Wiki is pretty bad and I can''t seem to get it going!
Thanks,
Tom
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
Hi Keith,
> Hello, Does anyone know how to build LLVM for the i386 architecture
> with snow leopard (this seems to have been the default for leopard).
> I've tried building with:
>
> ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch
> i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/
> --enable-shared
2009 Oct 27
2
OS X 10.6 (Snow Leopard) HFS+ File Compression
Are there any patches (or planned updates) to rsync v3.0.6 to handle
the HFS+ File Compression that Apple introduced with Snow Leopard?
2009 Sep 10
1
Snow Leopard and raspell
I''m having trouble with raspell after upgrading to Snow Leopard. When I
start up the console in one of my apps that uses raspell I receive the
following error message:
Loading development environment (Rails 2.1.0)
dyld: lazy symbol binding failed: Symbol not found: _new_aspell_config
Referenced from:
/Library/Ruby/Gems/1.8/gems/raspell-1.1/lib/raspell.bundle
Expected in: flat
2012 Oct 29
1
Error installing samba4 on snow leopard OS
Support
I've downloaded samba 4 on snow leopard and when I compile it I get an
error
by running 'Make test"
error:
WAF_MAKE=1 ./buildtools/bin/waf test
'test' finished successfully (0.031s)
Waf: Entering directory `/samba-master/samba-master/bin'
Selected embedded Heimdal build
[ 8/3698] Generating VERSION
[ 43/3698] Generating smbd/build_options.c
[1615/3698]
2014 Jul 01
0
USE_CXX1X, Snow Leopard R binaries + Mavericks
Hi R-devel,
I'm noticing the following behaviour:
writeLines("#include <Rcpp.h>", file = "test.cpp")
Rcpp::sourceCpp("~/test.cpp") ## succeeds at trivial compile
Sys.setenv("USE_CXX1X" = "yes")
Rcpp::sourceCpp("~/test.cpp") ## fails; CXX nor CXX1X properly set (?)
IIUC, R is not propagating CXX nor CXX1X when
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
Hello all,
With some help from Duncan through IRC, I just succeeded in building the dragonegg GCC plugin on Snow Leopard.
I first installed LLVM 2.7, and I'm using the dragonegg-2.7 release available on the LLVM website [1]
in combination with the 4.5.0 release of GCC.
Below is an outline of the steps required to get it to work, which is hopefully of use to others.
*) Build GCC-4.5.0
Next
2010 Apr 21
0
corrupted index cache file, physcial size, in migration to snow leopard
Hi,
I am in the middle of migrating a server from Apple's leopard to snow
leopard. Having big problems with migrating mail to dovecot. The
version is:
# dovecotd --version
1.1.17apple0.5
and I use the migration script provide by Apple,
/usr/libexec/dovecot/migrate_mail_data.pl
The current problems concern migrating imap accounts.
The old data typically shows up to mail clients as
2009 Nov 24
0
R 2.10.0 (Snow Leopard) doesn't remember updates
I'm writing to this list rather than the Mac one, b/c I don't know if this problem is particular to the OS.
I recently moved to 2.10 under Snow Leopard:
R version 2.10.0 (2009-10-26)
x86_64-apple-darwin9.8.0
locale:
[1] C/C/en_US/C/C/C
attached base packages:
[1] stats graphics grDevices datasets utils methods base
other attached packages:
[1] JGR_1.7-0
2009 Sep 11
2
WINE with 64-bit Support Build on Snow Leopard
Hello WINE Users:
I am trying to build WINE on Snow Leopard with 64-bit support enabled (actually for my particular purpose I need to build a version of WINE with both 32-bit and 64-bit libraries supported). I am using the 1.1.29 source version..
I have been following the guide for building on Mac and 64-bit WINE at:
http://wiki.winehq.org/MacOSX/Building
http://wiki.winehq.org/Wine64
I get
2010 Feb 12
1
Problems with savePlot() and postscript under Snow Leopard
Dear all,
I tried:
> iris
> species.n <- as.numeric(Species)
> plot(iris, col = species.n)
> savePlot(filename="IrisTestPlot", type="png")
and got the error message:
Fehler in savePlot(filename = "IrisTestPlot", type = "png") :
kann nur aus 'X11(type="*cairo")' Devices kopieren
(sorry, I have a german version of R).
I
2010 Jul 21
1
Black Mirror 2 on Snow Leopard 10.6.4 and WineSkin Engine1.2
Hi, I would be never asked, but have an issue with that game, like in subject I have Snow Leopard 10.6.4 on MacBook pro Core2duo and also have WineSkin on 1.2 engine and when I try to run game the window pop up are with that message:
Microsoft Visual C++ Runtime Library
Program:C:\Program Files\Black Mirror 2\BlackMirror2.exe
File: w:\blackmirror2\sourcecode\win32dx9\DynamicBuffer.h
Line:248