Hi all,
How I managed to install CLAIRE, by modifying some files: in clConsole.cpp
and clNoConsole.cpp, I changed the lines [53] and [45] into
int i, j,k;
k=1;
j=3;
k=3;
and then added void before the main, and finally commented the return line.
I succeeded in creating the .exe file. It seems to work properly.
But I wondering about this message, obtained at the end of the installation
process:
---- [load CLAIRE file: ccmain]
**** An internal error [36] has occured:
cannot open file \include\ccmain.hclaire>
Could somebody tell me more about?
Thanks.
_____
De : claireprogramminglanguage@yahoogroups.com
[mailto:claireprogramminglanguage@yahoogroups.com] De la part de ycaseau
Envoyé : mardi 24 janvier 2006 07:21
À : claireprogramminglanguage@yahoogroups.com
Objet : [Claire Programming Language] Re: CLAIRE Installation problem
Hello,
this is very strange ... many of us (including myself) are running
claire under XP and never got anything similar.
My guess (based on the few lines that you sent) is that it has to do
with the Visual Studio C++ options (I am using an older version) :
it seem to complain about "degault int".
The lines that are concerned are:
// this is our main function (a simpler version of what is in
main.cpp)
main(int argc, char *argv[])
{int k = 1, i = 3, j = 3; // this is line 53
It looks like you have a compiler option that requires a more
specific type info ... try to look into the compiler doc. However,
if this is the case, the installation process should complain pretty
quickly, since almost all C++ files from CLAIRE use this pattern.
Sorry, I can't tell you more.
-- Yves Caseau
--- In claireprogramminglanguage@yahoogroups.com, "ngouna"
<rhoue@e...> wrote:
>
> I tried to install CLAIRE under windows XP. Every thing went well
> until this message:
>
> clConsole.cpp
> c:\claireV3.3\csrc\clConsole.cpp(53) : error C4430: missing type
> specifier - int
> assumed. Note: C++ does not support default-int
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio 8
> \VC\BIN\c
> l.EXE"' : return code '0x2'
> Stop.
>
> May be I missed a step of the installation process.
> Thanks for your help.
>
SPONSORED LINKS
Basic
<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic+pro
gramming+language&w2=Computer+programming+languages&w3=Programming+languages
&w4=Java+programming+language&c=4&s=126&.sig=bnac3LCZpttb3c9FvbVU-A>
programming language
Computer
<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Basic
+programming+language&w2=Computer+programming+languages&w3=Programming+langu
ages&w4=Java+programming+language&c=4&s=126&.sig=1Czd2hKCO9_u4KVZQperFQ>
programming languages
Programming
<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+programm
ing+language&w2=Computer+programming+languages&w3=Programming+languages&w4=J
ava+programming+language&c=4&s=126&.sig=TyHGCjod4YOKITrSq1xccQ> languages
Java
<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+prog
ramming+language&w2=Computer+programming+languages&w3=Programming+languages&
w4=Java+programming+language&c=4&s=126&.sig=PZAexF9LyXpKb3HDJSlB1g>
programming language
_____
YAHOO! GROUPS LINKS
* Visit your group "claireprogramminglanguage
<http://groups.yahoo.com/group/claireprogramminglanguage> " on the web.
* To unsubscribe from this group, send an email to:
claireprogramminglanguage-unsubscribe@yahoogroups.com
<mailto:claireprogramminglanguage-unsubscribe@yahoogroups.com?subject=Unsubs
cribe>
* Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/> Terms of Service.
_____
[Non-text portions of this message have been removed]