Closed cidious closed 11 years ago
Looks like you called git pull
on a submodule. Don't do that. Newer version of the submodule (the ToxProject-Core) may introduce API changes, thus causing such errors. In order to adapt to API changes qt-gui's code should be modified, that's why you should call git pull
only in qt-gui's repo.
after the
git pull
I got the following error: (2 days ago it was compiled OK)