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

AutoVersioning Plugin

<< < (11/41) > >>

darthdespotism:
I may be wrong but is it not --with-contrib=all (without plugin)?

PsYhLo:
type ./configure --help and will see ;)

JGM:

--- Quote from: PsYhLo on July 21, 2007, 08:49:13 pm ---this is my way i have only one codeblocks source dir so it is compiled with right sdk version
also i used this ./configure --prefix=/usr --with-contrib-plugins=all instead of ./configure

--- End quote ---

Ok, I made it like you except that in the prefix parameter I put /etc/codeblocks, but that was my choice. After compiling the plugin I got the same problem that you had.

I saw some errors in the linux project file, (what a moron I'm) well I just corrected the project file using the default unix template of codeblocks from the plugin project. Now the plugin loaded fine after compilation with the new settings!

Now you have to set the $(#CB) to point /usr/include/codeblocks or /usr/local/include/codeblocks, I think that for you is the first path.

Well here is the linux project file attached and corrected. (try it out and let me know) :)

[attachment deleted by admin]

PsYhLo:
it works!
even compile process complete without any warning

it is such a good plug-in 10x keep the good work

JGM:

--- Quote from: PsYhLo on July 22, 2007, 07:54:30 pm ---it works!
even compile process complete without any warning

it is such a good plug-in 10x keep the good work

--- End quote ---

Thanks! :D Is for me a pleasure to know that is useful

I will add now the option to generate a CHANGES file every time that a commit changes is executed.


--- Quote from: JGM on July 18, 2007, 04:21:10 pm ---

--- Code: ---Changes File

v0.3.4a
  - blah blah
  - blah blah

v0.3.3a
  - Some fixes
  - new features

--- End code ---

--- End quote ---

Like I wrote in that post.

I think this will be useful after all, for us to keep our work organized more easily.

Well I will start working on this, it should be simple, I think :?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version