Hello! I ran through the following problem when compiling virtuoso on centos:
make[2]: Entering directory `/home/raimoy01/virtuoso-opensource/libsrc/Wi' * Generating json_p.c using bison (GNU Bison) 2.3 * Generating json_l.c using flex version 2.5.4 flex: can't open json_l.c ** ERROR **: Code generation failed while running the following command: flex -Pjsonyy ./json.l I am using flex version 2.5.4. Any idea what might be going on? I tried to manually run flex -ojson_l.c json.l (and so on for every flex call), but the compilation ultimately ends up failing. Cheers! y
