User forums > Nightly builds

The 17 June 2012 build (8059) is out.

<< < (4/11) > >>

raynebc:

--- Quote from: MortenMacFly on June 28, 2012, 07:21:29 am ---Can you provide a minimal test case?
--- End quote ---
I opened one of my old projects that had only one source file.  I added a second source file to it and when I did a full rebuild of the project, it compiled them out of alphabetical order.  Both files had a build priority weight of 50, but even after I set the priority for each file to 0, they still built out of alphabetical order.  I don't think I can really simplify the problem further, since two files is the minimum for this problem to even be possible.

stahta01:
Possible build issue on Windows.

Building the SDK now causes an zip command error on post build steps.
Happens if the folders CodeBlocks does not exist.
Months ago, the problem did not exist.
Now, I have to create the folders  share/CodeBlocks or run the update.bat after I delete or rename the devel folder.



--- Code: ---zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc

--- End code ---

Note: It is possible the zip command I used has changed.

Tim S.

ollydbg:

--- Quote from: stahta01 on July 01, 2012, 06:17:40 am ---Possible build issue on Windows.

Building the SDK now causes an zip command error on post build steps.
Happens if the folders CodeBlocks does not exist.
Months ago, the problem did not exist.
Now, I have to create the folders  share/CodeBlocks or run the update.bat after I delete or rename the devel folder.



--- Code: ---zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc

--- End code ---

--- End quote ---

I have the same error here: When build C::B (from a refresh git clone)

See the log:

--- Quote ---Creating library file: devel\libcodeblocks.a
Output size is 52.62 MB
[ 50.0%] Running target post-build steps
[100.0%] zip -jq9 devel\share\CodeBlocks\manager_resources.zip sdk\resources\*.xrc
zip I/O error: No such file or directory
zip error: Could not create output file (devel/share/CodeBlocks/manager_resources.zip)
Process terminated with status 15 (13 minutes, 41 seconds)
0 errors, 16 warnings (13 minutes, 41 seconds)
--- End quote ---

Can zip command automatically create a folder?


Jenna:

--- Quote from: ollydbg on July 01, 2012, 07:46:01 am ---Can zip command automatically create a folder?

--- End quote ---
I think we should revert the commit 7972 completely and instead call update[.bat] from the projects post-build step.
Or would this break anything else ?
If I understand correctly, this patch was made to be able to run C::B from inside (or outside) without explicitely call update[.bat], to avoid crashes because of missing xrc-files.

It never made it into linux by the way.

ollydbg:

--- Quote from: jens on July 01, 2012, 10:29:37 am ---
--- Quote from: ollydbg on July 01, 2012, 07:46:01 am ---Can zip command automatically create a folder?

--- End quote ---
I think we should revert the commit 7972 completely and instead call update[.bat] from the projects post-build step.
Or would this break anything else ?
If I understand correctly, this patch was made to be able to run C::B from inside (or outside) without explicitely call update[.bat], to avoid crashes because of missing xrc-files.

It never made it into linux by the way.

--- End quote ---
After I read the file "update.bat", I agree with you. "update.bat" do more things than just compact the xrc files.


--- Quote ---call update[.bat] from the projects post-build step

--- End quote ---
If so, which target can we put the "update.bat" in post-build step?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version