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...
Show off your group to the world. Share a photo of your group with us.

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 #653 of 1160 |
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.
>







Tue Jan 24, 2006 6:21 am

ycaseau
Offline Offline

Forward
Message #653 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