kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16073
Re: Again with the glew on 10.10
> On Dec 11, 2014, at 11:58 PM, Bernhard Stegmaier <stegmaier@xxxxxxxxxxxxx> wrote:
>
> Hi,
>
> not much I can help.
> I always use MacPorts to install dependencies (including flew) and it works without any problems.
> MacPorts installs to /opt/local/…
> Adam already told that it also works with Homebrew, which AFAIK installs to /usr/local/...
>
> So, if you don’t care where glew is, maybe try one of those two paths and see if it gets found in there…
>
> You also could do a “make VERBOSE=1” and post the compiler command line of the failing file.
> At least you/we could see then which include paths are actually used and if it fits your installation.
Ah, the VERBOSE=1 was the hint I needed. Turns out that none of the include paths included (ha ha) anything with glew, so I solved the problem with a simple symlink in the MYKICADROOT/kicad/include directory to /usr/include/GL and all was well.
Thanks, gang.
-a
References