similar to: Any details I should know before trying to build on OS X Snow Leopard (Darwin 10) ?

Displaying 20 results from an estimated 9000 matches similar to: "Any details I should know before trying to build on OS X Snow Leopard (Darwin 10) ?"

2009 Sep 22
1
Snow leopard ./configure "cannot compile a simple Fortran program"
I hope this is the place for this... I have to rebuild from scratch under Snow Leopard, and when I attempted to build R-2.9.1, I get the following results from ./ configure: checking how to get verbose linking output from fc... configure: WARNING: compilation failed checking for Fortran 77 libraries of fc... checking how to get verbose linking output from gcc -std=gnu99... -v checking for
2012 Aug 27
1
[LLVMdev] OSX 10.6 (Snow Leopard): strip: malformed object: clang malformed object (unknown load command 9)
I'm working on bringing up a buildbot in the LLVM lab that would run the GCC and GDB DejaGNU tests. The current problem I'm running into is shown here: http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-gdb-gcc/builds/323/steps/install.clang.stage1/logs/stdio When the buildbot attempts to "make install" the system 'strip' binary fails while attempting to strip the
2016 Apr 12
2
Availability of "-export_dynamic" when compiling with support for older OS X releases
Looking at tools/clang/lib/Driver/Tools.cpp , there's this fragment of code: if (Args.hasArg(options::OPT_rdynamic) && Version[0] >= 137) CmdArgs.push_back("-export_dynamic"); I built LLVM 3.4.2 from a OS X 10.11 "El Capitan" but specifying a fat build (386+x86_64) and requesting support back up to 10.6. It went fine, and the build passes all tests when run
2011 Aug 03
3
R.app installer probs on Snow Leopard
Have tried to install R.app several times (6, in fact: versions 2.12, 13 & 14, both 32 and 64 bit versions), using packages freshly downloaded from the official project page, and failed every time, given exception reports such as the following (appended below, the 2 reports arising out of my 1st & 6th attempts). Machine & software version specifics are all contained therein. What
2011 Jul 20
0
dovecot2 on Snow Leopard trouble
Hello list, I have one task to complete - to install and configure imap server on Mac Mini OS X 10.6.8. I'm not new to dovecot, so the favorite imap server is dovecot. Are there any special settings running dovecot on OS X ? I've compiled dovecot 2.0.13 with mysql5 and openssl via macports. Configured virtual users from mysql and turned on all debug, but when I connect to this server via
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
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