Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: skoby on January 12, 2007, 12:40:32 AM

Title: [version.h] Error 2 : Problem at make...
Post by: skoby on January 12, 2007, 12:40:32 AM
Hey y'all

Getting this problem at make and was wondering if anyone could help me out? =/ Any help would be greatly appreciated. Thanks :)

Code: [Select]


skoby@selene:~/anope-1.6.5$ make
sh version.sh
.: 13: version.log: not found
make: *** [version.h] Error 2

Title:
Post by: katsklaw on January 12, 2007, 06:53:40 AM
you need to re-download anope and try again.
Title:
Post by: n00bie on January 12, 2007, 12:17:18 PM
or maybe a complete information on your OS mightbe useful
Title:
Post by: katsklaw on January 12, 2007, 06:15:34 PM
n00bie, version.log ships with Anope and is not created by ./configure so regardless of OS, if it's missing , the installer was corrupt/incomplete or the installer wasn't unpacked correctly/completely.
Title: version.log not found
Post by: Quentin on January 17, 2007, 06:27:20 PM
katsklaw: version.log does exist, version.sh needs to be updated to say CTRL="./version.log"

This is a fix for Solaris 9 SPARC using gmake and gcc 3.4.6.
Title:
Post by: heinz on January 18, 2007, 06:36:05 PM
It's also an issue with 'dash' that ships with debian based systems. The /bin/sh binary needs to point to /bin/bash or other sane shell binary.