POV-Ray : Newsgroups : povray.programming : Compiling POVRAY 3.5 using VC6.0 in Release Mode Server Time
5 Jul 2024 14:03:54 EDT (-0400)
  Compiling POVRAY 3.5 using VC6.0 in Release Mode (Message 31 to 40 of 40)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 15:05:00
Message: <web.474c77c4791be382448584b70@news.povray.org>
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:

> Oh erm... Create the gcc_con_debug directory. For some strange reason,
> the makefile fails to create it by itself.



tried in 6 places already ... where exactly?

?
root f:\
or
subdir to
windows\makefiles\

?
?


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 15:08:24
Message: <474c7938$1@news.povray.org>

> Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> 
>> Oh erm... Create the gcc_con_debug directory. For some strange reason,
>> the makefile fails to create it by itself.
> 
> 
> 
> tried in 6 places already ... where exactly?
> 
> ?
> root f:\
> or
> subdir to
> windows\makefiles\

F:\povwin36\gcc_con_debug


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 15:40:01
Message: <web.474c7f65791be382448584b70@news.povray.org>
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:

>
> F:\povwin36\gcc_con_debug


gcc_con_debug
becomes DOS name
gcc_co~1

is this where the OS fails?

do I hex out all events of gcc_con_debug
in binary files to 8 letter name?


AAAAAAAAARRRRRRRRGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHH


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 16:00:01
Message: <web.474c8474791be382448584b70@news.povray.org>
doesnt seem to that fact that there are more than 8 letters to
gcc_con_debug

created:
F:\povwin36\gcc_con_
build == null

 - Cannot openMAKE: *** [gcc_con_/povray_fileinputoutput.o] Error 1



F:\povwin36>path %PATH%;f:\MSYS;f:\msys\bin;f:\msys\mingw\bin;f:\povwin36

F:\povwin36>make.exe -f windows\makefiles\makefile.gcc USE_GUI=0 BUILD=

g++ -c -o gcc_con_/povray_fileinputoutput.o -Iwindows/console -Isource -Isource/
patches -Isource/base -Isource/frontend -Ilibraries/jpeg -Ilibraries/png -Ilibra
ries/zlib -Ilibraries/tiff/libtiff -Wno-multichar -Wno-conversion -DCOMMONCTRL_V
ERSION=0x0400    source/base/fileinputoutput.cpp
 - Cannot openMAKE: *** [gcc_con_/povray_fileinputoutput.o] Error 1
      0 [main] MAKE 457337 sig_send: wait for sig_complete event failed, signal
-2, rc 258, Win32 error 0
59996168 [main] MAKE 457337 sig_send: wait for sig_complete event failed, signal
 -2, rc 258, Win32 error 0

F:\povwin36>


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 16:25:00
Message: <web.474c8a2b791be382448584b70@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:

> g++ -c -o gcc_con_/povray_fileinputoutput.o -Iwindows/console -Isource -Isource/
> patches -Isource/base -Isource/frontend -Ilibraries/jpeg -Ilibraries/png -Ilibra
> ries/zlib -Ilibraries/tiff/libtiff -Wno-multichar -Wno-conversion -DCOMMONCTRL_V
> ERSION=0x0400    source/base/fileinputoutput.cpp
>  - Cannot openMAKE: *** [gcc_con_/povray_fileinputoutput.o] Error 1
>       0 [main] MAKE 457337 sig_send: wait for sig_complete event failed, signal
> -2, rc 258, Win32 error 0
> 59996168 [main] MAKE 457337 sig_send: wait for sig_complete event failed, signal
>  -2, rc 258, Win32 error 0
>
> F:\povwin36>



all slashes forward in g++ output

is this right?

seems windows uses \ backslashes


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 16:50:00
Message: <web.474c8fef791be382448584b70@news.povray.org>
we can make slashes go back - same error.



F:\povwin36>make.exe -f windows\makefiles\makefile.gcc USE_GUI=0 BUILD=debug


g++ -c -o gcc_con_debug\povray_fileinputoutput.o -Iwindows\console -Isource -Iso
urce\patches -Isource\base -Isource\frontend -Ilibraries\jpeg -Ilibraries\png -I
libraries\zlib -Ilibraries\tiff\libtiff -Wno-multichar -Wno-conversion -DCOMMONC
TRL_VERSION=0x0400 -g   source\base\fileinputoutput.cpp
 - Cannot openMAKE: *** [gcc_con_debug\povray_fileinputoutput.o] Error 1
      0 [main] MAKE 399265 sig_send: wait for sig_complete event failed, signal
-2, rc 258, Win32 error 0
59995758 [main] MAKE 399265 sig_send: wait for sig_complete event failed, signal
 -2, rc 258, Win32 error 0

F:\povwin36>


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 17:20:01
Message: <web.474c973f791be382448584b70@news.povray.org>
just fails to write/open the file no matter anything I've tried.

whether the dir is there
AND only 8-letter,

con
&
gui

make.exe -f windows\makefiles\makefile.gcc USE_GUI=1 BUILD=

so I guess if it WERE working, you'd make a dir every new version.



I guess there are no more ideas ....
decent of you to try on this, thank you


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 27 Nov 2007 18:45:01
Message: <web.474cab81791be382c98ae4860@news.povray.org>
I made all its files by script:

F:\povwin36>make.exe -f windows\makefiles\makefile.gcc USE_GUI=0 BUILD=debug
MAKE: Nothing to be done for `all'.


now modify all c and cpp files will it overwrite them?

it can only try



F:\povwin36>make.exe -f windows\makefiles\makefile.gcc USE_GUI=0 BUILD=debug
g++ -c -o gcc_con_debug/povray_fileinputoutput.o -Iwindows/console -Isource -Iso
urce/patches -Isource/base -Isource/frontend -Ilibraries/jpeg -Ilibraries/png -I
libraries/zlib -Ilibraries/tiff/libtiff -Wno-multichar -Wno-conversion -DCOMMONC
TRL_VERSION=0x0400 -g   source/base/fileinputoutput.cpp
 - Cannot openMAKE: *** [gcc_con_debug/povray_fileinputoutput.o] Error 1


back to error #1


Post a reply to this message

From: alphaQuad
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 29 Nov 2007 00:00:00
Message: <web.474e469c791be382dc0a30e20@news.povray.org>
Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:

> Mine worked setting it to MinGW 3.10. Try compiling, if it still gives
> the "Adjust config.h to your compiler!", try something else. I figured
> out the '10' number for mine using trial-and-error after all...

and what OS is it that "worked"?
I dont find where this was ever stated?


is it my OS or some configuration not discussed that is the problem???????


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode
Date: 29 Nov 2007 11:04:26
Message: <474ee30a$1@news.povray.org>

> Nicolas Alvarez <nic### [at] gmailisthebestcom> wrote:
> 
>> Mine worked setting it to MinGW 3.10. Try compiling, if it still gives
>> the "Adjust config.h to your compiler!", try something else. I figured
>> out the '10' number for mine using trial-and-error after all...
> 
> and what OS is it that "worked"?
> I dont find where this was ever stated?
> 

Windows XP SP2. But the MinGW version doesn't depend on the OS version...

Summarize, what problems are you still having? :)


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.