User forums > General (but related to Code::Blocks)
Code-completion in modern C++, when new release?
Hyena:
--- Quote from: oBFusCATed on March 05, 2020, 08:32:07 pm ---The source of the release? Yes it is in the release 20.xx branch on my repo or in svn.
https://github.com/obfuscated/codeblocks_sf/commits/release-20.xx
--- End quote ---
How do you keep them in synch?
Is there any way I could verify SVN and your git repo contain the same code?
oBFusCATed:
I use git svn fetch/git push combos. You can download them both and do some check summing or diffing if you want to be 100% sure. If you want minimal reassurance then you can check the git commits for the svn revision (they have it in the commit message)...
Hyena:
I built codeblocks 20.xx branch. The program starts but is unusable. See the attached screenhots. I am unable to open an existing project and there are no plugins either which I could enable to satisfy the first error message.
Also, when I click help -> about, the program crashes
oBFusCATed:
How have you built the plugin? If you've used make install (without passing custom --prefix to configure) you've mess your system up. Also you have to uninstall the old codeblocks if you're going to install in the default location (/usr/local/).
Hyena:
--- Quote from: oBFusCATed on March 09, 2020, 11:27:24 pm ---How have you built the plugin? If you've used make install (without passing custom --prefix to configure) you've mess your system up. Also you have to uninstall the old codeblocks if you're going to install in the default location (/usr/local/).
--- End quote ---
I didn't install anything. Just executed the binary in the src/src folder.
edit:
I tried both:
./configure --with-contrib-plugins=all
and
./configure --prefix=/usr --with-contrib-plugins=all,-help
same results
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version