• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Accelerate Framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Accelerate Framework


  • Subject: Accelerate Framework
  • From: Mike Jackson <email@hidden>
  • Date: Thu, 21 Jul 2005 17:08:27 -0400

What newsgroup/mailing list should I sign up to ask questions about using AltiVec? I can not even get the following to compile.

#include <stdio.h>
#include <Carbon/Carbon.h>

int main (int argc, const char * argv[]) {
    // insert code here...
  vector unsigned char fuckShit;

    printf("Hello, World!\n");
    return 0;
}

I get these errors when trying to compile:

/Users/mjackson/Desktop/VecTest/main.c:8: error: 'vector' undeclared (first use in this function)
/Users/mjackson/Desktop/VecTest/main.c:8: error: (Each undeclared identifier is reported only once
/Users/mjackson/Desktop/VecTest/main.c:8: error: for each function it appears in.)
/Users/mjackson/Desktop/VecTest/main.c:8: error: parse error before 'unsigned'



I added the Carbon, CoreServices, Accelerate, vecLib.. anything else I am missing?


---
Mike Jackson
mike _at_ bluequartz dot net


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Accelerate Framework
      • From: Chris Espinosa <email@hidden>
    • Re: Accelerate Framework
      • From: Shaun Wexler <email@hidden>
  • Prev by Date: Re: "Deployment" build style rises from the dead.
  • Next by Date: Re: Accelerate Framework
  • Previous by thread: Re: trouble debugging a framework
  • Next by thread: Re: Accelerate Framework
  • Index(es):
    • Date
    • Thread