project-navigation
Personal tools

Author Topic: Compiling Error radiant - "no such file"  (Read 3550 times)

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Compiling Error radiant - "no such file"
« on: September 24, 2009, 11:56:26 pm »
Revision 26341

Code: [Select]
||=== uforadiant, windows_debug ===|
||warning: command line option "-Wno-non-virtual-dtor" is valid for C++/ObjC++ but not for C|
||warning: command line option "-Wno-non-virtual-dtor" is valid for C++/ObjC++ but not for C|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|7|error: gtksourceview/gtksourcelanguagemanager.h: No such file or directory|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|8|error: gtksourceview/gtksourcestyleschememanager.h: No such file or directory|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|9|error: gtksourceview/gtksourceview.h: No such file or directory|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp||In constructor 'gtkutil::SourceView::SourceView(const std::string&, bool)':|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|26|error: 'GtkSourceStyleSchemeManager' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|26|error: 'styleSchemeManager' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|26|error: 'gtk_source_style_scheme_manager_get_default' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|27|error: 'gtk_source_style_scheme_manager_set_search_path' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|28|error: 'gtk_source_style_scheme_manager_force_rescan' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|30|error: 'gtk_source_language_manager_new' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|31|error: 'gtk_source_language_manager_set_search_path' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|33|error: 'GtkSourceLanguage' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|33|error: 'lang' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|33|error: 'gtk_source_language_manager_get_language' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|40|error: 'gtk_source_buffer_new_with_language' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|41|error: 'gtk_source_buffer_set_highlight_syntax' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|43|error: 'gtk_source_view_new_with_buffer' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|43|error: 'GTK_SOURCE_VIEW' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|49|error: 'gtk_source_view_set_show_line_numbers' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|50|error: 'gtk_source_view_set_auto_indent' was not declared in this scope|
D:\_Development\UFOAISVN\ufoai-trunk\src\tools\radiant\libs\gtkutil\SourceView.cpp|60|error: 'gtk_source_view_set_tab_width' was not declared in this scope|
..\..\src\tools\radiant\libs\math\Vector3.h|362|warning: 'g_vector3_axes' defined but not used|
||=== Build finished: 20 errors, 3 warnings ===|
||=== Build finished: 20 errors, 3 warnings ===|


don't know how to fix

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Compiling Error radiant - "no such file"
« Reply #1 on: September 25, 2009, 07:34:54 am »
download a new c::b package

Offline Destructavator

  • Combination Multiple Specialty Developer
  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1908
  • Creater of Scorchcrafter, knows the zarakites...
    • View Profile
Re: Compiling Error radiant - "no such file"
« Reply #2 on: September 26, 2009, 06:15:17 am »
You can try this one from here:

http://ufoai.ninex.info/forum/index.php?topic=3974.msg30927#msg30927

...or the version Mattn has uploaded, which I think is in the wiki.

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Re: Compiling Error radiant - "no such file"
« Reply #3 on: September 26, 2009, 04:26:22 pm »
sorry, wasn't able to answer before
used your package and got it compiled without any error

some things can be so easy  ::)