Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 5.1 compile errors #9

Closed
GoogleCodeExporter opened this issue Oct 29, 2015 · 5 comments
Closed

Xcode 5.1 compile errors #9

GoogleCodeExporter opened this issue Oct 29, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I'm unable to compile TMV with the latest version of Xcode (5.1).  Before this 
update, I *was* able to compile TMV, linking against a macports-installed copy 
of ATLAS.  

Here's my tmv_scons.conf file:

CXX = 'clang++'
PREFIX = '/Users/josh/.local/'
EXTRA_LIB_PATH = '/opt/local/lib/'
EXTRA_INCLUDE_PATH = '/opt/local/include/'

I'm also attaching the stdout/stderr console output from running `scons` and 
the config.log file.

Original issue reported on code.google.com by JMeyers...@gmail.com on 12 Mar 2014 at 8:23

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for reporting this.  I'll make that same update myself and see if I can 
reproduce the error.

I already Googled the errors you are getting and it seems that clang is right 
-- this syntax doesn't seem to be standard-compliant.  Pretty lame though that 
they switched from allowing the syntax silently (like every other compiler 
does!) to giving errors for it.  It would have been nice if they had just 
switched to warnings, at least for a version or two before going all the way to 
it being an error.

Anyway, I'll include this fix in v0.72, which I'm planning to release soon.

Original comment by mikejarvis17@gmail.com on 12 Mar 2014 at 8:45

@GoogleCodeExporter
Copy link
Author

I think I fixed this.  The fixes will be in the upcoming version 0.72.  In the 
meanwhile, I've attached a patch file you can use to patch your v0.71 
distribution.  Download the attached file issue9.patch, and then run the 
following command from the TMV v0.71 root directory.

patch -p0 -i issue9.patch 

Original comment by mikejarvis17@gmail.com on 13 Mar 2014 at 1:53

  • Changed state: Fixed

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by mikejarvis17@gmail.com on 13 Mar 2014 at 1:54

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

This patch works for me!  Thanks!

Original comment by JMeyers...@gmail.com on 13 Mar 2014 at 5:26

@GoogleCodeExporter
Copy link
Author

Fixed in v0.72, which is now released.

Original comment by mikejarvis17@gmail.com on 18 Mar 2014 at 6:59

  • Changed state: Verified

@rmjarvis rmjarvis added this to the v0.72 milestone Dec 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants