This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

I don't know what this error msg means.

Old posts that have not been replied to for several years.
Locked
U
UmbraSG
Voice
Posts: 22
Joined: Sun Oct 20, 2002 3:21 am
Location: USA
Contact:

I don't know what this error msg means.

Post by UmbraSG »

Hi. Sorry, I'm not that knowledge able about errors on Unix/Linux systems. Especially compiling on them. I'm using the cygwin emulator/shell to compile my module, but I get this error:
  • Successful compile: eggdrop.exe
    make[1]: Leaving directory `/cygdrive/e/eggdrop1.6.12/src'
    Eggdrop v1.6.12 (C) 1997 Robey Pointer (C) 2002 Eggheads
    -rwxrwxrwx 1 Administ None 343552 Oct 19 23:53 eggdrop.exe
    make[1]: Entering directory `/cygdrive/e/eggdrop1.6.12/src/mod'
    ', needed by `modules'. Stop.arget `assoc.mod_so
    make[1]: Leaving directory `/cygdrive/e/eggdrop1.6.12/src/mod'
    make: *** [modules] Error 2
Please, help. I am not exactly ... :o ... actually, i'm not even close to thinking what this might be. Any help would be greatly appreciated. Thank you, Kevin P.[/quote]
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Right...

In your src directory, you do have a mod directory, dont you - and within that should be an assoc.mod directory, and within that should be the files Assoc.c, Assoc.h, makefile (think this is what its missing) and modinfo..

If all these files or directories are there, then it could be something to do with cygwin compatibility... otherwise get them from the tar.gz

you did do a ./configure, didnt you?
U
UmbraSG
Voice
Posts: 22
Joined: Sun Oct 20, 2002 3:21 am
Location: USA
Contact:

Post by UmbraSG »

eh, turns out I didn't unzip it all the way. Some files unzipped into their proper places, some didn't unzip at all. Thank you for your help!!

Kevin P
Locked