similar to: [LLVMdev] Use of LLVM in Mac OS X 10.6 (Snow Leopard)

Displaying 20 results from an estimated 50000 matches similar to: "[LLVMdev] Use of LLVM in Mac OS X 10.6 (Snow Leopard)"

2016 Apr 03
2
Any details I should know before trying to build on OS X Snow Leopard (Darwin 10) ?
Hi, One of my Macs is kept at 10.6.8 (with Xcode 3.2.6) because it's a system I still wish to support. However, I'd like to move to clang on it, if possible. I prefer to either install a precompiled binary distribution (if it exists) or compile it on my own, but for the moment I'd prefer to avoid installing it through macports. Looking at the LLVM releases downloads page, I see
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
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 03
5
MAC OS X compile -> 'OpenGL development headers not found'
Hey everyone, I want to compile and start using Wine on my Mac, but I'm getting the following message from ./configure: configure: WARNING: OpenGL development headers not found. OpenGL and Direct3D won't be supported. Since I want OpenGL and Direct3D working, this is a bit of a problem. My system is not configured funny or anything. It is a clean system running Mac OS X Snow Leopard with
2010 Jan 19
3
Wine Installation issues on Snow Leopard
Firstly, hello and thank you for attempting to come to my rescue, I am in need of your assistance. With that said please let me share this problem in hopes of a possible solution. Recently, I installed and configured MacPorts successfully. However I receive a warning from my terminal when I try and install wine using MacPorts. I command my terminal as follows - sudo port install wine-devel.
2010 Jul 22
6
Problem with text entry fields (Mac OS X Snow leopard)
I use Wine for the windows programs I created with Clarion (Topspeed) environment. After upgrade from Mac OS X Tiger to Snow Leopard, I can't input any text in entry fields, using English keyboard layout. When I type something, I hear the beep sound, no letters appers on the screen. I even can't paste latin letters text using shortcuts, and the context dropdown menu doesn't appear
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]
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",
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
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
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
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 Oct 30
1
Re: Problem with text entry fields (Mac OS X Snow leopard)
I have the same problem with the Clarion in ubuntu 10.04. How to fix it?
2011 Jan 15
2
Red Alert on Mac OS X Snow Leopard
Hi I downloaded Winebottler, so i could play Red Alert 1. But i cant make work... After i installed it and i try to start the file called: "RUNGAME.exe" i get this error message: [Image: http://i53.tinypic.com/qo9ht2.jpg ] What can i do with this? Thanks Wasd9595
2007 Nov 06
2
Mac OS X Leopard and C compiling
I recently bought a new Intel Mac with OSX Leopard. I reinstalled the latest version of R and the Xcode tools. I'm trying to compile a C source code with the R compiler in X11, and I receive the following error message: [Macintosh:School Work 07-08/36-711/HW 3] dajmcdon% R CMD SHLIB McDonaldHW3.c gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -no-cpp-precomp
2007 Nov 06
2
Mac OS X Leopard and C compiling
I recently bought a new Intel Mac with OSX Leopard. I reinstalled the latest version of R and the Xcode tools. I'm trying to compile a C source code with the R compiler in X11, and I receive the following error message: [Macintosh:School Work 07-08/36-711/HW 3] dajmcdon% R CMD SHLIB McDonaldHW3.c gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -std=gnu99 -no-cpp-precomp
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
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
2011 Mar 07
3
No printers visible on Mac OS X Snow Leopard
I am a wine newbie so forgive me if this was already answered, but my Google foo is not good enough to solve the problem. I just installed wine version 1.2.2 on Mac OS 10.6.6 using Macports. I also installed gdiplus using winetricks. I am not able to see any of my Mac printers on Notepad's Print Dialog. The only printer visible is "Microsoft XPS Document Writer". I have tried to