| Hi Rogelio,
You might get a bad executable if you have compiled some files with one
version of the compiler and some files with the new (patched) version. I
recommend you start again with a fresh version of the source and see if
that fixes the problem.
Regarding the errors in the log, you should check that the "C:Archivos
de programaGreenstonebinwindows" folder exists and create it if it
doesn't.
Regards,
Michael
rogelio caballero wrote:
>Thanks, I installed VC++ service pack 5 and compile
>OK.
>
>Now, i have another problem. Server.exe did not run,
>when i try to execute it, i got a classic poput
>"server.exe has detect an error and must be closed".
>
>I am looking the compiler log and the only rare thing
>i see is:
>
>C:Archivos de
>programaGreenstonepackagesmgsrc ext>copy
>bool_tester.exe "C:Archivos de
>programaGreenstonebinwindows"
>El sistema no puede hallar el archivo especificado.
>
>C:Archivos de
>programaGreenstonepackagesmgsrc ext>copy
>mgpass.exe "C:Archivos de
>programaGreenstonebinwindows"
>El sistema no puede hallar el archivo especificado.
>
> What happend with this files???
>
>Sorry by my english, and thanks again.
>
>
>
>
> --- Richard Managh <richard@dlconsulting.co.nz>
>escribi□:
>
>
>
>>Hi Rogelio,
>>
>>You may be running a version of Visual C++ 6.0 that
>>is slightly broken.
>>People have encountered a similar problem in the
>>past to the one you are
>>currently experiencing, you can search the
>>greenstone users mailing list
>>archive for this.
>>
>>The mailing list archive can be searched from this
>>url:
>>
>>
>>
>>
>http://puka.cs.waikato.ac.nz/cgi-bin/library?a=p&p=about&c=gsarch
>
>
>>The relevant document that probably contains the
>>answer to your question
>>is at this url:
>>
>>
>>
>>
>http://puka.cs.waikato.ac.nz/cgi-bin/library?a=d&c=gsarch&cl=search&d=3F42D16F.B389EF75-cs.waikato.ac.nz
>
>
>>The solution was that you might have to install
>>visual studio service
>>pack 5.
>>
>>
>>hope this helps,
>>
>>
>>Richard
>>--
>>DL Consulting
>>Greenstone Digital Library and Digitisation
>>Specialists
>>contact@dlconsulting.co.nz
>>www.dlconsulting.co.nz
>>
>>
>>rogelio caballero wrote:
>>
>>
>>
>>>Hello
>>>
>>>I trying to compile the local library under
>>>
>>>
>>windowsXP
>>
>>
>>>with Microsoft Visual C++ 6.0.
>>>The result is the following error:
>>>
>>>....lib ext_t.h(202) : error C2678: binary '=='
>>>
>>>
>>:
>>
>>
>>>no operator defined which takes a left-hand operand
>>>
>>>
>>of
>>
>>
>>>type 'const class text_t' (or there is no
>>>
>>>
>>acceptable
>>
>>
>>>conversion)
>>>....libdisplay.h(129) : error C2678: binary '=='
>>>
>>>
>>:
>>
>>
>>>no operator defined which takes a left-hand operand
>>>
>>>
>>of
>>
>>
>>>type 'const class text_t' (or there is no
>>>
>>>
>>acceptable
>>
>>
>>>conversion)
>>>....libdisplay.h(134) : error C2678: binary '!='
>>>
>>>
>>:
>>
>>
>>>no operator defined which takes a left-hand operand
>>>
>>>
>>of
>>
>>
>>>type 'const class text_t' (or there is no
>>>
>>>
>>acceptable
>>
>>
>>>conversion)
>>>httpreq.cpp(252) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(260) : error C2678: binary '!=' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(288) : error C2678: binary '!=' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(317) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(323) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(326) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(329) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(333) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(336) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(339) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(343) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(346) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(349) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(353) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(356) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(359) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>httpreq.cpp(362) : error C2678: binary '==' : no
>>>operator defined which takes a left-hand operand of
>>>type 'class text_t' (or there is no acceptable
>>>conversion)
>>>NMAKE : fatal error U1077: 'cl' : return code '0x2'
>>>Stop.
>>>Error executing NMAKE.
>>>
>>>The web library compile ok. Please, anyone can help
>>>
>>>
>>me.
>>
>>
>>>
>>>______________________________________________
>>>Renovamos el Correo Yahoo!
>>>Nuevos servicios, m□s seguridad
>>>http://correo.yahoo.es
>>>
>>>_______________________________________________
>>>greenstone-devel mailing list
>>>greenstone-devel@list.scms.waikato.ac.nz
>>>
>>>
>>https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-devel
>>
>>
>>>
>>>
>>>
>>>
>>
>>
>
>
>
>
>
>
>______________________________________________
>Renovamos el Correo Yahoo!
>Nuevos servicios, m□s seguridad
>http://correo.yahoo.es
>
>_______________________________________________
>greenstone-devel mailing list
>greenstone-devel@list.scms.waikato.ac.nz
>https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-devel
>
>
>
> |