Author Topic: Problem with FortranProject generation in svn 9204  (Read 7437 times)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Problem with FortranProject generation in svn 9204
« on: July 10, 2013, 07:30:12 pm »
Probably because of many recent changes in sdk, fortran project plugin does not generate in svn 9204 : errors in nativeparserf
Quote
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp: In member function 'void NativeParserF::CreateWorkspaceBrowser()':
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp:75:98: error: 'class ProjectManager' has no member named 'GetNotebook'
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp:76:54: error: 'class ProjectManager' has no member named 'GetNotebook'
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp: In member function 'void NativeParserF::RemoveWorkspaceBrowser()':
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp:111:60: error: 'class ProjectManager' has no member named 'GetNotebook'
C:\Users\Gerard_2\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\contrib\FortranProject\nativeparserf.cpp:113:54: error: 'class ProjectManager' has no member named 'GetNotebook'
Le processus s'est terminé avec le code d'état 1 (0 minute(s), 5 seconde(s))

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with FortranProject generation in svn 9204
« Reply #1 on: July 10, 2013, 08:08:06 pm »
You'll have to contact the maintainer of the Fortran plugin to update it.
See here how to contact him: http://darmar.vgtu.lt/
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: Problem with FortranProject generation in svn 9204
« Reply #2 on: July 14, 2013, 08:33:00 am »
I can confirm the same build error. FortranProject needs to be updated to the recent refactoring where ProjectManager UI methods were moved to a new ProjectManagerUI class.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Problem with FortranProject generation in svn 9204
« Reply #3 on: July 14, 2013, 10:01:06 am »
I have contacted the developer yesterday.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: Problem with FortranProject generation in svn 9204
« Reply #4 on: July 14, 2013, 04:15:12 pm »
I have also contacted him a few days ago. Until now, no answer, but may be he his on holidays... happy man  :D

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Problem with FortranProject generation in svn 9204
« Reply #5 on: July 16, 2013, 06:24:55 pm »
...should be fixed now.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: Problem with FortranProject generation in svn 9204
« Reply #6 on: July 16, 2013, 09:52:48 pm »
Looks effectively OK now. Thanks all.

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).