Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Can I debug llvm source code by iMac Xcode?"
2012 Nov 05
0
[LLVMdev] I can debug llvm source code by lldb on iMac
You should be able to create an xcode project using cmake and then use that
to build and debug llvm (as you've discovered how to create an xcode
project).
Doug may know more.
-eric
On Sun, Nov 4, 2012 at 4:36 AM, gamma_chen <gamma_chen at yahoo.com.tw> wrote:
> Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I
> still cannot do it now, but I can
2012 Nov 04
3
[LLVMdev] I can debug llvm source code by lldb on iMac
Ten days ago, I asked "Can I debug llvm source code by iMac Xcode?". I still cannot do it now, but I can debug llvm source code by iMac lldb. I write it down on section "1.4 Create LLVM.xcodeproj of supporting cpu0 by terminal cmake command" of GammaLLVMBackendBook.pdf in https://www.dropbox.com/sh/2pkh1fewlq2zag9/r9n4gnqPm7
Best regards
Jonathan
2013 Aug 08
0
[LLVMdev] lld build
Le 8 août 2013 à 07:22, gamma_chen <gamma_chen at yahoo.com.tw> a écrit :
> Hi,
>
> Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question?
>
> Linux/Fedora can be built by the following command
> cmake -DCMAKE_CXX_COMPILER=clang++
2013 Aug 08
2
[LLVMdev] lld build
Hi,
Currently, I can build lld/llvm on Fedora 17 but fail to build it on iMac. The commands I use as follows. Anyone can help me? Or is there the lld mail list I can post the question?
Linux/Fedora can be built by the following command
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../src/
make
iMac
2008 Mar 09
1
[LLVMdev] llvm-gcc 4.2 in Xcode
Yes, I know. It's just when I see "happy", "Apple" and "iPhone SDK" on
an Apple employee's mouth here, I felt a strong urge on the spur of
moment to express my discontent towards Apple people who think they
should make us buy their iMac just to be able to code freeware
applications on iPhone. I've been waiting for so long time until an
official SDK is
2008 Jan 18
1
Questions about the Xcode projects and a bug found
What is the difference between Speex. xcodeproj and
Speex_UB.xcodeproj? In building the Speex framework, I noticed that
Speex_UB.xcodeproj is including several files that don't exist
anymore as well as missing files that were added since it was last
updated.
Also, modes_wb.c is not included in either framework project which
causes a link error when I call speex_lib_get_mode().
2013 Apr 30
1
flac-dev Digest, Vol 101, Issue 28
Well, I'm bored, and I hope I'm not getting in the way of anyone, but I was
like hell might as well try to make a new Xcode project, although I am
using 10.8 with the latest xcode, so I'd have to manually remove that, but
there is one serious concern, and that's that header files are being called
from 1 directory up from where they are, for example:
"share/compat.h"
2008 Mar 08
1
[LLVMdev] llvm-gcc 4.2 in Xcode
I'm UNhappy to see the iPhone SDK REQUIRES an expensive iMac computer to
be able freely to develop programs on iPhone/iPod Touch.
On 08/03/2008 00:59:55, Chris Lattner (clattner at apple.com) wrote:
> I'm happy to announce that the iPhone SDK beta (released yesterday,
> available on http://developer.apple.com) includes a beta version of
> llvm-gcc 4.2 as part of the included
2006 Jul 27
0
[PATCH] XCode Projectfile does not contain window.c
Hey,
the xcode Projectfile from current speex svn which can be found at
macosx/Speex.xcodeproj/project.pbxproj
is missing the file window.c (which leads to linker errors). Attached you can
find the output of svn diff after fixing this.
Peter
--
The best things in life are for a fee.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex_xcodeprojectfile.patch
2009 Sep 15
2
[LLVMdev] LLVM Beginner Question
On Sep 15, 2009, at 10:55 AM, Óscar Fuentes wrote:
> Graham Hemingway <graham.hemingway at gmail.com> writes:
>
>> I am just getting started with LLVM and am having some build issues.
>> I am running Snow Leopard and like to use XCode as my IDE. I know
>> that I need to compile with llvm-config to get all of the proper
>> build
>> settings. My
2009 Mar 22
0
Build FLAC source on Mac OS X without Xcode?
I don't have time to look through error codes, but I can tell you
that I have always compiled FLAC the Unix way, via the command line.
I have not tried under Leopard, because for maximum compatibility
it's better to compile under Tiger. Either something is wrong with
your particular setup, or perhaps Leopard has changed some things
which has broken FLAC. If you have Tiger
2009 Mar 22
2
Build FLAC source on Mac OS X without Xcode?
Hi,
I have read in an earlier post here on this list, that with Mac OS X Leopard it is now easier to build FLAC from source with Xcode. Because I want to automatically build FLAC from source (i.e. via bash scripting) I am looking for a way to compile it "the unix way" (i.e. via configure, make, make install) without Xcode. So I downloaded the source (v1.2.1), read its accompanying
2009 Mar 22
2
Build FLAC source on Mac OS X without Xcode?
Hi,
I have read in an earlier post here on this list, that with Mac OS X Leopard it is now easier to build FLAC from source with Xcode. Because I want to automatically build FLAC from source (i.e. via bash scripting) I am looking for a way to compile it "the unix way" (i.e. via configure, make, make install) without Xcode. So I downloaded the source (v1.2.1), read its accompanying
2013 Apr 30
2
flac-dev Digest, Vol 101, Issue 27
I'd love to fix the .Xcodeproj (which is what they're called now) but I
don't have a clue how to, if I were to figure it out would you guys accept
it, or is it not worth my time?
btw, someone on Windows should get the visual studio files working, it
always complains about not finding nasm.exe.
On Tue, Apr 30, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote:
> Send
2009 Mar 27
0
[Flac] Build FLAC source on Mac OS X without Xcode?
----------------------------------------
> From: brianw at sounds.wa.com
> Date: Wed, 25 Mar 2009 19:10:34 -0700
> To: flac at xiph.org
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
>
> Ok, what follows is a successful build of FLAC on Tiger 10.4.11 from
> the downloaded source "the Unix way":
>
> mkdir test
> cd test
> gnutar zxf
2011 Apr 17
0
[LLVMdev] Xcode 4 autocomplete of LLVM includes
Jonathan Ragan-Kelley <katokop1 <at> gmail.com> writes:
>
> Slightly off-topic, but I imagine this crowd must have some experience
> using Xcode 4 for projects linking to LLVM. I've actually started
> using Xcode 4 as an IDE for C/C++ development thanks to the vastly
> improved code analysis-based tools it's inherited largely thanks to
> LLVM. But,
2007 Feb 21
0
Re: Is FLAC fully cooked for OS X yet?
The key to Arek comment is that the project files only work with
1.1.2 FLAC. Even in those days, the Xcode project was not fully
operational. I gave up on using it, and I think everyone else did.
You basically have no hope of just pulling it out of the repository
and expecting it to work.
What I do, and what I assume most successful FLAC developers on Mac
OS X are also doing, is
2015 Jun 05
0
iMAC does not shutdown
On Jun 4, 2015, at 10:41 AM, Simone Severini <severini.simone at gmail.com> wrote:
> Thanks for your help!
> In red below.
> Cheers
> simone
>
>
>
> On Thu, Jun 4, 2015 at 2:45 PM, Charles Lepple <clepple at gmail.com> wrote:
> On Jun 3, 2015, at 11:45 AM, Simone Severini <severini.simone at gmail.com> wrote:
>
>> Hi everybody!
>> It
2015 Jun 04
0
iMAC does not shutdown
On Jun 3, 2015, at 11:45 AM, Simone Severini <severini.simone at gmail.com> wrote:
> Hi everybody!
> It has been a journey but I almost manage to make my UPS properly communicate.
>
> This is the config:
>
> UPS Mecer/Mustek 2000 VA connected via USB with blazer_usb driver.
> MASTER Raspberry PI-1
> SLAVE Raspberry PI-2
> SLAVE iMac OSX 10.10.3
>
> I
2015 Jun 05
0
iMAC does not shutdown
Hi,
I verified the existence of
name: _nut
password: *
uid: 503
gid: 502
dir: /var/empty
shell: /usr/bin/false
Which command should I run on /opt/local/var/run/.
Current permission: drwxr-xr-x 4 root admin 136 Jun 4 19:59 run
Thanks again!
Simone
On Fri, Jun 5, 2015 at 7:46 AM, Severini Simone <severini.simone at gmail.com>
wrote:
> Thanks, yes from macports.
>