Hi all,
in order to try the Padre IDE I started an upgrade of serveral packages
on my system (OSX Leopard).
I've some problems building Wx.
perl Makefile.PL ends with:
ERROR from evaluation of Wx-0.92/ext/Makefile.PL:
ERROR from evaluation of Wx-0.92/ext/stc/Makefile.PL:
No such 'link' library: 'stc' at
Wx-0.92/build/Wx/build/MakeMaker.pm line 211
MakeMaker at that line has:
sub get_core_lib {
my( $this, @libs ) = @_;
print "Getting lib: ", join "\n",@libs;
return join ' ', Alien::wxWidgets->libraries( @libs );
}
and infact it hangs when it's called with (stc,core).
Now... I haven't understood yet what stc package, binary, module, ...
should I install to solve the problem.
For example:
fink list stc
Information about 9210 packages read in 2 seconds.
distcc 2.18.3-1031 Distributed compilation tool
distcc-default 2.18.3-1031 Enable distcc+ccache by default
distcc-gtk 2.18.3-1028 GUI monitor for distcc build hosts
lighttpd-fastcgi 1.4.20-3 mod_fastcgi for lighttpd
gives no clues about that.
I have also the following packages installed:
fink list wxmac
Information about 9210 packages read in 2 seconds.
wxmac 2.6.3-1003rc1 Cross-platform GUI API - mac/carbon version
wxmac-shlibs 2.6.3-1003rc1 Cross-platform GUI API - mac/carbon version
(i) wxmac28 2.8.9-2 Cross-platform GUI API - mac/carbon version
(i) wxmac28-shlibs 2.8.9-2 Cross-platform GUI API - mac/carbon version
zphoto-wxmac 1.2-1023 Zooming photo album generator
I discovered that stc is related to the scintilla text editor...
for my system are available the following packages too...
but they don't sound right, do they?
fink list scintilla
Information about 9210 packages read in 2 seconds.
qscintilla 1.65-1004 Qt port
Scintilla C++ editor class
qscintilla-shlibs 1.65-1004 Qt port
Scintilla C++ editor class
qscintilla2-qt4-x11 2.2-1 Qt port
Scintilla C++ editor class
qscintilla2-qt4-x11-shlibs 2.2-1 Qt port
Scintilla C++ editor class
Thanks in advance for any suggestion.
Regards.