User forums > Using Code::Blocks

Trying to follow CB Linux Wiki

<< < (6/7) > >>

Pecan:

--- Quote from: Pecan on January 15, 2006, 06:40:10 pm ---EDIT: Thats wierd, I just tried this the second time and it worked.
MAGIC!!

I'm trying to checkout onto ubuntu the HEAD svn just as I did on windows.
What am I doing wrong?

--- End quote ---

Thanks for the reply guys. True, I didn't post my
name and password, and I maintain keybinder.

For some unknown reason, I waited 15 minutes,
just hit the {up arrow},{enter} then 'p' again and the darn thing is working.

Yes, not specifying a destination directory is puting the stuff in
the current dir.

thanks
pecan

Pecan:
EDIT: Got my answer. Did a "sudo make install" and it worked.
I think we have to write a ubuntu only wiki page for all this.
// -------------End Edit -------------------------------------------


I'm getting the following errs trying to do a ubuntu 510 codeblocks
make install

Does this mean I should do a "sudo make install" instead?


--- Code: ---test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  [i]this line deleted because it cause an apache post error[/i]
'console_runner' '/usr/local/bin/console_runner'
/usr/bin/install -c console_runner /usr/local/bin/console_runner
/usr/bin/install: cannot create regular file
`/usr/local/bin/console_runner': Permission denied
make[4]: *** [install-binPROGRAMS] Error 1
make[4]: Leaving directory
`/home/pecan/devel/trunk/src/tools/ConsoleRunner'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/home/pecan/devel/trunk/src/tools/ConsoleRunner'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/pecan/devel/trunk/src/tools'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pecan/devel/trunk/src'
make: *** [install-recursive] Error 1
pecan@herman:~/devel/trunk$

--- End code ---

thanks
pecan

Pecan:
EDIT:  after searching, i'm guessing that "./configure --enable-contrib"
might work. If so, where do/does all the "equivalents of the windows DLLs"
go?
Do you have to be a root user to develope code/plugins?
// ------------- End Edit --------------------------------------------------

How do I run the contib plugins on ubuntu. When I go to plugins->manage plugins
they're not even listed.

when I try to compile them, via the workspace, it says "nothing to be done"

How can i see/load the files of a contrib project into the editor. I've double clicked,
right clicked, stomped, cussed etc, and it shows no file names under keybinder
contrib

help is sorely appreciated

thanks
pecan

cyberkoa:


* 1. ./bootstrap
* 2. ./configure
* 3. make
* 4. sudo make install

To get all contrib plugin , at the stage 2 , use ./configure --enable-contrib

Now , I think you need to
Change directory to your CB project directory

1. sudo make clean  (optional but recommended)
2. ./configure --enable-contrib
3. make
4. sudo make install


p/s : you can download RapidSVN (using synaptic > search) to get a GUI interface of SVN (need to run from command prompt)



takeshimiya:

--- Quote from: cyberkoa on January 16, 2006, 03:32:45 am ---p/s : you can download RapidSVN (using synaptic > search) to get a GUI interface of SVN (need to run from command prompt)

--- End quote ---
Quite off-topic: do you know how can I open with RapidSVN a repository I already checked out with svn command line?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version