Compiling Synapse; configure necessary?

Asked by Clemens Korner

I have tried to compile Synapse as written on: http://synapse.zeitgeist-project.com/wiki/index.php?title=WritingPlugins
All required libraries are installed.
When I execute `./autogen.sh && make` an error appears:
make: *** No targets specified and no makefile found. Stop.
--> the Makefile is missing.

It was possible to build Synapse successfully with `./autogen.sh && ./configure && make`
Is there an error in the wiki or did I do anything wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Synapse Edit question
Assignee:
No assignee Edit question
Solved by:
Clemens Korner
Solved:
Last query:
Last reply:
Revision history for this message
Michal Hruby (mhr3) said :
#1

Well last step of autogen is that it runs ./configure, so there must some other issue.

Revision history for this message
Clemens Korner (clemens-corny) said :
#2

Problem solved:
I installed the 'gnome-common' packages and then it was possible to compile Synapse with `./autogen.sh && make`.
Berfore I had only 'autotools' and 'autoconf' installed.