[XForms] dot vs. comma (0.88 vs. 1.0.x)

Jens Thoms Toerring Jens.Toerring at physik.fu-berlin.de
Fri May 28 12:50:27 EDT 2004


On Fri, May 28, 2004 at 06:27:24PM +0200, Bernd Hahnebach wrote:
> To subscribers of the xforms list
> Thanks. I copied the line. I got the next problem.
> 
> main.c:34: warning: return type of `main' is not `int'
> main.c: In function `main':
> main.c:48: warning: implicit declaration of function `setlocale'
> main.c:48: error: `LC_NUMERIC' undeclared (first use in this function)
> main.c:48: error: (Each undeclared identifier is reported only once
> main.c:48: error: for each function it appears in.)
> make[1]: *** [main.o] Fehler 1
> make[1]: Leaving directory
> `/home/hugo/Documents/projekte/software/xstab/zprogramm/XStab/src'
> make: *** [srcs] Fehler 2

Did you include <locale.h>? That's where the function is declared and
the constants defined.
                                   Regards, Jens
-- 
  \   Jens Thoms Toerring  ___  Jens.Toerring at physik.fu-berlin.de
   \__________________________  http://www.toerring.de



More information about the Xforms mailing list