> On Dec 11, 2014, at 11:58 PM, Bernhard Stegmaier <[email protected]> > 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 _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

