Windows GUI for trunk building - page 58 - General Discussion and Assistance - CHDK Forum

Windows GUI for trunk building

  • 771 Replies
  • 304985 Views
*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #570 on: 20 / August / 2011, 05:23:44 »
Advertisements
CHDK-Shell-v334 (update version)

  • fixed:      Due to changes in the assembla.com pages, CHDK-Shell no longer
                  detected available new builds, HTML parsing routines updated.

  • Security: Clean according to Jotti AND VirusTotal. Checksums (FileAlyzer) are:
                  CHDK-Shell-v334-sfx.exe
                  CRC-32: AE405C44
                  MD5:    7DB1BAF1B35BD016C43560144B22DD10
                  SHA-1:  0EC7B2151AB7F69BE878E21AC8D4F95DD92A3383
                  CHDK-Shell_Updater.7z
                  CRC-32: 0639D24F
                  MD5:    14B4C4F0118B798446798E25D9E27BBB
                  SHA-1:  BFAFED944139A93E11EED9EAD1599509BB7A298E


cheers,

wim

[ Have 7z & a recent*) version ? Save bandwidth, use CHDK-Shell-updater.7z  ]

*) recent = same minor version, so currently 3.3.0 and higher

Re: Windows GUI for trunk building
« Reply #571 on: 20 / August / 2011, 11:57:11 »
indicates you're using an old version. The gcc versions I'm currently distributing with CHDK-Shell
(and separately here) do not use zsh anymore, but bash.
I tend to keep up-to-date with your releases so I don't think that's the answer.  However,  I did not write down the exact error messsage - might not have said anything about zsh.  (sorry ... bad tester here).   The symptom is that the build in the Command box fails with a strange error message and the only way to get it building again is to reboot.   I'll write it down next time I see it (if I see it) and try a simple logout / login rather than reboot to see if that clears it up.  For now I realize there is not much you can do with this little information of coarse.  That's why I did not mention it until I saw microfunguy's post.

Ported :   A1200    SD940   G10    Powershot N    G16

Re: Windows GUI for trunk building
« Reply #572 on: 20 / August / 2011, 16:30:35 »
Where exactly is zsh located and where is its use specified in the Makefile (for Windows) ?

I cannot find it on my system.

I assume I am using gcc 3.4.6 but how can I tell ?


David

*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Windows GUI for trunk building
« Reply #573 on: 20 / August / 2011, 18:07:11 »
Where exactly is zsh located and where is its use specified in the Makefile (for Windows) ?
I cannot find it on my system.
Nowhere, zsh is not included in the actual CHDK-Shell versions, as whim said...

Quote
I assume I am using gcc 3.4.6 but how can I tell ?
Invoke the command line shell from within CHDK-Shell with a click to the "Command line access..." symbol in the lower right corner (the black "DOS-Box" symbol), call

gcc -dumpversion   to show gcc version number
gcc -v   for some more informations...
gcc --help   for other available gcc parameters...

BTW - you know the possibility to toggle between the installed gcc versions in the "Compile Options..." dialog ?

Re: Windows GUI for trunk building
« Reply #574 on: 20 / August / 2011, 18:15:12 »
Thanks, but the point is I am not using Whim's shell and I get the zsh message.

I am using GrAnds prebuilt Windows environment.

Apparently I am using 3.2.3.

David
« Last Edit: 20 / August / 2011, 18:17:36 by Microfunguy »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #575 on: 21 / August / 2011, 02:44:17 »
@microfunguy

David,

- In GrAnd's original devkit you will find zsh in the /bin directory, it has been renamed to 'sh.exe'
- In the adapted version of GCC 3.4.6 (adapted because original would not run on Vista and later) we also
  have a 'sh.exe', but here it is a renamed 'bash.exe'. Other differences are: updated MinGW runtime, and
  the Windows native compiler is GCC 3.4.5, instead of GCC 3.2.3 in GrAnd's original.
  Note that this adapted devkit (just like the newer ones) is used by, but in no way depends on
  CHDK-Shell, which is why I'm distributing them separately as well.

hope that helps,

wim
« Last Edit: 21 / August / 2011, 02:47:01 by whim »

Re: Windows GUI for trunk building
« Reply #576 on: 21 / August / 2011, 06:08:15 »
@whim

Thanks.
Renaming to sh.exe certainly confuses the issue.
In Makefile.inc,  it has :-

  ifeq ($(HOSTPLATFORM),MINGW)
    OSTYPE = Windows
    SH = sh

Why not SH = zsh ?

If 3.2.3 is working fine (as far as I know) on XP, is there any reason to change to 3.4.6 or even later versions ?


David

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #577 on: 21 / August / 2011, 11:51:21 »
@microfunguy

Quote
1. Why not SH = zsh ?

2. If 3.2.3 is working fine (as far as I know) on XP, is there any reason to change to 3.4.6 or even later versions ?

1) no idea - ask GrAnd

2) well, given you get zsh errors, and using bash instead requires a newer MinGW runtime, I guess
    your options are:

       - using GCC 3.4.6 modded as linked above
       - building your own GCC
       - switching to linux (either native or in VM)

wim

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #578 on: 14 / September / 2011, 09:50:23 »
CHDK-Shell-v335 (update version)

  • fixed:     Upcoming changes in the Makefile system (see this forum thread) would crash CHDK-Shell;
                  this should no longer happen now. (tested on philmoz1336 branch)

  • Security: Clean according to Jotti AND VirusTotal. Checksums (FileAlyzer) are:
                  CHDK-Shell-v335-sfx.exe
                  CRC-32:  E88FF14E
                  MD5:      1DA1A43EDD4FFF02AA63726A9C630114
                  SHA1:     7E6EB86733762634888F99B2B3480DB4C4BD71B8
                  CHDK-Shell_Updater.7z
                  CRC-32:  044FE0ED 7F4DB582
                  MD5:       FD6D6055ECC5E06D4C771BDE12B55DD3 52CE5B63659680E4B34B3D73F8B51CDC
                  SHA1:     71603B0B4D54990A2600E1855DB59EECAFD4CE7F 563C5272A7507AFCC0AFD85A54C6C562D3B7BE47

  • Edit, Hotfix:  Due to a missing file in CHDK-Shell_Updater.7z a fixed version was uploaded to box.net on Sep 15 at noon (GMT - 1).
    If you updated from a version < 3.33 please delete 'CHDK-Shell-v335.exe' and 'CHDK-Shell-v335.ini', start your previous version
    and allow it to update again to correct this.
    Alternatively, you can also run 'CKDK-Shell-v335-sfx.exe' (link at the top of this post), which is not affected.

cheers,

wim

[ Have 7z & a recent*) version ? Save bandwidth, use CHDK-Shell-updater.7z  ]

*) recent = same minor version, so currently 3.3.0 and higher
« Last Edit: 15 / September / 2011, 07:11:29 by whim »

Re: Windows GUI for trunk building
« Reply #579 on: 17 / September / 2011, 10:48:20 »
Hi whim.  I don't know if this has been reported before or if its something I have setup wrong.

If I set the "Set SVN Site..."  to CHDKDE then CHDK-Shell opens at the old trunk 10 every time it starts up.   I can change to the most recently downloaded version manually but every time I restart CHDK-Shell it starts up at version 10.

Setting the SNV site to CHDK results in CHDK-Shell opening up at the most recent trunk version so I'm thinking I have everything else setup correctly.


Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics


SimplePortal © 2008-2014, SimplePortal