similar to: Snow Leopard and Samba

Displaying 20 results from an estimated 10000 matches similar to: "Snow Leopard and Samba"

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
2002 May 04
2
R crashes trying to read a data.frame
Dear all, > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.0 year 2002 month 04 day 29 language R OS: Win98 I have a strange problem with a particular data.frame built with
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 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
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?
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 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 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
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 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 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 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
2009 Aug 29
0
[LLVMdev] Use of LLVM in Mac OS X 10.6 (Snow Leopard)
Several folks have been asking about how LLVM is used in Snow Leopard. Now that it has shipped, I updated the Users page here: http://llvm.org/Users.html#Apple One of the major new features of Xcode 3.2 is the integrated static analyzer. Ted will update http://clang-analyzer.llvm.org/ with more details when he has time. -Chris
2012 Oct 28
0
Snow Leopard server as PDC: problems binding linux machines
First of all, apologies for our hilarious system architecture. It's this way for historical reasons. I had a setup that worked; I now have a setup that doesn't work and I'm trying to work out why. The setup that worked: OS X Tiger (10.4) Server as PDC. Linux servers (a variety of flavours, from Ubuntu 8.04 LTS to SLES 11 SP2) getting user information from the server by LDAP and
2010 Nov 24
0
Snow Leopard Server DomU
I have a 2010 Mac Mini server and I am wondering if a Snow Leopard Server DomU is possible. I am contemplating installing SUSE Linux Enterprise Server 11 SP1 on the Mac Mini server and running Xen. Thanks. -Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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
2011 Feb 08
2
snow leopard, freetype installed but not being found?
Hi, I'm trying to build and use WINE on an OSX Snow Leopard machine. I build WINE yesterday, but didn't realise libfreetype was a problem (unable to find library) until I started ding WINE things. So I downloaded it from freetype.org and built/installed it into /usr/local/lib, but I still get the errors. I decide to rebuild WINE and ran ./configure to find that it couldn't find