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. I'm guessing that you're a little new to wxWidgets? In any case you may find this helpful. I like to create a directory in the wxWidgets root, wxWidgets/config_gtk2ud (for gtk2, unicode, debug) and run the script below (fix --prefix for your case and any other options) in the new directory. You should now have all the build files nicely partitioned off into this dir. Run make and then goto contrib/src/stc/ and run make again to get wx_gtk2d_stc-2.8. All you have to do now is put the --prefix into your path or better yet create a symbolic link to "wx-config" in your path. ../configure \ --prefix=/home/john/wx/wxWidgets/wxWidgets_28/wxWidgets/config_gtk2ud \ --enable-optimise=no \ --enable-debug=yes \ --enable-debug_gdb=yes \ --enable-mem_tracing=no \ --enable-profile=no \ --with-dmalloc=no \ --enable-prologio=no \ --enable-gtk2=yes \ --enable-unicode=yes \ --with-gnomeprint \ --enable-mediactrl=yes \ --with-opengl \ --enable-graphics_ctx Hope this helps, John Labenski > John Labenski wrote: > > 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 compile it. > >> > >> My wxWidgets version is wxGTK 2.8.4. Its at $HOME/wxGTK-2.8.4 and > >> installed. > >> > >> Any help would be appreciated! > >> > > > > Copy include/wx/stedit/setup0.h to setup.h. You can modify setup.h it > > to exclude various lexers. > > > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users