Author Topic: mandriva 2007  (Read 3209 times)

Offline wxuserbrest

  • Multiple posting newcomer
  • *
  • Posts: 22
mandriva 2007
« on: November 05, 2006, 02:59:33 pm »
Hi,
i download from svn, ./bootstrap and ./configure everything is fine and when i execute make i have this error :

Making all in src
make[1]: entrant dans le répertoire « /home/user/Documents/trunk/src »
Making all in build_tools
make[2]: entrant dans le répertoire « /home/user/Documents/trunk/src/build_tools »
Making all in autorevision
make[3]: entrant dans le répertoire « /home/user/Documents/trunk/src/build_tools/autorevision »
./auto_revision +int +wx +t ../../.. ./../../sdk/autorevision.h
*** glibc detected *** ./auto_revision: free(): invalid next size (normal): 0x0804f320 ***
======= Backtrace: =========
/lib/i686/libc.so.6[0x401c6dad]
/lib/i686/libc.so.6(__libc_free+0x83)[0x401c6f33]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x400ffd91]
/usr/lib/libstdc++.so.6(_ZdaPv+0x1d)[0x400ffded]
/usr/lib/libstdc++.so.6(_ZNSt13basic_filebufIcSt11char_traitsIcEE26_M_destroy_internal_bufferEv+0x2f)[0x400a33af]
/usr/lib/libstdc++.so.6(_ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv+0x61)[0x400a6141]
./auto_revision[0x804a5bb]
./auto_revision[0x804aeaa]
/lib/i686/libc.so.6(__libc_start_main+0xdc)[0x4017775c]
./auto_revision(__gxx_personality_v0+0x4d)[0x8049211]
======= Memory map: ========
08048000-0804c000 r-xp 00000000 03:08 1555740    /home/user/Documents/trunk/src/build_tools/autorevision/auto_revision
0804c000-0804d000 rwxp 00004000 03:08 1555740    /home/user/Documents/trunk/src/build_tools/autorevision/auto_revision
0804d000-0806e000 rwxp 0804d000 00:00 0          [heap]
40000000-40018000 r-xp 00000000 03:06 28688      /lib/ld-2.4.so
40018000-40019000 r-xp 00017000 03:06 28688      /lib/ld-2.4.so
40019000-4001a000 rwxp 00018000 03:06 28688      /lib/ld-2.4.so
40036000-40037000 rwxp 40036000 00:00 0
40037000-40046000 r-xp 00000000 03:06 28682      /lib/i686/libpthread-2.4.so
40046000-40048000 rwxp 0000e000 03:06 28682      /lib/i686/libpthread-2.4.so
40048000-4004a000 rwxp 40048000 00:00 0
4004a000-4004c000 r-xp 00000000 03:06 28699      /lib/libdl-2.4.so
4004c000-4004e000 rwxp 00001000 03:06 28699      /lib/libdl-2.4.so
4004e000-40127000 r-xp 00000000 03:06 734878     /usr/lib/libstdc++.so.6.0.8
40127000-4012a000 r-xp 000d9000 03:06 734878     /usr/lib/libstdc++.so.6.0.8
4012a000-4012c000 rwxp 000dc000 03:06 734878     /usr/lib/libstdc++.so.6.0.8
4012c000-40132000 rwxp 4012c000 00:00 0
40132000-40155000 r-xp 00000000 03:06 28680      /lib/i686/libm-2.4.so
40155000-40157000 rwxp 00023000 03:06 28680      /lib/i686/libm-2.4.so
40157000-40161000 r-xp 00000000 03:06 28731      /lib/libgcc_s-4.1.1.so.1
40161000-40162000 rwxp 0000a000 03:06 28731      /lib/libgcc_s-4.1.1.so.1
40162000-40289000 r-xp 00000000 03:06 28678      /lib/i686/libc-2.4.so
40289000-4028a000 r-xp 00126000 03:06 28678      /lib/i686/libc-2.4.so
4028a000-4028c000 rwxp 00127000 03:06 28678      /lib/i686/libc-2.4.so
4028c000-40291000 rwxp 4028c000 00:00 0
40300000-40321000 rwxp 40300000 00:00 0
40321000-40400000 ---p 40321000 00:00 0
bf7f7000-bf80d000 rw-p bf7f7000 00:00 0          [stack]
bfffe000-bffff000 r-xp bfffe000 00:00 0
make[3]: *** [all-local] Abandon
make[3]: quittant le répertoire « /home/user/Documents/trunk/src/build_tools/autorevision »
make[2]: *** [all-recursive] Erreur 1
make[2]: quittant le répertoire « /home/user/Documents/trunk/src/build_tools »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/user/Documents/trunk/src »
make: *** [all-recursive] Erreur 1


On mandriva it is wxGTK 2.7.0 What can i have to compile it.
Thanks

Brain Damage

  • Guest
Re: mandriva 2007
« Reply #1 on: November 05, 2006, 04:44:48 pm »
i do have the same error it's because our locale is different from english, i am still waiting for a fix that works  :?

here is my thread: http://forums.codeblocks.org/index.php?PHPSESSID=d51c292f7d76a341a7f3b80918621332&topic=4302.0
« Last Edit: November 05, 2006, 04:48:44 pm by Brain Damage »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: mandriva 2007
« Reply #2 on: November 05, 2006, 07:26:54 pm »
I believe this is related to wxWidgets v2.7.0. Please use wxWidgets v2.6.3 (which is the current official version, not a pre-release as v2.7.0 is) and I guess it will work.
With regards, Morten.
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 thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: mandriva 2007
« Reply #3 on: November 06, 2006, 08:55:09 am »
Lol, Martin, I'm afraid it's really autorevision from the dump, though :)  I'd rather like to blame wxWidgets 2.7, too, but that's really not it in this case.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."