Menu

Can't "make" cdrdao-1.1.5 (getting an error)

Help
2001-05-20
2001-05-22
  • Piter G. Oseneff

    the make output goes as follows :

    ---<cut>---

    make[2]: Leaving directory `/usr/local/src/cdrdao-1.1.5/scsilib/export'
    make[1]: Leaving directory `/usr/local/src/cdrdao-1.1.5/scsilib'
    make[1]: Entering directory `/usr/local/src/cdrdao-1.1.5/edc_ecc'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/usr/local/src/cdrdao-1.1.5/edc_ecc'
    make[1]: Entering directory `/usr/local/src/cdrdao-1.1.5/trackdb'
    c++ -DHAVE_CONFIG_H -D_THREAD_SAFE -D_REENTRANT  -I.. -I. -I/usr/local/src/pccts/h -g -O2  -c TocParser.cpp -o TocParser.o
    In file included from /usr/local/src/pccts/h/AParser.h:42,
                     from TocParser.cpp:18:
    /usr/local/src/pccts/h/ATokenBuffer.h:86: ANSI C++ forbids declaration `bufferSize' with no type
    make[1]: *** [TocParser.o] Error 1
    make[1]: Leaving directory `/usr/local/src/cdrdao-1.1.5/trackdb'
    make: *** [all] Error 1
    root@seal cdrdao-1.1.5#

    Please tellmy what's wrong with my setup ?

    --
    piter

     
    • Manuel Clos

      Manuel Clos - 2001-05-20

      What version of pccts are you using? what compiler version?

       
    • Piter G. Oseneff

      Hello ,
      My version of PCCTS is 1.33 .
      My gcc version is 2.95.2 19991024 (release)

      Also I 've got another question on compiling cdrdao-1.1.5 with X ( gnome ):

      How do you think is it possible to compile cdrdao with the latest vertions of GNOME libs and core apps ( e.g. glib-1.2.10 , gtk+-1.2.10 , gnome libs 1.2.10 ...) ?

      --
      Thanks in advance ,

      Piter

       
      • Manuel Clos

        Manuel Clos - 2001-05-20

        I have same versions and I have no problem. Perhaps you have old .h files around?

        Perhaps Andreas will help you better when he comes back from vacation.

        About the gnome issue, I have just not tried it, I'm using gtk+ 1.2.8 at the moment. If gtkmm compiles against 1.2.10 there should be no problem.

         
        • Piter G. Oseneff

          It's clear that there's a problem with my system .
          I'll try to solve it by my self for now .
          Anyway ,
          thank you .

           
          • Piter G. Oseneff

            I was managed to ccmpile the cdrdao only with
            make CXXFLAGS="-fpermissive -O2" . GCDMaster runs with no problem as well .

             

Log in to post a comment.