From: k. h. <kla...@nl...> - 2006-01-04 08:34:33
|
John Labenski wrote: >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 SString >> >>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. > > I normally install wxWidgets before using it. So i use it from /usr/local. But those files are not installed there. It seems you do not install wxWidgets, and use wx-config straight from the distribution, where those files of course are available. For general users i think it should work at least in the first case. So we need to find a way to get those files, or mention where they should be found. I think it is wrong how wxWidgets is using thirdparty ( scintilla and expat ), they hide it, making it impossible for us (making extra libs) to do the same as them. Making such thirdparty libs part of wxWidgets is fine, but choosing between a central or local installed thirdparty library, should not be different. Or at least all thirdparty header files should be installed. Regards, Klaas -- Unclassified |