HI Mike,

Mike Peat wrote:
Hi Aleksey
[SNIP]
.... and switched to using MinGW as a build environment. After a bit
of fighting to discover the right way to configure it and get to to
start building, it is now coming up with an error during the make
which I really don't understand:

   dl.c: In function 'xmlSecCryptoDLLibraryConstructFilename':
   dl.c:295:30: error: 'PACKAGE' undeclared (first use in this function)
   dl.c:295:30: note: each undeclared identifier is reported only once
   for each function it appears in
   make[3]: *** [dl.lo] Error 1
[SNIP]

Issue is not related to compiler. May be configure fail to create config.h.

$ wc -l config.h
129 config.h

$ grep -w PACKAGE config.h
#define PACKAGE "xmlsec1"

I guess you use "standard" build process:
$ ..../configure  ...
$ make


Roumen

P.S. resend from correct email address
_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to