Menu

configure error on 1.1.5

Help
2002-01-03
2002-01-03
  • Mark Cianfaglione

    I'm getting an error on ./configure where I get the following.

    checking checking for pccts includes... configure: error: No PCCTS headers found in /usr/local/include/pccts or /usr/include/pccts.
    [root@pc /cdrdao-1.1.5]#

    I've installed pcctswith no errors. I've looked at the pccts package and there are no mention of any header files to install.

    Is there anyone who has installed cdrdao 1.1.5 from src and lived to tell the tale?

    Mark

     
    • Manuel Clos

      Manuel Clos - 2002-01-03

      tell configure where you do have it installed

        --with-pcctsbin=dir     set directory of PCCTS parser generator executables
        --with-pcctsinc=dir     set directory of PCCTS parser generator includes

      it works for me.

       
    • Mark Cianfaglione

      Actually I sniffed around some more and figured out that the "h" directory in the pccts source (after making) needs to be copied to /usr/local/include/pccts or something like that. the pccts folks should fix their makefile...

      Mark

       
      • Manuel Clos

        Manuel Clos - 2002-01-03

        no, if you install it in the place the configure script expects it or you supply the correct path there is no need to copy/move files.

         
    • Mark Cianfaglione

      Actually If you read the makefile, it moves the executables just not the includes... I don't think that makes much sense.

      Mark

       

Log in to post a comment.