It looks like the autoconf file has some sort of problem. It should be
ok to hand-edit your configure.in/ac file, but apparently the format you
have is not quite what EDE is expecting.
If you have your autoconf file open look at the AC_OUTPUT line and make
sure it is regular, such as:
AC_OUTPUT(Makefile, [date > stamp-h] )
Alternately, make a backup, and EDE will generate a new one. You can
then (perhaps) copy the key line into your old autoconf file.
Eric
On 07/23/2010 02:05 PM, Ron Parker wrote:
> I am trying to convert a project to use EDE. So far all Makefile*
> files have been removed, stub Project.ede files have been created that
> look like:
>
> ;; Object prj
> ;; EDE project file.
> (ede-proj-project "prj"
> :name "prj"
> :file "Project.ede"
> :targets 'nil
> :makefile-type 'Makefile.am
> )
>
> Where "prj" varies from directory to directory. When I go to bulid the
> toplevel project all the Makefile.am's are generated and then I get
> message about Unbalanced parentheses. The back trace starts with:
>
> Debugger entered--Lisp error: (scan-error "Unbalanced parentheses" 972 973)
> scan-lists(963 1 -1)
> down-list(1)
> autoconf-delete-parameter(1)
> autoconf-set-output(("Makefile" ... "config/Makefile"))
|