On Wed, 09 Aug 2000,  [EMAIL PROTECTED] wrote about,  Re: broken C++ compiler:

> `/usr/local/bin/black_jack-0.1/black_jack/docs'
> > make[2]: Entering directory `/usr/local/bin/black_jack-0.1/black_jack'
> > c++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c meny.cpp
> > meny.cpp: In method `void Meny::Top(int, int, int, int)':
> > meny.cpp:28: implicit declaration of function `int system(...)'
> > make[2]: *** [meny.o] Error 1
> > make[2]: Leaving directory `/usr/local/bin/black_jack-0.1/black_jack'
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/bin/black_jack-0.1/black_jack'
> > make: *** [install-recursive] Error 1
> > [root@localhost black_jack-0.1]# exit
> > Script done on Wed Aug  9 15:22:49 2000

If i interpret that correctly he is trying to compile a program with a tooo
old system, or a too old program with a recent system, in other words he
needs to read the INSTALL and README files to check his versions of libs
and attributing h files. It looks to me like funtion's have changed from
one or another version of some or other file.

Yes i am possably wrong because i have not really been following this
thread. If i am commenting out of place, please shot me after i have drunk
my beer.


Tell me where to onbtain black-jack-0.1 and i will see whats up.

As a matter of fact i have 6 black-jack machines at my work, so this
interests me.

> >
> >
> > --
> > Richard Spencer -- Sao Paulo, Brazil
> > Running Linux kernel 2.2.16 and Redhat 6.0
> >
> I am sorry.  C++ has a cloven hoof and it is not given to me to
> understand its syntax.  You can look at line 28 of meny.cpp and see if
> it makes any more sense to you than it does to g++, or you could try
> adding the -fpermissive option to CFLAGS (maybe it will be spelled
> CPPFLAGS or so) in the Makefile (or Makefile.in, and go back and make
> clean and rm config.cache again).
> 
> g++ sets -fpedantic-errors by default.  That looks to me like a pedantic
> error.

Could well be, as i said i know almost nothing of what has been said in
this disscussion

> 
> Lawson
> 
> ---cut here

You said it.

Snip.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to