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

Windows GUI for trunk building

  • 771 Replies
  • 309603 Views
*

Offline mngc

  • ***
  • 113
  • a590is fw 1.0.1b & sx110is fw 1.0b
Re: Windows GUI for trunk building
« Reply #520 on: 15 / April / 2011, 08:07:58 »
Advertisements
@whim

I check PATH variable for wget (not have any wget path)
I check registry for wget (some wget key found, erased all)

Now, i test my "old" chdk-shell, working!

Now i update to 3.15 chdk-shell, working! (i check wget = 1.11.4). I see the CHDK-Shell-v315.ini with default wget settings.

Now, remove gcc*/etc/wgetrc, and test it. Not working.

Now move wgetrc to original place gcc*/bin, and test it. Not working.

Only working, when i copied wgetrc to gcc*/etc

I not find the wget command line parameter to set proxy. I see and i think /not sure/ (used google) only way evrioment variable or wgetrc to set proxy.

check-certificate wgetrc line not requied, i think the new chdk-shell add automacilly.

I  changed wgetrc lines only:

# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
http_proxy = http://my.proxy:3128/
https_proxy = http://my.proxy:3128/
ftp_proxy = http://my.proxy:3128/

# If you do not want to use proxy at all, set this to off.
use_proxy = on


*

Offline mngc

  • ***
  • 113
  • a590is fw 1.0.1b & sx110is fw 1.0b
Re: Windows GUI for trunk building
« Reply #521 on: 15 / April / 2011, 08:16:00 »
@whim

You have Canon a590is fw 1.0.1b camera (i see your forum message body)?

I have (and another users too) problem with randomly occured startup crash. See this thread:

http://chdk.setepontos.com/index.php?topic=2361.msg64091#msg64091

Now i add the test line to camera.h  (for 1132 version of CHDK). And build with CHDK shell. The new test build working on my camera. Newer crash again. But requies long test. 

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #522 on: 15 / April / 2011, 11:02:03 »
@mngc

about the proxy: i read on Bart Puype's page:
Quote
.....................
Proxy

To make wget use a proxy, you must set up an environment variable before using wget. Type this at the command prompt:

set http_proxy=http://proxy.myprovider.net:8080

...where you use the correct proxy hostname and port for your ISP or network. You can use ftp_proxy to proxy ftp requests.

--proxy=on
--proxy=off

Turn proxy usage on/off once variable is set; default is on when variable is present.

Environment variables can be set permanently for the entire system, or on a per-user basis. Procedure for Windows XP (similar for NT, 2000, Vista, 7). For Windows 95, 98, ME, add them to autoexec.bat (use msconfig to do this easily).
.....................
Default options (.ini file)

You can put either a wget.ini file in the same directory as wget.exe, or use an environment variable called wgetrc to point to the file if it is in another location (set wgetrc=\path\to\wget.ini). Syntax for wget.ini (or .wgetrc) can be found in the official documentation.
.....................
So maybe try copying the WGETRC file to wget.ini ?

Official list of Wget.ini/WGETRC options is also linked there (bottom of the page)

about the a590 startup crashes: not the kind of stuff I would be able to fix ....

see you,

wim

*

Offline mngc

  • ***
  • 113
  • a590is fw 1.0.1b & sx110is fw 1.0b
Re: Windows GUI for trunk building
« Reply #523 on: 18 / April / 2011, 03:46:56 »

So maybe try copying the WGETRC file to wget.ini ?



I move gcc*/etc/wgetrc to gcc*/bin/wget.ini. Working properly!

Not understand correctly your a590is comment. Now i think the startup crash fixed by reyalp /long time test start  :) with new build/.

I have several not solved a590is related bug long time. Of course all bug reported previously, but nobady could not help.

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #524 on: 18 / April / 2011, 07:18:59 »
I move gcc*/etc/wgetrc to gcc*/bin/wget.ini. Working properly!
That's good news !

About a590: it just means I can not do this. Also, this thread is about CHDK-Shell and compiling CHDK, not bug hunting - please post camera specific questions where they belong.

wim

*

Offline mngc

  • ***
  • 113
  • a590is fw 1.0.1b & sx110is fw 1.0b
Re: Windows GUI for trunk building
« Reply #525 on: 19 / April / 2011, 01:28:42 »
Ok. Chdk-shell with proxy support very useful for me (source dowload, and easy building). Thanks again.

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #526 on: 19 / April / 2011, 13:07:03 »
CHDK-Shell-v316 (update version)

  • changed:  For CHDK-DE, the revision number is now added to buildconf.inc, if
                   a line contains "DEF_SVN_REF=". Older builds are automatically
                   converted when opened. This means 'version.inc' remains
                   untouched for newer, and will be restored from version.inc.org
                   for builds opened by CHDK-Shell 3.15 and older.

  • changed:  When updating wget (still optional, see release notes for 3.15),
                   the 'WGETRC' configuration file will automatically be copied
                   to 'wget.ini' - the new wget does not 'see' WGETRC anymore.

  • Security: Clean according to Jotti. Checksums (FileAlyzer) are:
                  CHDK-Shell-v316-sfx.exe
                  CRC-32:  C37BDB43
                  MD5:      BFD1104D1F4BCF929B4F4784BC74AC9D
                  SHA1:     E3701A38071319BA80AB41AFF3D598A0F43E49F1
                  CHDK-Shell_Updater.7z
                  CRC-32:  0A5BC5B1
                  MD5:      EC2DC73E5A355D517E57EE4E6E0F4F43
                  SHA1:     417A085E3631C36ADAFE73CA7A7D8CF23653CE2A

cheers,

wim

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

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

*

Offline achillies

  • ***
  • 227
  • SX130IS
Re: Windows GUI for trunk building
« Reply #527 on: 25 / April / 2011, 21:48:42 »
I know this is probably a very easy task, but I can't figure out how to do it.  The files for the SX130is are in the 1160 trunk , but the camera is not listed in CHDK-Shell. 

I use to apply a patch file in CHDK-Shell, and then the camera would show up in the list, but I'm sure there is a better way now.

What file(s) or options in CHDK-Shell do I need to set to show all available cameras in the list?

EDIT: Never mind.  I figured it out 5 secs after posting.  Editing the "Makefile" and removing the comments for the sx130is did the trick.
Don't let the sands of time get in your lunch.

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #528 on: 27 / April / 2011, 13:56:03 »
CHDK-Shell-v317 (update version)

  • added:    Fully automatic generation of diff's to clean up camera properties.
                  Works by cloning the current build, performing 3 patching stages on it,
                  and then creating 2 diffs (one based on commenting out, the other on
                  deleting non-functional lines) Properties defined as being equal to
                  other properties now show their effective value, this looks IMHO a
                  lot cleaner, and makes it easier to gain insight, especially for the
                  ASPECT related properties. The diffs and logs can all be found in the
                  /CHDK-Shell subdirectory, prefixed with the build name, for latest
                  trunk it would be: 'trunk1160-props-fixed'

  • added:    For ptpCamGui: Separate option to control the use of the separate,
                  (compiled from source) ptpcam.exe. In Unchecked state (default) it
                  will be deleted, and not compiled or started; this means ptpcam.dll will
                  use it's own internal version.

  • changed: Modified the code for localbuildconf.inc a bit to make compilation
                   of SDM sources easier. You will still need to copy the source code
                   into the /trunk directory manually, and make sure it is renamed,
                   since CHDK-Shell expects source dirs to be named trunk789_whatever;
                   e.g. for the current version 1.85 I used 'trunk185_SDM'

  • Security: Clean according to Jotti. Checksums (FileAlyzer) are:
                  CHDK-Shell-v317-sfx.exe
                  CRC-32:  20998D1E
                  MD5:      A793642670256ADA76AEB892C78355C1
                  SHA1:     67855A2A09B449C0A2C03DEA4C1DAC8A37F72B52
                  CHDK-Shell_Updater.7z
                  CRC-32:  9F8F149C
                  MD5:      C50373237CCDE0624A9B47482D86BE97
                  SHA1:     0A94147EB022B0F3DA0E3C78A36EA96E304255ED

cheers,

wim

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

*) recent = same minor version, so currently 3.1.0 and higher
« Last Edit: 27 / April / 2011, 16:30:33 by whim »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #529 on: 30 / April / 2011, 21:46:21 »
CHDK-Shell-v318 (update version)

  • added:    Camera panel will now automatically display in more columns, if cam
                  row spacing is less than a user set value (in GUI -> Cam Panel)
                  Default setting is 8, which behaves just like before for trunk1161
                  and DE-trunk649. For these, you'll get 2 columns at 9, 3 at 18,
                  and 4 at 27 (if you have the GUI sized to 77%, that is ... sized
                  to 100%, you'd need to bump the value to 12 to get 2 columns)
                  Tip: 'GUI..' tooltip shows current cam row spacing, so you'll
                  know what to set to get an extra column (BTW: current max = 4)
                  Note that this is not a simple spillover into the next column:
                  once a column is added, row spacing is recalculated to make the
                  most of the available columns. Thanks, msl for not letting me
                  forget this - usefull for netbooks with only 600 pix vertical.

  • fixed:      Screen snap did not always snap back to where it should have on
                  Windows 7 with "Windows Classic" theme selected

  • changed: More tweaks for ptpCamGui control: "Disable ptpCamGui support" in
                   'SVN Options ..' renamed to "Disable ptpCamGui download". Checking
                   the option now only stops the updating of ptpCamGui; in other
                   words, this will let you opt out of automatically downloading new
                   versions, while still letting you run your current version.

  • changed: Starting ptpCamGui from the miniGUI is now triggered by a click
                   on the Canon(tm) logo

  • Security: Clean according to Jotti. Checksums (FileAlyzer) are:
                  CHDK-Shell-v317-sfx.exe
                  CRC-32:  20998D1E
                  MD5:      A793642670256ADA76AEB892C78355C1
                  SHA1:     67855A2A09B449C0A2C03DEA4C1DAC8A37F72B52
                  CHDK-Shell_Updater.7z
                  CRC-32:  9F8F149C
                  MD5:      C50373237CCDE0624A9B47482D86BE97
                  SHA1:     0A94147EB022B0F3DA0E3C78A36EA96E304255ED

cheers,

wim

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

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

 

Related Topics


SimplePortal © 2008-2014, SimplePortal