Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13786] Spell gigi fail to compile

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13786] Spell gigi fail to compile
  • Date: 24 Jun 2008 04:16:13 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13786





------- Additional Comments From ldelettre AT free.fr 2008-06-23 23:16 -------
I've found a short term solution. I've created a symlink into the directory
/usr/lib that point on /usr/X11R6/lib/libGLU.so

cd /usr/lib
ln -s /usr/X11R6/lib/libGLU.so libGLU.so


And now the configure works but another bug is still present.

here the output of the cast

src/dialogs/FileDlg.cpp: In member function 'void GG::FileDlg::UpdateList()':
src/dialogs/FileDlg.cpp:695: error: 'const class
boost::filesystem::basic_filesystem_error<boost::filesystem::basic_path<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
boost::filesystem::path_traits>
>' has no member named 'error'
src/dialogs/FileDlg.cpp:695: error: 'security_error' is not a member of 'fs'
src/dialogs/FileDlg.cpp:716: error: 'const class
boost::filesystem::basic_filesystem_error<boost::filesystem::basic_path<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
boost::filesystem::path_traits>
>' has no member named 'error'
src/dialogs/FileDlg.cpp:716: error: 'security_error' is not a member of 'fs'
src/dialogs/FileDlg.cpp: In member function 'void
GG::FileDlg::OpenDirectory()':
src/dialogs/FileDlg.cpp:786: error: 'const class
boost::filesystem::basic_filesystem_error<boost::filesystem::basic_path<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
boost::filesystem::path_traits>
>' has no member named 'error'
src/dialogs/FileDlg.cpp:786: error: 'io_error' is not a member of 'fs'
scons: building terminated because of errors.
scons: *** [src/dialogs/FileDlg.os] Error 1


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page