Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: 1.7.17 Missing files (while compiling)  (Read 5248 times)

0 Members and 1 Guest are viewing this topic.

Turbo_boy

  • Guest
1.7.17 Missing files (while compiling)
« on: October 24, 2006, 02:27:45 PM »

When I was trying to compile my new anope I got some error's


Code: [Select]

make[2]: Entering directory `/home/tust/anope-1.7.17/src/core'
Makefile:1: Makefile.inc: Onbekend bestand of map
make[2]: *** Geen regel voor het maken van doel `Makefile.inc'.  Stop.
make[2]: Leaving directory `/home/tust/anope-1.7.17/src/core'
make[1]: *** [core] Fout 2
make[1]: Leaving directory `/home/tust/anope-1.7.17/src'
make: *** [core] Fout 2


Yeah it's dutch but what it say's it's missing the Makefile.inc file in de src/core.

Maby you missed it to put it into the tar.gz file?
Logged

heinz

  • Guest
(No subject)
« Reply #1 on: October 24, 2006, 02:43:02 PM »

Makefile.inc isn't included in the tarball, it's created when you run ./Config
Logged

Turbo_boy

  • Guest
(No subject)
« Reply #2 on: October 24, 2006, 02:52:18 PM »

yeah but when I do make it doesn't make it at all.

What do I do frong? It worked just a month ago very good with 1.7.16
Logged

heinz

  • Guest
(No subject)
« Reply #3 on: October 24, 2006, 03:09:42 PM »

1) Make sure anope-1.7.17.tar.gz is downloaded correctly
2) Make sure anope-1.7.17.tar.gz extracted correctly - no errors during un-tar'ing.
3) Run ./Config in the anope-1.7.17 directory, and check for any errors
4) Run make and make install

I've tried it using a fresh tarball of 1.7.17 here and it worked fine, so there must be something going wrong on your system somewhere - probably in Config/configure.
Logged

Turbo_boy

  • Guest
(No subject)
« Reply #4 on: October 24, 2006, 04:05:10 PM »

The system owner has tryed now on my account and setted all chmod to 777 and now it works.

Only my damn sql file is corrupted :/
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #5 on: October 24, 2006, 04:49:53 PM »

The SQL schema changed with the release of Anope 1.7.17 so youll have to recreate the SQL tables using the tables.sql file in the services dir.
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
(No subject)
« Reply #6 on: October 24, 2006, 04:59:52 PM »

or you can manually make the changes by reading changes.mysql
Logged

Turbo_boy

  • Guest
(No subject)
« Reply #7 on: October 25, 2006, 07:16:34 PM »

I already did :)

But it was my backup sql file that was corrupted because phpmyadmin did something frong I think.

It's up and running :+
Logged
Pages: [1]   Go Up