Develop your skills with Interview Questions and Answers open your field and
start learning with our thousands of interview questions and answers.
http://www.globalguideline.com/iq
From:
"HTML Tutorial, XML Tutorial, XSLT Tutorial, CSS Tutorial, SEO Tutorial, JavaScript Tutorial, SQL Tutorial, Database Articles, W" <fresherswalkin@...> Date:
Thu Mar 12, 2009 4:35 pm Subject:How stable is your job and company you know?
Explore Thousands of Interview Questions and Answers pick your field
and start the Interview Questions and answers Guide for your better JOB.
http://www.globalguideline.com/iq/
Hello,
As soon as the "files" section of this Yahoo group is back to its
normal state, you will find a new release 3.3.46.
This new release has two striking differences with the previous one:
(1) I had to modify the compiling of CLAIRE strings into C++ char* to
take the stricter definition of new compiler (such as Visual Studio
9.0, which I am now using).
(2) I have included the CLAIRE source code of the compiler in the
release. This makes CLAIRE a truly open-source project, which was not
fully the case before.
I had not worked on CLAIRE for 3 years (no reported bugs :)). I have
been using it for various stochastic/game theory/finite event
simulation applications, without any difficulty and still enjoying the
efficiency of the "original formula".
I plan to resume "serious work" this summer, with a CLAIRE-to-python
compiler (same as JLight) as a possible outcom. I have been thinking
about next-10years-CLAIRE fate for a while and I'll post a summary
pretty soon.
Cheers,
-- Yves
PS: (1) Thanks to Arnaud Linz for his help to move to Visual Studio
9.0
(2) I am making this a "special notice" since there has been no
release activity for a very long time.
Hello everyone,
I have been discussing with a few members of the "old community" and
I decided to change the release model and to place everything
(compiler included) in the public domain. 7 years ago, I figured that
CLAIRE would either pick up (thanks to the effort of ExpertSolution)
or die.
It turns out that neither have occured. There is enough value in
CLAITR to keep it alive, even though it is too exotic (and not enough
investment has been made to make it robust, simple and publicized
enough) to catch. On the other hand, the current distribution policy
is preventing the newcomers to take ownership of the existing system.
It is time to open up !
I have a small stack of pending bugs to fix first. Since those are
bugs that I found on my own, I was under no pressure to fix them
quickly (they are linked to the use of some compiler options, so I
simply changed the option ...)
I'll return in April with a more definite plan.
Cheers,
-- Yves Caseau
PS: as you may have noticed, I am now restricting the arrival of
newcomers to get rid of spam. I'll admit anyone who write a short
sentence to tell me he/she wants to join :)
Indeed this site has been lacking in activity !
I have a lot of cleaning to do ...
Although I keep using CLAIRE almost every week, I have postponed
taking care of the few pending bugs/improvement suggestions that are
waiting in my stack.
I'll probably return to it this summer, and I'll look at Rosetta Code
in a few month when I am done with my current projects.
I'll also start releasing some CLAIRE library as well.
More later,
-- Yves Caseau
--- In claireprogramminglanguage@yahoogroups.com, "mikemol6453"
<mikemol@...> wrote:
>
> (Claire seems to be lacking in activity...maybe this will help?)
>
> My name is Mike, and I'm the maintainer for Rosetta Code.
>
> Rosetta Code is a wiki which seeks to demonstrate programming
> languages by using multiple languages to accomplish identical tasks.
> For example, imagine taking the quintessential "Hello World"
examples
> for thirty different programming languaes, and listing them all on
the
> same page. Rosetta Code aims to apply this process to tasks much
more
> useful and interesting than merely user output.
>
> The website is interesting to people with a passion for programming
> languages, and helpful to people who are learning new programming
> languages, or even learning their first.
>
> Currently, popular languages like C++, Java, Perl and PHP are well
> represented, but languages such as Forth, X86 assembly and Seed7
have
> made a showing. I would like to see more contributions of
> lesser-known and experimental languages.
>
> I notice that Claire seems to be lacking in activity of late; even
the
> FAQ hasn't been updated in a while. However, I'd love to see Claire
> be represented at Rosetta Code.
>
> http://rosettacode.org
>
(Claire seems to be lacking in activity...maybe this will help?)
My name is Mike, and I'm the maintainer for Rosetta Code.
Rosetta Code is a wiki which seeks to demonstrate programming
languages by using multiple languages to accomplish identical tasks.
For example, imagine taking the quintessential "Hello World" examples
for thirty different programming languaes, and listing them all on the
same page. Rosetta Code aims to apply this process to tasks much more
useful and interesting than merely user output.
The website is interesting to people with a passion for programming
languages, and helpful to people who are learning new programming
languages, or even learning their first.
Currently, popular languages like C++, Java, Perl and PHP are well
represented, but languages such as Forth, X86 assembly and Seed7 have
made a showing. I would like to see more contributions of
lesser-known and experimental languages.
I notice that Claire seems to be lacking in activity of late; even the
FAQ hasn't been updated in a while. However, I'd love to see Claire
be represented at Rosetta Code.
http://rosettacode.org
Hi,
I'm getting the segmentation fault below, when running "make cclaire"
in the xlclaire-v3.3.37's Makefile:
./sclaire -m Compile -m Serialize -cx ccmain -o cclaire
make: *** [cclaire] Segmentation fault
Can someone help me solving this problem?
Thanks,
Victor
Hi all,
I'm a student looking to do research on the
programming language CLAIRE and would like to know if
anyone knows of any books or information that I might
get on this language ?
Another question I got is does anyone have or know of
step by step instructions on how to build CLAIRE under
Windows XP environment ? I'd sure appreciate getting a
copy.. thanks in advance.
Mike
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello,
as g++ evolves, new machines arrive and new versions of linux with
up-to-date compilers are intalled. Now it is getting hard to find a
machine where you can still get a correct version of claire installed
(e.g., that does not trigger a seg-fault after a gc). Our latest
experiment of this is on a 64 bit computer with g++ 3.4.5, where
claire does not compile at all...
I know Nicolas allready sent this question on the claire-language
forum and got no answer.
Since new versions of claire are produced again, is this issue going
to be addressed someday ?
Best wishes,
Fabien
Hi all, sorry once more for disturbing you. I am a beginner in CLAIRE and
there are few stuffs of with I don't have enough experience.
I had another problem with the installation process, this time with XL
CLAIE. My compiler tells me this:
C:\xlclairev3.3>nmake /f Makefile.nt
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl -c -nologo /Iinclude /DCLPC /O2 /Foobjs/clPort.obj /Tp
csrc/clPort.cp
p
clPort.cpp
csrc/clPort.cpp(111) : error C2065: 'snprintf' : undeclared identifier
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
How can I set my compilation options in other to cope with the use of the
'snprintf' statement?
[Non-text portions of this message have been removed]
Hi all,
Could someone tell me where I could find a manual on the installation and
the use of the mysql library? I did not find any readme within the tar file.
Thanks for your help.
_____
De : claireprogramminglanguage@yahoogroups.com
[mailto:claireprogramminglanguage@yahoogroups.com] De la part de ycaseau
Envoy : samedi 28 janvier 2006 09:31
: claireprogramminglanguage@yahoogroups.com
Objet : [Claire Programming Language] v3.3.42 is available
Hello everyone,
I just posted a new version (in the files section). Here are the few
changes:
(1) there is a princ(x:float,n:integer) method that prints a float
with n digits precision
(2) I have added a bunch of macros to enable the addition,
multiplication, division and substraction of a float and an integer or
conversely
(3) I have included a smart GC protection modification proposed by
Sylvgain that removes a potential bug
(4) a few minor optimizations with no visible effects
I plan to deliver another release in a few month with a few
fixes/substitution for some of the hard problems that were posted last
year.
I also plan to post some "code samples" as opposed to libraries, to
make some of my pet projects available for comment/improvements.
-> game theory simulation
-> finite event simulation (OAI project)
Cheers,
-- Yves
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]
Hello everyone,
I just posted a new version (in the files section). Here are the few
changes:
(1) there is a princ(x:float,n:integer) method that prints a float
with n digits precision
(2) I have added a bunch of macros to enable the addition,
multiplication, division and substraction of a float and an integer or
conversely
(3) I have included a smart GC protection modification proposed by
Sylvgain that removes a potential bug
(4) a few minor optimizations with no visible effects
I plan to deliver another release in a few month with a few
fixes/substitution for some of the hard problems that were posted last
year.
I also plan to post some "code samples" as opposed to libraries, to
make some of my pet projects available for comment/improvements.
-> game theory simulation
-> finite event simulation (OAI project)
Cheers,
-- Yves
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]
>
--- In claireprogramminglanguage@yahoogroups.com, "HOUE Raymond" <rhoue@e...>
wrote:
>
> Hi Syvain,
>
> I downoalded the latest XCL but I did not find any read me within the zip
> file. I am using XP.
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.
> If I understoud what you are explaining, CLAIRE has a solver independent
> from the CHOCO one. I am right?
No, but you will find the Choco module (written in the claire) in the Download
section of
claire-language. Choco was used to be written in claire but since a year or two
it has been
translated for the Java patform.
Sylvain
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 solver independent
from the CHOCO one. I am right?
[Non-text portions of this message have been removed]
Hello Raymond,
You can find any informations about CHOCO in this
adress
http://choco.sourceforge.net/
--- HOUE Raymond <rhoue@...> wrote:
>
>
>
>
> 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; but the
> download page is not reachable through the link
> giving in the CLAIRE web
> page. Could someone help me.
>
> Thanks.
>
>
>
> _____
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
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; but the
download page is not reachable through the link giving in the CLAIRE web
page. Could someone help me.
Thanks.
_____
[Non-text portions of this message have been removed]
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]
Hello,
I will try to use CLAIRE with Cygwin
@+
--- sebwind <sebwind@...> wrote:
>
> 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 another step of the installation
> process ;-)
>
> Thanks a lot
>
> have a good day
>
> sebwind
>
>
> --- ycaseau <no_reply@yahoogroups.com> wrote:
>
> > 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.
> > >
> >
> >
> >
> >
> >
>
>
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 another step of the installation
process ;-)
Thanks a lot
have a good day
sebwind
--- ycaseau <no_reply@yahoogroups.com> wrote:
> 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.
> >
>
>
>
>
>
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.
>
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.
Choco has been ported to Java. The new site is now :
http://choco.sf.net
/Narendra
--- In claireprogramminglanguage@yahoogroups.com, "strombergjo"
<jstromberg@h...> wrote:
> Hi,
>
> Does anyone know what has happened to Choco?
>
> I tried www.choco-constraints.net but it seems to be unavailable.
>
> /Johannes