Author Topic: Codeblocks from Sources - Mandriva 2010  (Read 4723 times)

Offline evstevemd

  • Single posting newcomer
  • *
  • Posts: 9
Codeblocks from Sources - Mandriva 2010
« on: January 02, 2010, 01:44:44 am »
Hi All,
Mandriva 2010 have its C::B which misses plugin including the important wxSmith.
I tried to build from sources I get error:   :shock:

I'm not good at Linux installing from sources but I saw patches on other threads and I don't know where to apply and if they are going to solve my problem; so help me!

Quote
prefix.cpp: In function ‘char* br_extract_dir(const char*)’:
prefix.cpp:396: error: invalid conversion from ‘const char*’ to ‘char*’
prefix.cpp: In function ‘char* br_extract_prefix(const char*)’:
prefix.cpp:432: error: invalid conversion from ‘const char*’ to ‘char*’
make[3]: *** [prefix.o] Error 1
make[3]: Leaving directory `/home/stefa/Downloads/codeblocks-8.02/src/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stefa/Downloads/codeblocks-8.02/src/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stefa/Downloads/codeblocks-8.02/src'
make: *** [all-recursive] Error 1

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Codeblocks from Sources - Mandriva 2010
« Reply #1 on: January 02, 2010, 02:32:25 pm »
Did you read this : http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux ?

I suggest to use either svn-sources (how to fetch is described in the wiki-page) or use a more recent tar-ball, not the one from 8.02-release.
You can download it (e.g.) from my server (see signature).

Offline evstevemd

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks from Sources - Mandriva 2010
« Reply #2 on: January 05, 2010, 06:10:47 pm »
I have followed how to install from SVN (thanks for that).
I appreciate and it was learning experience on console.
Now there is no wxSmith  :(
How do I add it?

Offline evstevemd

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks from Sources - Mandriva 2010
« Reply #3 on: January 05, 2010, 06:53:50 pm »
I missed something in wiki
this post reminded me
http://forums.codeblocks.org/index.php?topic=6963.msg53267
I recompiling now!

Offline evstevemd

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks from Sources - Mandriva 2010
« Reply #4 on: January 05, 2010, 07:13:25 pm »
I missed something in wiki
this post reminded me
http://forums.codeblocks.org/index.php?topic=6963.msg53267
I recompiling now!
Ya, that did the trick.
Thanks Jens  :lol: