From: John L. <jla...@gm...> - 2006-01-04 00:43:14
|
On 1/3/06, k. holwerda <kla...@nl...> wrote: > How do you normally solve this in steexprt.cpp on Linux? > > #include "../../contrib/src/stc/scintilla/include/Platform.h" // for > PRectangle > #include "../../contrib/src/stc/scintilla/include/PropSet.h" // for SStr= ing > > I just put the complete path now ( to where my wxWidgets is ), i see no > other way? Doesn't it work as is? It's a relative path that's based on $(WXWIN)/include for MSW or the prefix from wx-config for gmake. Regards, John Labenski |