Hi Guys,
thank you for your support...
Ok, I've discovered that stc is availalable with Wx,
under the following path:
Wx-0.92/ext/stc
BUT:
1)
xx...@yyyy ~/Downloads/Wx-0.92/ext/stc
perl Makefile.PL LIB=/Library/..... PREFIX=/Library/....
hangs with the error:
No such 'link' library: 'stc' at ../../build/Wx/build/MakeMaker.pm
line 211
the same as before.
2)
x...@yyyyy
~/Downloads/Wx-0.92
perl Makefile.PL --extra-libs=stc LIB=/Library/... PREFIX=/Library/...
gives me some errors... and then the same error I got days ago:
'WX' is not a known MakeMaker parameter name.
Unrecognized argument in LIBS ignored: 'stc'
Unrecognized argument in LIBS ignored: 'stc'
Unrecognized argument in LIBS ignored: 'stc'
Writing Makefile for Wx::RichText
Unrecognized argument in LIBS ignored: 'stc'
Writing Makefile for Wx::Print
Unrecognized argument in LIBS ignored: 'stc'
Writing Makefile for Wx::DateTime
....
the doc under Wx-0.92/docs/INSTALL.pod
says for OSX and Linux:
./configure
make
make install
cd contrib/src/stc
make
make install
But I've no ./configure script under Wx-0.92. and the
perl Makefile.PL hangs as written before.
Thanks for any help...
since I'm stuck in this situation.
Regards.