Opened 14 years ago

Closed 14 years ago

#125 closed defect (fixed)

configure should check for more things

Reported by: andersk@mit.edu Owned by:
Priority: minor Milestone:
Component: internals Keywords:
Cc:

Description

$ ./configure
…
Note (probably harmless): No library found for -lperl

No, that’s not exactly harmless. configure should enforce its check for Perl headers.

$ make
…
cd blib; zip -q ../Jabber.par -r arch lib
/bin/sh: zip: command not found

configure should check for zip.

t/00-core-tests....ok
t/completion.......Base class package "Class::Accessor::Fast" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at t/../perl/lib/BarnOwl/Completion/Context.pm line 41

configure should check for Class::Accessor::Fast.

Change History (1)

comment:1 Changed 14 years ago by nelhage@mit.edu

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.