Hi Mattia,
If I use wx-config to chek if stc is there I get this:
schleppi:build ademmler$ wx-config --libs stc
-L/opt/local/lib -L/opt/local/lib -arch i386 -L/opt/local/lib -
framework IOKit -framework Carbon -framework Cocoa -framework System -
framework QuickTime -framework OpenGL -framework AGL -
lwx_macu_stc-2.8 -lwx_macu-2.8
But still the Makefile for Wx fails.
ERROR from evaluation of /Users/ademmler/.cpan/build/Wx-0.9702-sqBGxI/
ext/stc/Makefile.PL: No such 'link' library: 'stc' at /Users/
ademmler/.cpan/build/Wx-0.9702-sqBGxI/build/Wx/build/MakeMaker.pm line
212
Do you have further recoomendations for me?
lg Alexander
Am 22.07.2010 um 21:16 schrieb Mattia Barbon:
ademmler wrote:
Hi,
thx for the info. As far as I understand i need the newest relase.
I am trying to install this one I get an error regarding STC :
Writing Makefile for Wx::Grid
ERROR from evaluation of /Users/ademmler/.cpan/build/Wx-0.9702-
CiWd5o/ext/Makefile.PL: ERROR from evaluation of /Users/
ademmler/.cpan/build/Wx-0.9702-CiWd5o/ext/stc/Makefile.PL: No such
'link' library: 'stc' at /Users/ademmler/.cpan/build/Wx-0.9702-
CiWd5o/build/Wx/build/MakeMaker.pm line 212
I also want to note that I have macports installed. And use Wx,
Perl and so on from there.
What's the output of 'ls /opt/local/lib/libwx*'? Maybe the
wxWidgets' MacPort does not install STC (which was in the 'contrib'
section in wxWidgets' 2.8.x).
Regards,
Mattia