hi,

i'm building Razor on MacOSX 10.3.2 ...

razor-agents-2.40's "make" runs fine, but "make install" dies with:

...
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Writing /usr/lib/perl5/site_perl/5.8.2/darwin-thread-multi/auto/razor-agents/.packlist
Appending installation info to /usr/System/Library/Perl/5.8.2/darwin-thread-multi/perllocal.pod
blib/script/razor-client
Can't locate Razor2/Preproc/deHTMLxs.pm in @INC (@INC contains: lib /System/Library/Perl/5.8.2/darwin-thread-multi /System/Library/Perl/5.8.2 /Library/Perl/5.8.2/darwin-thread-multi /Library/Perl/5.8.2 /Library/Perl /Network/Library/Perl/5.8.2/darwin-thread-multi /Network/Library/Perl/5.8.2 /Network/Library/Perl .) at lib/Razor2/Preproc/Manager.pm line 4.
BEGIN failed--compilation aborted at lib/Razor2/Preproc/Manager.pm line 4.
Compilation failed in require at lib/Razor2/Client/Agent.pm line 22.
BEGIN failed--compilation aborted at lib/Razor2/Client/Agent.pm line 22.
Compilation failed in require at blib/script/razor-client line 21.
BEGIN failed--compilation aborted at blib/script/razor-client line 21.
make: *** [install_razor_agents] Error 2



in my Razor-agents dir, "deHTMLxs.pm" is found in:


 razor-agents-2.40> ls Razor2-Preproc-deHTMLxs/
 MANIFEST  Makefile.PL  _deHTMLxs.o  deHTMLxs.bs  deHTMLxs.h  deHTMLxs.pm  pm_to_blib  
testit
 Makefile  _deHTMLxs.c  blibdirs     deHTMLxs.c   deHTMLxs.o  deHTMLxs.xs  test.pl     
typemap


but NOT in:


 razor-agents-2.40> ls lib/Razor2/Preproc/
 Manager.pm  VR1.pm  deBase64.pm  deHTML.pm  deNewline.pm  deQP.pm  enBase64.pm


as you can see from the above, i've set:


setenv PERL5LIB Razor2-Preproc-deHTMLxs

if i naiively:

cp Razor2-Preproc-deHTMLxs/*.* lib/Razor2/Preproc/

then:

 make distclean
 perl Makefile.PL PREFIX=/usr
 make
 make install


"make install" fails with a slightly different message ...


Appending installation info to /usr/System/Library/Perl/5.8.2/darwin-thread-multi/perllocal.pod
blib/script/razor-client
Can't locate loadable object for module Razor2::Preproc::deHTMLxs in @INC (@INC contains: lib Razor2-Preproc-deHTMLxs /System/Library/Perl/5.8.2/darwin-thread-multi /System/Library/Perl/5.8.2 /Library/Perl/5.8.2/darwin-thread-multi /Library/Perl/5.8.2 /Library/Perl /Network/Library/Perl/5.8.2/darwin-thread-multi /Network/Library/Perl/5.8.2 /Network/Library/Perl .) at lib/Razor2/Preproc/Manager.pm line 4
Compilation failed in require at lib/Razor2/Preproc/Manager.pm line 4.
BEGIN failed--compilation aborted at lib/Razor2/Preproc/Manager.pm line 4.
Compilation failed in require at lib/Razor2/Client/Agent.pm line 22.
BEGIN failed--compilation aborted at lib/Razor2/Client/Agent.pm line 22.
Compilation failed in require at blib/script/razor-client line 21.
BEGIN failed--compilation aborted at blib/script/razor-client line 21.
make: *** [install_razor_agents] Error 255


any clues/suggestions?

fyi, the problem's the same for 2.36, as well ...

thanks,

richard



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to