Skip to main content
Nathan Lovell_52
Inspiring
December 22, 2021
Question

Issues compiling Procamp SDK GPU Example on Mac

  • December 22, 2021
  • 1 reply
  • 378 views

I'm using Mac OS version 11.6, XCode 13.0, the SDK from March 30, 2021, and have tried several versions of BOOST (1.78 and 1.67).

 

To install boost, I downloaded the .tar.bz2 file, cd'ed into "/usr/local/Cellar" and ran the following command:

tar --bzip2 -xf /Users/clong1/Downloads/boost_1_67_0.tar.bz2 

 

Then, as the instructions say, in XCode I created a custom path linking to my boost folder:

 

The error says: 

fatal error: 'boost/preprocessor/list/for_each.hpp' file not found

 

I have seen other forums posts that this may only work when trying to compile in older versions of XCode, however I need to use the newest version in order to support MFR and M1 compatability. 

 

Any help appreciated!

 

Regards,
Nate Lovell

This topic has been closed for replies.

1 reply

YoussefElZein
Participating Frequently
January 19, 2023

Hello Nate,

Any updates on this?

I'm stuck with the exact same issue at the moment, should I consider installing boost using homebrew or macports instead?

Also, so far using VS Code has been great do you suggest moving to XCode?

 

Thanks

James Whiffin
Legend
January 25, 2023

Looks like Nate just posted an extensive video tutorial on this, maybe it will help you find the solution:

https://www.youtube.com/watch?v=Mbfk5jch6UI

YoussefElZein
Participating Frequently
January 26, 2023

Thanks for the reminder James, 

I've been waiting for this one since last week! will check it out asap!