|
From: <af...@al...> - 2006-12-23 10:50:16
|
Francesco Montorsi wrote: > If you install things in /usr/local/include and that's not a builtin > path for your GCC then you'll need to do: > > CPPFLAGS="-I/usr/local/include" ./configure Could be a confusion with the Mac framework headers, will investigate... i.e. <wx/wx.h> will look in /Library/Frameworks/wx.framework/Headers/wx.h Doing the explicit -I is probably preferred, even it does look silly. --anders |