Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Compile problem with FortranProject and C::B SVN 11352

(1/1)

gd_on:
I tried to compile C::B svn 11352 but there is a problem when compiling FortranProject :


--- Code: ---||=== Générer : default dans FortranProject (compilateur : GNU GCC Compiler) ===|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\finfowindow.cpp||In constructor 'FInfoWindow::FInfoWindow()':|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\finfowindow.cpp|31|error: no matching function for call to 'EditorColourSet::Apply(HighlightLanguage, cbStyledTextCtrl*&)'|
C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\finfowindow.cpp|31|note: candidates are:|
..\..\..\include\editorcolourset.h|111|note: HighlightLanguage EditorColourSet::Apply(cbEditor*, HighlightLanguage, bool)|
..\..\..\include\editorcolourset.h|111|note:   candidate expects 3 arguments, 2 provided|
..\..\..\include\editorcolourset.h|112|note: void EditorColourSet::Apply(HighlightLanguage, cbStyledTextCtrl*, bool, bool)|
..\..\..\include\editorcolourset.h|112|note:   candidate expects 4 arguments, 2 provided|
||=== Génération de terminé : 1 erreur(s), 0 avertissement(s) (0 minute(s), 2 seconde(s)) ===|

--- End code ---

My previous svn 11345 build was OK.

gd_on

oBFusCATed:
There is a change in the API, the plugin must be adjusted for this to work.

crobar:
I have the same problem with the python plugin, could you give a tip on what the fix might be in the 17.02 release?

Miguel Gimenez:
It was fixed adding a new parameter (true) to the function call. If this doesn't solve your issue please post the build log mesages and source versions.

Navigation

[0] Message Index

Go to full version