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

cbMakefileGen plugin

<< < (5/29) > >>

kisoft:

--- Quote from: stahta01 on August 02, 2007, 03:07:11 am ---I think it would help if you uploaded the zip file to a site to download from instead using a attachment in this thread.
Or, it would be better if you did an SVN or CVS repository, but I think for now just a file download would be enough.

--- End quote ---

Wait a minute, please, I do registered on BerliOS and would create repository and zip versions this plugin.


--- Quote from: stahta01 on August 02, 2007, 03:07:11 am ---Simple patch to add Virtual "All" Target
...

--- End quote ---
Thank you for patch. I made a some changes too. I would upload sources and distributives to BerliOS after refresh configs.

I have problems for creating distibutive for linux now. Anybody help me? Ubuntu 6.10 installed on my work machine. Thanks.

stahta01:

--- Quote from: kisoft on August 02, 2007, 07:35:59 am ---I have problems for creating distibutive for linux now. Anybody help me? Ubuntu 6.10 installed on my work machine. Thanks.

--- End quote ---

I can do minor help getting it to compile and run under Ubuntu, but I have no idea on how to do an deb package.

Is it an runtime issue? Or an packaging issue?

Tim S

I use andLinux under Windows XP and can do minor testing and debugging of the code in it.

kisoft:

--- Quote from: stahta01 on August 02, 2007, 08:01:16 am ---
--- Quote from: kisoft on August 02, 2007, 07:35:59 am ---I have problems for creating distibutive for linux now. Anybody help me? Ubuntu 6.10 installed on my work machine. Thanks.

--- End quote ---

I can do minor help getting it to compile and run under Ubuntu, but I have no idea on how to do an deb package.

--- End quote ---

Thank you, for help. I have no problem with compile and run.


--- Quote from: stahta01 on August 02, 2007, 08:01:16 am ---Is it an runtime issue? Or an packaging issue?

--- End quote ---

Both. On first time required create package for install plugin. May be anybody want use this plugin and can't compile it.


--- Quote from: stahta01 on August 02, 2007, 08:01:16 am ---I use andLinux under Windows XP and can do minor testing and debugging of the code in it.

--- End quote ---

Thank you for your help. Tests can help me for improve plugin.

I do upload sources to BerliOS to my project named cbMakefileGen. Anybody can checkout repository now:

svn checkout svn://svn.berlios.de/cbmakegen/trunk
or
svn checkout http://svn.berlios.de/svnroot/repos/cbmakegen/trunk


Anybody can send a feature requests, bug reports and patches now.

stahta01:
FYI:

I had to remove the path C:\utility\7-Zip\

Tim S


--- Code: ---Index: cbmakegen.cbp
===================================================================
--- cbmakegen.cbp (revision 1)
+++ cbmakegen.cbp (working copy)
@@ -83,7 +83,7 @@
  <ExtraCommands>
  <Add after="zip -j9 ..\..\..\devel\share\CodeBlocks\cbMakefileGen.zip manifest.xml" />
  <Add after="zip -j9 cbMakefileGen.cbplugin ..\..\..\devel\share\CodeBlocks\cbMakefileGen.zip ..\..\..\devel\share\CodeBlocks\plugins\cbMakefileGen.dll" />
- <Add after="C:\utility\7-Zip\7z.exe a cbMakefileGen.7z cbMakefileGen.cbplugin" />
+ <Add after="7z.exe a cbMakefileGen.7z cbMakefileGen.cbplugin" />
  <Mode after="always" />
  </ExtraCommands>
  </Target>

--- End code ---

kisoft:

--- Quote from: stahta01 on August 02, 2007, 08:57:43 am ---FYI:
I had to remove the path C:\utility\7-Zip\

--- End quote ---
Fixed into repository now. Thanks!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version