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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
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
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.
Actually If you read the makefile, it moves the executables just not the includes... I don't think that makes much sense.
Mark