Menu

Compilation error sitestore.c

Help
Jacek
2004-05-02
2004-05-08
  • Jacek

    Jacek - 2004-05-02

    I tried to compile 0.10.2 and I had a strange error

    sitestore.c: In function `end_element':
    sitestore.c:341: error: `LONG_MAX' undeclared (first use in this function)
    sitestore.c:341: error: (Each undeclared identifier is reported only once
    sitestore.c:341: error: for each function it appears in.)
    sitestore.c:350: error: `ULONG_MAX' undeclared (first use in this function)
    sitestore.c:355: error: `LONG_MIN' undeclared (first use in this function)
    make[3]: *** [sitestore.lo] Error 1
    make[3]: Leaving directory `/opt/screem-0.10.2/plugins/uploadWizard'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/opt/screem-0.10.2/plugins'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/screem-0.10.2'
    make: *** [all] Error 2

    I don't know much about Screem's sourcecode so I'm asking you for help. What might be the cause of this error?

     
    • David A Knight

      David A Knight - 2004-05-05

      what type of system is this on?  under linux and solaris LONG_MAX etc. are defined in limits.h,  either your system doesn't contain such a file or configure failed to find it.

       
    • Jacek

      Jacek - 2004-05-07

            Ok. I solved the problem. I had problems with compiling libneon and tried all the possible options with ./configure. I also used the one that forbade the compiler to compile libneon using sources from screem-dev. It took me 3 hours to figure out what was wrong and now it's ok.
            The only thing is that I expected the version 0.10.2 would be more stable and unfortunately it isn't so. Maybe 0.11 or ...... will be.

       
    • David A Knight

      David A Knight - 2004-05-08

      if it isn't stable report bugs, otherwise they can't be fixed, but if you have been screwing about with the build setup then bugs could very well be of your own making.

       

Log in to post a comment.