need help with compiler error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22083

    #1

    need help with compiler error

    I keep getting this error:
    web# make incoming.cgi
    "Makefile", line 26: Unassociated shell command "$(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES)
    "Makefile", line 27: Unassociated shell command "$(DOMAINFILES)
    make: fatal errors encountered -- cannot continue

    this is line 25, 26 and 27:
    ALLCONFIG = $(CONFIGDIR)/incoming.h \
    $(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES) \
    $(DOMAINFILES)

    Script is written in C and used to work on my servers that ran older version of FreeBSD.

    Anybody have a fix?
  • grumpy
    Too lazy to set a custom title
    • Jan 2002
    • 9870

    #2
    make sure the link to your classes is stil ok
    Don't let greediness blur your vision | You gotta let some shit slide
    icq - 441-456-888

    Comment

    • Mr Pheer
      So Fucking Banned
      • Dec 2002
      • 22083

      #3
      ** bump **

      Comment

      • WiredGuy
        Pounding Googlebot
        • Aug 2002
        • 34512

        #4
        Your shell doesn't seem to like the backslashes, try putting lines 25, 26 and 27all on the same line and see what the response is.
        WG
        I play with Google.

        Comment

        • IWantU_Patrick
          Registered User
          • Jun 2007
          • 15

          #5
          my fiddy cents worth of suggested help..

          try using GNUUuuuuuuuuu instead of the systems default "make" command.

          "gmake" may already be installed on your servers, perform a (locate/whereis) for it. if you don't have it, you can download it from MIT:

          ftp to prep.ai.mit.edu/pub/gnu/

          peace, and i hope this helps.

          Comment

          • Mr Pheer
            So Fucking Banned
            • Dec 2002
            • 22083

            #6
            Originally posted by WiredGuy
            Your shell doesn't seem to like the backslashes, try putting lines 25, 26 and 27all on the same line and see what the response is.
            WG
            didnt work

            Comment

            • Mr Pheer
              So Fucking Banned
              • Dec 2002
              • 22083

              #7
              Originally posted by IWantU_Patrick
              my fiddy cents worth of suggested help..

              try using GNUUuuuuuuuuu instead of the systems default "make" command.

              "gmake" may already be installed on your servers, perform a (locate/whereis) for it. if you don't have it, you can download it from MIT:

              ftp to prep.ai.mit.edu/pub/gnu/

              peace, and i hope this helps.
              sly# gmake incoming.cgi
              gcc -g0 -O2 -Wall -I. -static -o checkdomains checkdomains.c
              checkdomains.c: In function `main':
              checkdomains.c:77: error: `ndomain_groups' undeclared (first use in this function)
              checkdomains.c:77: error: (Each undeclared identifier is reported only once
              checkdomains.c:77: error: for each function it appears in.)
              checkdomains.c:79: error: `all_domains' undeclared (first use in this function)
              gmake: *** [checkdomains] Error 1


              that didnt work either

              the only thing that is different, is that this is now on a newer version of freebsd... nothing in the script has changed.

              Comment

              • Mr Pheer
                So Fucking Banned
                • Dec 2002
                • 22083

                #8
                none of you code wizards know how to fix this?

                Comment

                • Mr Pheer
                  So Fucking Banned
                  • Dec 2002
                  • 22083

                  #9
                  jesus christ

                  Comment

                  • Mr Pheer
                    So Fucking Banned
                    • Dec 2002
                    • 22083

                    #10
                    someone must know how to fix this

                    Comment

                    • Mr Pheer
                      So Fucking Banned
                      • Dec 2002
                      • 22083

                      #11
                      bump... maybe there is someone here on a wednesday night with a fix

                      i REALLY need to get this working asap

                      Comment

                      • Mr Pheer
                        So Fucking Banned
                        • Dec 2002
                        • 22083

                        #12
                        Anybody here on a thursday morning know how to fix it?

                        Comment

                        • Mr Pheer
                          So Fucking Banned
                          • Dec 2002
                          • 22083

                          #13
                          i bet if I had some naked whores in this thread I'd get some help

                          Comment

                          Working...