News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

CB 17.12 - Problems to get an update list of mirrors in DevPak plugin !

Started by CBuser5962, July 17, 2019, 09:45:11 PM

Previous topic - Next topic

CBuser5962

Hi,

I've just installed the last (stable) version of CB 17.12 for Windows (W10 64-bits 1903) with MingW. I tried to install the libraries that I need via DevPak update/installer plugin but I get always the same error after configuring the plugin : "Error downloading list of mirrors". See the following screenshot...

How could I fix the probleme to have access to the list of updated libraries please ?

Regards,

Christophe.


oBFusCATed

I'm not sure this dev-pak thing is still actively maintained... At least from the list of files I couldn't see anything updated in the last 10 years.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Quote from: oBFusCATed on July 17, 2019, 10:36:46 PM
I'm not sure this dev-pak thing is still actively maintained... At least from the list of files I couldn't see anything updated in the last 10 years.

A long time ago; I posted what I did to try to make it work. But, the websites that support devpaks was dying out back then.

This link has 5 year old devpaks; so, it survived for a while.
https://sourceforge.net/projects/devpacks/files/

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

CBuser5962

Thank you Tim for your answer.

How to proceed to update the list of mirrors for the DevPak plugin installed with CB 17.12 please ? I think some configuration have to been modified, but what files in what directories please ?

Christophe.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

CBuser5962

Tim,

There was no devpak_mirrors.cfg in my "C:\Users\USERNAME\AppData\Roaming\codeblocks" directory. Then, I created a text file named  "devpak_mirrors.cfg". I modified the content with :

[WebUpdate mirrors]
Dev-C++ primary devpak server=http://heanet.dl.sourceforge.net/sourceforge/dev-cpp/
devpaks.org Community Devpaks=http://devpaks.sourceforge.net/
Aved Devpaks Collecion =http://hivelocity.dl.sourceforge.net/project/devpacks/
wxDev-C++ DevPak server=http://wxdsgn.sourceforge.net/webupdate/
Sof.T's DevPak server=http://wxdevcpp-book.sourceforge.net/packages/

Only the last one seems to respond with a list of very limited libraries that I don't use. I mainly used CONIO2 Library...

Christophe.


BlueHazzard

For newer packet manager i would recommand mingw64 with pacman on windows. This thing is great...
If you want to distribute your applications it is a bit more work, but should also be manageable...

stahta01

To CB Devs:

I suggest not building Devpack by default in the CB Projects.
And, I suggest the next release not include the DevPack  plugin.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

If someone want to remove it, I'll review the patch. I have no time now to remove it myself.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]