[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[leafnode-list] Re: Error Compiling Leafnode-2



On Sun-2009/03/29-01:53 Jeff Grossman wrote:

> I went to upgrade my Leafnode to the latest snapshot and got the
> following error when I ran make.  This is on a Debian Testing machine.
> All previous versions built with no problems.  This is the first one I
> tried building with the Lua functions in it, but I did not enable them.
>
> gcc -DHAVE_CONFIG_H -I.     -g -O2  -Wall -W -Wstrict-prototypes
> -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual
> -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations
> -Wmissing-format-attribute -Wnested-externs -Wformat=2 -ggdb -fno-common
> -Wsequence-point -Wswitch -Wunused -Wuninitialized -Wundef -MT store.o
> -MD -MP -MF .deps/store.Tpo -c -o store.o store.c
> In file included from /usr/include/sys/stat.h:107,
>                  from /usr/include/fcntl.h:38,
>                  from store.c:39:
> /usr/include/bits/stat.h:103: error: expected identifier or '(' before
> '[' token/usr/include/bits/stat.h:164: error: expected identifier or '('
> before '[' tokenmake[1]: *** [store.o] Error 1
> make[1]: Leaving directory
> `/usr/local/src/leafnode-2.0.0.alpha20090324a+luascript'
> make: *** [all] Error 2

I've got another idea yet:  could you move the line >>#include
"script.h"<< of "store.c" down below the last #include?  It would look
like this:

  #ifdef WITH_DMALLOC
  #include <dmalloc.h>
  #endif

  /* -ino:
   * scripting extension
   * defines "script_*()" variables or their dummies,
   * when scripting is disabled.
   */
  #include "script.h"

I just tried, it doesn't seem to matter to the compiler.  If this fixes
your problem, I'd know that "script.h" is the culprit.  It's not likely,
a straw, but the result of the experiment could help.


clemens

-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
https://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/