Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
FileManager: Version Control Browsing
blauzahn:
--- Quote ---Are you sure there isn't some sort of corruption of the FileManager sources?
--- End quote ---
Yes I am. I downloaded a fresh, vanilla trunk into a newly created empty directory. Same result.
--- Code: ---mkdir tmp
cd tmp
svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk
cd trunk
./bootstrap
cd ..
mkdir build
cd build
../trunk/configure --prefix=/usr/local --with-contrib-plugins=all,-NassiShneiderman
make
--- End code ---
I do not see either a thing within the Makefile.am diff that may have caused that. What else?
blauzahn:
If I skip the FileManager, the code compiles cleanly:
--- Code: --- ../trunk/configure --prefix=/usr/local --with-contrib-plugins=all,-NassiShneiderman,-FileManager
make -j
--- End code ---
The breaking change might also be introduced by a version higher than 10107. Haven't bisected it yet.
oBFusCATed:
I confirm the breakage. It happens in out-of-tree builds and only if using pch. If I specify --disable-pch it builds fine.
Jenna:
I have no issues building actual trunk (10118) out of tree, neither with pch, nor without pch.
oBFusCATed:
Probably it is something related to newer autotools, because it worked correctly on my CentOS 6 machine, but failed on my Gentoo machine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version