Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

build bot in the github, I see one nice project

<< < (5/26) > >>

Grit Clef:
That's exactly the answer! But I don't know why it was successful when using CB projects, while unsuccessful when using cbp2make.

Grit Clef:
Another error occurred:

--- Code: ---zip -jq9 devel32\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
zip error: Nothing to do! (devel32/share/CodeBlocks/manager_resources.zip)
mingw32-make: *** [Makefile_core:958: after_sdk] Error 12

--- End code ---

stahta01:

--- Quote from: Grit Clef on August 19, 2024, 03:45:55 pm ---Another error occurred:

--- Code: ---zip -jq9 devel32\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
zip error: Nothing to do! (devel32/share/CodeBlocks/manager_resources.zip)
mingw32-make: *** [Makefile_core:958: after_sdk] Error 12

--- End code ---

--- End quote ---

That is the error I get when I use an non windows compatible zip command. I think it is the "\*" that is the main cause of the issue.

Tim S.

ollydbg:

--- Quote from: stahta01 on August 19, 2024, 04:06:20 pm ---
--- Quote from: Grit Clef on August 19, 2024, 03:45:55 pm ---Another error occurred:

--- Code: ---zip -jq9 devel32\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
zip error: Nothing to do! (devel32/share/CodeBlocks/manager_resources.zip)
mingw32-make: *** [Makefile_core:958: after_sdk] Error 12

--- End code ---

--- End quote ---

That is the error I get when I use an non windows compatible zip command. I think it is the "\*" that is the main cause of the issue.

Tim S.

--- End quote ---

The suggested zip command is from our wiki page:

[4.3 ZIP](https://wiki.codeblocks.org/index.php/MinGW_installation#ZIP)

And I think you are using the zip command from 7zip?

Because from this file:

https://github.com/zxunge/winstyle-codeblocks-bins/blob/main/.github/workflows/main.yml

I don't find you install a zip tool.

EDIT:


--- Code: ---            zip
            unzip
            p7zip
--- End code ---

I think you are using the zip command from msys2's mingw32 port? I haven't used that zip tool before.

Grit Clef:
That zip would not work; I have tried several other distributions, but none of them worked.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version