From: Mattia B. <mat...@li...> - 2006-10-24 19:19:32
|
On Sat, 21 Oct 2006 03:55:57 -0700 (PDT) Sergei Steshenko <ser...@ya...> wrote: Hi, > 'gl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'animate' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'fl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'stc' library not found at inc/My/Build/Any_wx_config.pm line 141. ^^^^^ This... > 'deprecated' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'gizmos' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'ogl' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'plot' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'mmedia' library not found at inc/My/Build/Any_wx_config.pm line 141. > 'svg' library not found at inc/My/Build/Any_wx_config.pm line 141. > ERROR from evaluation of /maxtor5/sergei/AppsFromScratchWD/build/Wx-0.57/ext/Makefile.PL: ERROR > from evaluation of /maxtor5/sergei/AppsFromScratchWD/build/Wx-0.57/ext/stc/Makefile.PL: No such > 'link' library: 'stc' at ^^^^^ ...and this are the relevant messages. > messages mean my wxGtk is not good enough for Wx-0.57 ? It was OK for > Wx-0.26. > > Or the build script simply can't find these libraries ? If the latter, > how do I specify their locations and where should they be located ? You should only need: cd contrib/src/stc make make install in you wxGTK build script. This was needed for Wx-0.26 as well. HTH Mattia |