Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

GitBlocks Plugin

<< < (5/11) > >>

tomolt:
P.S.: I'll probably provide both build systems in the future, I'm just currently on a mobile device, so I can't change it right now.

zygimantus:
How do you install this plugin to CodeBlocks? I have run these commands:

--- Code: ---./bootstrap
./configure
make -f Makefile.in
--- End code ---

But I got this error:
Makefile.in:15: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.

stahta01:
This is likely very wrong!


--- Code: ---make -f Makefile.in

--- End code ---

Try

--- Code: ---make -f Makefile

--- End code ---

Tim S.

zygimantus:
Thank you for your response, but file Makefile does not exist:

make: Makefile: No such file or directory
make: *** No rule to make target 'Makefile'.  Stop.

Those are the files in GitBlocks directory:

GitBlocks.zip  Makefile.in  install-sh    compile         ltmain.sh     include       wxsmith    ChangeLog      INSTALL      README
config.log     depcomp      config.sub    autom4te.cache  config.h.in   manifest.xml  AUTHORS    COPYING        Makefile.am
configure      missing      config.guess  aclocal.m4      configure.ac  src           bootstrap  GitBlocks.cbp  NEWS

oBFusCATed:
You have to run the configure script to generate the makefile files.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version