Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
CLAIRE Installation problem   Message List  
Reply | Forward Message #665 of 1160 |
[Claire Programming Language] Re: CLAIRE Installation problem

This looks like a classical "environment variable" problem to me.
you need to set CLAIRE3_HOME to the installation directory.

Cheers,

-- Yves

--- In claireprogramminglanguage@yahoogroups.com, "HOUE Raymond"
<rhoue@e...> wrote:
>
> 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+la
nguages
> &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=Programmin
g+langu
>
ages&w4=Java+programming+language&c=4&s=126&.sig=1Czd2hKCO9_u4KVZQper
FQ>
> programming languages
>
> Programming
> <http://groups.yahoo.com/gads?
t=ms&k=Programming+languages&w1=Basic+programm
>
ing+language&w2=Computer+programming+languages&w3=Programming+languag
es&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+lan
guages&
> 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]
>








Sat Jan 28, 2006 8:10 am

ycaseau
Offline Offline

Forward
Message #665 of 1160 |
Expand Messages Author Sort by Date

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...
ngouna
Offline Send Email
Jan 23, 2006
4:13 pm

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...
ycaseau
Offline
Jan 24, 2006
6:21 am

Hello Everybody, I tried to use CLAIRE under windows XP to, but where is the claire executable in the release 3.3.40 ? (sorry, i'm a beginner) Maybe I missed a...
sebwind
Offline Send Email
Jan 24, 2006
2:00 pm

Hello, I will try to use CLAIRE with Cygwin @+...
sebwind
Offline Send Email
Jan 24, 2006
6:52 pm

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;...
HOUE Raymond
ngouna
Offline Send Email
Jan 26, 2006
10:54 am

This looks like a classical "environment variable" problem to me. you need to set CLAIRE3_HOME to the installation directory. Cheers, -- Yves ... clConsole.cpp...
ycaseau
Offline
Jan 28, 2006
8:11 am

Hi all, Since I succeded in installing CLAIRE, I am now interested by performing some CSP. I saw that a tool called CHOCO is the one dedicated for such issues;...
HOUE Raymond
ngouna
Offline Send Email
Jan 26, 2006
12:09 pm

Finally, I got some usefull links : http://choco.sourceforge.net/ http://www.dcs.gla.ac.uk/~pat/cp4/index.html _____ [Non-text portions of this message have...
HOUE Raymond
ngouna
Offline Send Email
Jan 26, 2006
1:12 pm

... You can try <www.claire-language.com>, I've just updated XL claire and the associated documentation. Notice that Choco has been rewritten for Java but that...
sbenilan
Offline
Jan 26, 2006
1:33 pm

Hi Syvain, I downoalded the latest XCL but I did not find any read me within the zip file. I am using XP. If I understoud what you are explaining, CLAIRE has a...
HOUE Raymond
ngouna
Offline Send Email
Jan 26, 2006
1:59 pm

... If you have downloaded xlclaire-v3.3.36.tgz, you must find a README file that will give you the information necessary to install XL CLAIRE under win32. ......
sbenilan
Offline
Jan 26, 2006
2:11 pm

Hello Raymond, You can find any informations about CHOCO in this adress http://choco.sourceforge.net/...
sebwind
Offline Send Email
Jan 26, 2006
1:57 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help