Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14814] gcc "fixes" includes!

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 14814] gcc "fixes" includes!
  • Date: 14 Jan 2011 14:47:21 -0000

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





--- Comment #4 from Ladislav Hagara (lace) <hgr AT vabo.cz> 2011-01-14 08:47:18
---
I installed new Source Mage box I scribe stable-rc and testing it. During
sorcery rebuild for example the problem with jed appeared:


******
slang.h (version=20104) does not match the slang library version (20202)
Did you install slang as a shared library? Did you run ldconfig?
Perhaps you need to set the RPATH variable in the Makefile.
You have an installation problem and you will need to check the SLANG
variables in the Makefile and properly set them.
Also try: make clean; make
******


# grep VERSION /usr/include/slang.h
#define SLANG_VERSION 20202

# grep VERSION /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include-fixed/slang.h
#define SLANG_VERSION 20104

After
# mv /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include-fixed/slang.h aaaaa
jed cast without problem.

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



  • [SM-Grimoire-Bugs] [Bug 14814] gcc "fixes" includes!, bugzilla-daemon, 01/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page