Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

Revision in caption is obsolete.

2 posters

Go down  Message [Page 1 of 1]

1Revision in caption is obsolete. Empty Revision in caption is obsolete. Wed Apr 20, 2022 1:59 am

n3645



Minor issue - revision in caption is obsolete. Current revision is 1097, on caption is 1073.

Is there a way to sync that with repository automatically?

2Revision in caption is obsolete. Empty Re: Revision in caption is obsolete. Wed Apr 20, 2022 4:47 am

arcachofo

arcachofo

Is there a way to sync that with repository automatically?
It is synched.
Just rebuild everything.

3Revision in caption is obsolete. Empty Re: Revision in caption is obsolete. Wed Apr 20, 2022 5:36 am

n3645



Complete build is quite time depended (10-15 min, IIRC). What I do is following:
Code:

bzr pull
cd ./build_XX
make

Is it necessary to do qmake as well or perhaps to delete some file in order to force compiler to get latest revision?

4Revision in caption is obsolete. Empty Re: Revision in caption is obsolete. Wed Apr 20, 2022 5:44 am

arcachofo

arcachofo

Yes, to rebuild everything:
Code:
make clean
qmake
make [-jn]

In some cases is useful to delete build_XX/build folder after make clean and before qmake.

5Revision in caption is obsolete. Empty Re: Revision in caption is obsolete. Wed Apr 20, 2022 5:47 am

arcachofo

arcachofo

Complete build is quite time depended
You can use: make -jn, where n = number of proccess to use.
It takes 1 min 25 seconds to rebuild for me with -j6.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum