Hi!
I am trying to use Nomos in its standalone version. The build succeeded (Fossology 2.5.0, Windows 7 using Cygwin). But when I run Nomos it complains about an invalid regular _expression_:
$ ./nomossa licenses.c
regex = "(©|\(c\)|copyright|\<c\>[^+:]|©)"
FATAL nomos_regex.c.46: regcomp failure: brackets ([ ]) not balanced
regex = "(©|\(c\)|copyright|\<c\>[^+:]|©)"
FATAL nomos_regex.c.46: regcomp failure: brackets ([ ]) not balanced
(gdb) backtrace
#0 0x00430376 in regexError ()
#1 0x0043057c in strGrep ()
#2 0x0040357d in searchStrategy ()
#3 0x00403223 in licenseInit ()
#4 0x00402783 in main ()
#0 0x00430376 in regexError ()
#1 0x0043057c in strGrep ()
#2 0x0040357d in searchStrategy ()
#3 0x00403223 in licenseInit ()
#4 0x00402783 in main ()
What is the problem? I don't see any mistakes in the _expression_. How can I solve this?
Markus Rudolph
_______________________________________________ fossology mailing list [email protected] http://lists.fossology.org/mailman/listinfo/fossology
