I re-did the Alien step. It wouldn't install anything when I did it (it said unchanged for each file) so I deleted /usr/local/lib/perl5/ site_perl/5.10.1/darwin-2level/Alien, and my source directory. Then I rebuilt the Alien part, and installed it. Unfortunately it is still failing to see stc.

I'm not sure what headers it is looking for but I have the stc.h:

$ ls /usr/local/include/wx-2.8/wx/stc/
stc.h

I also have the dylib files for stc:

$ ls /usr/local/lib/*stc*
/usr/local/lib/libwx_mac_stc-2.8.0.6.0.dylib /usr/local/lib/ libwx_mac_stc-2.8.dylib
/usr/local/lib/libwx_mac_stc-2.8.0.dylib


Any other thoughts on what I could be missing? Is there a command line option I could pass the Makefile.PL script that will allow me to tell it where to look for these files?


Daniell Freed
winter...@gmail.com
                   ^
                  //\
                     \
\\              .__=. \
 \____        ,' -(@)\-\<)
  \__ \      (_______/_:\
 >==.\ \___,'  /# #\ | : \____
   ,\\\___/|_|##(O)##| `./\---.
  / ,`--'   ,======'//, //.\ . \
 ( ______)_//<_> O////  ( (@O ) )
  (________/ ====='o'    \ `-' /
   `----'                 `---'



On Sep 28, 2009, at 12:33 AM, Erik Colson wrote:

Daniell Freed wrote:
I think I'm getting closer:

Checking if your kit is complete...
Looks good
'WX' is not a known MakeMaker parameter name.
Writing Makefile for Wx::RichText
Writing Makefile for Wx::Print
Writing Makefile for Wx::DateTime
Writing Makefile for Wx::Html
Writing Makefile for Wx::Media
Writing Makefile for Wx::Help
Writing Makefile for Wx::XRC
Writing Makefile for Wx::Grid
ERROR from evaluation of /Users/dfreed/.cpan/build/Wx-0.93-QTP67j/ ext/Makefile.PL: ERROR from evaluation of /Users/dfreed/.cpan/build/ Wx-0.93-QTP67j/ext/stc/Makefile.PL: No such 'link' library: 'stc' at /Users/dfreed/.cpan/build/Wx-0.93-QTP67j/build/Wx/build/ MakeMaker.pm line 211


Hi Daniell,

Did you redo the Alien::wxWidgets part ?
I think Alien::wxWidgets needs to be reinstalled (redo the installation part will overwrite it)

regards


--
Erik Colson

http://www.ecocode.net


Reply via email to