Re: [wxCode-users] Problem compiling stedit 1.2.5

2007-07-31 Thread John Labenski
On 7/31/07, Jeff Holle <[EMAIL PROTECTED]> wrote: > This allowed me to a another problem. > Can't find wx_gtk2d_stc-2.8. > I assume that this is another dependability that this library has. > How do I get it? This is built from the wxWidgets/contrib/src/stc directory. The wxStyledTextCtrl class.

Re: [wxCode-users] Problem compiling stedit 1.2.5

2007-07-31 Thread Jeff Holle
This allowed me to a another problem. Can't find wx_gtk2d_stc-2.8. I assume that this is another dependability that this library has. How do I get it? John Labenski wrote: > On 7/31/07, Jeff Holle <[EMAIL PROTECTED]> wrote: > >> I using an Ubuntu Linux system with gcc 4.12 >> >> I downloaded wx

Re: [wxCode-users] Problem compiling stedit 1.2.5

2007-07-31 Thread John Labenski
On 7/31/07, Jeff Holle <[EMAIL PROTECTED]> wrote: > I using an Ubuntu Linux system with gcc 4.12 > > I downloaded wxstedit-1.2.5.tar.gz, untar it, ran configure successfully. > However, when I run make I get: > stedefs.h:29:33: error: wx/stedit/setup.h: No such file or directory > in attempting to

[wxCode-users] Problem compiling stedit 1.2.5

2007-07-31 Thread Jeff Holle
I using an Ubuntu Linux system with gcc 4.12 I downloaded wxstedit-1.2.5.tar.gz, untar it, ran configure successfully. However, when I run make I get: stedefs.h:29:33: error: wx/stedit/setup.h: No such file or directory in attempting to compile it. My wxWidgets version is wxGTK 2.8.4. Its at $H