User forums > Using Code::Blocks

ubuntu keybinder wont compile

<< < (2/4) > >>

tiwag:
hi pecan,
don't worry about ...  :)

i'm learning linux too and had already my first feeling of success ...
with time your linux-specific knowledge will grow and then you'll feel better !

don't give up !

i'll try to create a cbKeybinder-unix.cbp C::B project file.

greets
--tiwag

Pecan:

--- Quote from: tiwag on January 16, 2006, 03:47:53 pm ---i'll try to create a cbKeybinder-unix.cbp C::B project file.

--- End quote ---

Thanks tiwag

What do I have to delete on linux to get keybinder
to re-compile with make and codeblocks to relink
with a new keybinder.

I'm modifying the code on windows, copying it
to the keybinder contrib dir, deleting the keybinder.o
files, but it still wont re-compile re-link.

I get lots of "leaving dir x, nothing to do" and codeblocks
is the same after make install.

Edit: also, is there a way to save the output of the make/make install
so I can see it without it scrolling off the terminal screen?

thanks
pecan

mandrav:
Pecan, let me give you a hand here :)

If you 've build C::B in linux (even without the contrib plugins), use it to build C::B again using CodeBlocks-unix.cbp. Once you 've done this, remove the autoconf-based C::B and work with output/run.sh. The rest is like working on the windows version :)

Ceniza:
For the error report you're getting, the "invalid option 'threads'" is because of -mthreads in the compiler options. Linux hasn't that flag, the equivalent is -pthreads (POSIX instead of MinGW).

Pecan:

--- Quote from: mandrav on January 16, 2006, 05:45:26 pm ---Pecan, let me give you a hand here :)

If you 've build C::B in linux (even without the contrib plugins), use it to build C::B again using CodeBlocks-unix.cbp. Once you 've done this, remove the autoconf-based C::B and work with output/run.sh. The rest is like working on the windows version :)

--- End quote ---

thanks Yiannis
But it seems to want some manager stuff that isn't there.
Compile log attached.

pecan


[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version