Open masavini opened 3 years ago
Here I can compile without problems. pgModeler 0.9.4-beta1 (to be released)
Do you have any other detail to provide that may help to find the problem?
thanks for your reply, i was using the latest release. later i will try checking out the beta1 tree and let you know...
Okay, no problem.
Try to use the branch develop of the plugins repo too.
checked out both 0.9.4-beta1 branch for pgmodeler and develop branch for plugins, but i got another error:
In file included from src/xml2object.h:29,
from src/xml2object.cpp:19:
src/xml2objectwidget.h:5:10: fatal error: syntaxhighlighter.h: No such file or directory
#include "syntaxhighlighter.h"
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
@rkhaotix having same issue, I am on Ubuntu, using branch develop of the plugins and branch 0.9.4-beta1 of the pgmodeler repository:
In file included from src/xml2objectwidget.cpp:1:
src/xml2objectwidget.h:5:10: fatal error: syntaxhighlighter.h: No such file or directory
5 | #include "syntaxhighlighter.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:2429: obj/xml2objectwidget.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from src/xml2object.h:29,
from src/xml2object.cpp:19:
src/xml2objectwidget.h:5:10: fatal error: syntaxhighlighter.h: No such file or directory
5 | #include "syntaxhighlighter.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:2228: obj/xml2object.o] Error 1
make[2]: Leaving directory '/home/shujaat/Desktop/pgModeler/pgmodeler/plugins/xml2object'
make[1]: *** [Makefile:91: sub-xml2object-make_first-ordered] Error 2
make[1]: Leaving directory '/home/shujaat/Desktop/pgModeler/pgmodeler/plugins'
make: *** [Makefile:315: sub-plugins-make_first-ordered] Error 2
@shujaatak @masavini You can try to compile now. I've fixed the broken code in xml2objectwdiget.h