Re: [Newbie Alert] Did i screw up my XCode?

2015-04-14 Thread Ton Machielsen
Yep. Directory is there and contains header files. I am trying to compile linrad (http://www.sm5bsz.com/linuxdsp/linrad.htm). It fails on the ./configure step On Tue, Apr 14, 2015 at 2:46 PM, Ryan Schmidt ryandes...@macports.org wrote: On Apr 13, 2015, at 7:54 AM, Ton Machielsen wrote:

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-14 Thread Brandon Allbery
On Tue, Apr 14, 2015 at 9:39 AM, Ton Machielsen t...@machielsen.net wrote: Yep. Directory is there and contains header files. I am trying to compile linrad (http://www.sm5bsz.com/linuxdsp/linrad.htm). It fails on the ./configure step For what it's worth, the configure succeeds here (10.9).

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-14 Thread Ton Machielsen
You are my hero!!! I never looked at the version i am trying to compile. I was just ASSUMING that it was the latest/correct one…. (ASSUME makes and ASS out of ME). I am back in business!! Thanks, Brandon! I’ve been stuck for days on this. I just never looked at the obvious. :-( On Tue, Apr 14,

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-14 Thread Ryan Schmidt
On Apr 13, 2015, at 7:54 AM, Ton Machielsen wrote: TM-MBP:~ Ton$ sudo xcode-select --install Password: xcode-select: error: command line tools are already installed, use Software Update to install updates Does the directory /usr/include exist and contain header files? If so, then I don't

[Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
Hi all! New MacPorts user here. So this is what i have done so far: Installed Xcode Installed MacPorts All working fine Replaced MacPorts with Homebrew because i needed something that was in Homebrew but not in MacPorts. Now i cannot remember what. Removed Homebrew. Removed and reinstalled

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:48 AM, Ton Machielsen wrote: TM-MBP:~ Ton$ /usr/bin/gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target:

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:18 AM, Ton Machielsen wrote: New MacPorts user here. So this is what i have done so far: Installed Xcode Installed MacPorts All working fine Replaced MacPorts with Homebrew because i needed something that was in Homebrew but not in MacPorts. Now i cannot remember

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
TM-MBP:~ Ton$ /usr/bin/gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix On Mon, Apr 13, 2015 at

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:18 AM, Ton Machielsen wrote: The gcc compiler is installed but does not work. The reason is probably missing header files. In addition to Xcode, have you installed the Xcode command line tools (which among other things installs the contents of /usr/include, which is

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
TM-MBP:~ Ton$ sudo xcode-select --install Password: xcode-select: error: command line tools are already installed, use Software Update to install updates On Mon, Apr 13, 2015 at 2:48 PM, Ryan Schmidt ryandes...@macports.org wrote: On Apr 13, 2015, at 7:48 AM, Ton Machielsen wrote: