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

Windows GUI for trunk building

  • 771 Replies
  • 305215 Views
*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #160 on: 16 / December / 2008, 10:21:38 »
Advertisements
"... them ol' camera.h blues again"   :D  CHDK-Shell-v192.zip - 1.07MB

  • bugfix: parser stumbled over '639 camera.h changes/additions; now beefed up, should support arbitrary use of whitespace and uses dynamically sized arrays

enjoy,

wim
« Last Edit: 16 / December / 2008, 10:23:25 by whim »

*

Offline frank

  • *
  • 23
Re: Windows GUI for trunk building
« Reply #161 on: 21 / December / 2008, 10:50:13 »
-Deleted
« Last Edit: 21 / December / 2008, 10:57:41 by frank »
Camera: A570IS      Firmware: 1.01a

*

Offline silas

  • *
  • 19
Re: Windows GUI for trunk building
« Reply #162 on: 27 / December / 2008, 17:36:47 »
@Whim
You said that gcc4 schould work under vista but i get the message:
Sh.exe has stopped working, and this is the error log file:
========== C:\SILAS\PROGRAMS\CHDKSHELL\TRUNK\TRUNK652\BIN\LOGS\ERR-A550-100C.TXT ==========


abnormal program termination
zsh: fork failed: no such file or directory
gmake: *** [clean-recursive] Error 1

abnormal program termination
zsh: fork failed: no such file or directory
gmake: *** [clean-recursive] Error 1


Silas

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Windows GUI for trunk building
« Reply #163 on: 28 / December / 2008, 06:10:19 »
hehe, this is the message i now get on winxp using the "old" gcc 3.4.6 toolchain. i dont know how to fix it :(

*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Windows GUI for trunk building
« Reply #164 on: 28 / December / 2008, 07:45:24 »
hehe, this is the message i now get on winxp using the "old" gcc 3.4.6 toolchain. i dont know how to fix it :(
Both, the gcc 4.3 and the 3.4 works fine here on XP (trunk #652, #654) - as usual... 8)

Can you both post your path environment variable ?  (e.g. with  path > 1.txt  in a cmd window)

Looks like there is something wrong...for the CHDK-Shell there's no need to edit the path manually, it appends the gcc\bin path automatically at the beginning of the path (only for processes started by the CHDK-Shell).

Hint for the gcc 4.3 environment by wim: if you have a Cygwin environment already installed, you must disable cygwin mounts first !
(i.e search in regedit on string "cygnus" and delete both keys, 1 in HKCR, 1 in HKLM (if you need them still, be sure to export the keys first))

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Windows GUI for trunk building
« Reply #165 on: 28 / December / 2008, 12:49:45 »
i was VERY frustrated, i almost formatted my box because of this.
and then it turns out the simple Logitech webcam software was responsible for this mess. see Message Not Found
what a waste of time. i'm so angry right now.

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Windows GUI for trunk building
« Reply #166 on: 02 / January / 2009, 20:20:02 »
heya whim, did you notice https://chdk.kernreaktor.org/mantis/view.php?id=170 already? perhaps you can help there.

*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Windows GUI for trunk building
« Reply #167 on: 02 / January / 2009, 20:56:00 »
heya whim, did you notice https://chdk.kernreaktor.org/mantis/view.php?id=170 already? perhaps you can help there.

About #170...
Quote
Summary 0000170: CHDK-Shell doesn't work offline
The CHDK-Shell I have on my offline computer doesn't work.
docam not defined, the cmd says.
It's the same one that's working fine on the internet computer. (Copied it after installing gcc and downloading latest trunk to the computer)
<frank>

I've added the following note to the BugTracker...

CHDK-Shell (ver 1.92) works offline very well here.
You'll get this message when there's not a valid source tree in the \trunk subfolder.
-> Edit the ini file (CHDK-Shell-v192.ini): chk_inet=0
-> download the zipped sources
-> unzip them correctly into an subfolder named trunkXXX under \trunk

The structure must be like this:

X:\CHDKSHELL
  +- trunk
    +- trunk662
      +- <makefile.inc>
         [include]
          ....


@whim: have a nice 'Resturlaub'  :)

*Edit: Attached a screenshot for an example of the file structure...
« Last Edit: 02 / January / 2009, 21:23:10 by fe50 »

*

Offline silas

  • *
  • 19
Re: Windows GUI for trunk building
« Reply #168 on: 03 / January / 2009, 11:38:05 »

Can you both post your path environment variable ?  (e.g. with  path > 1.txt  in a cmd window)

path is:

PATH=C:\watcom-1.3\binnt;C:\watcom-1.3\binw;C:\Program Files\MiKTeX 2.7\miktex\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\MATLAB\R2008a\bin;C:\Program Files\MATLAB\R2008a\bin\win32;C:\Program Files\Enblend-Enfuse\bin\;C:\Program Files\TortoiseSVN\bin;c:\tmp\gcc432_env_for_chdk\bin

file is attached

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #169 on: 05 / January / 2009, 16:06:31 »
@silas

Quote
c:\tmp\gcc432_env_for_chdk\bin
if that is where you installed gcc4, try adding this to the beginning of your path, instead of (as now) to the end.
remember, the path is scanned from left to right.

another possibility is active Cygwin mounts (see fe50's post #164 in this thread)


wim

 

Related Topics


SimplePortal © 2008-2014, SimplePortal