Blitz logo

Blitz Support :

From: Julian C. Cummings (cummings_at_[hidden])
Date: 2003-08-04 20:02:21


Hello Heberto,

A lot of these warnings about unused parameters and so forth have been
cleaned up in the current blitz code base that is available by anonymous
cvs. Please try checking out blitz from the cvs repository and installing
it, and then send another message if you continue to see lots of compiler
warnings. Clearly, it has been too long since we last created a tarball of
the blitz distribution. I will try to address that soon. By the way, you
would need reasonably current versions of the GNU autoconf, automake and
libtool packages in order to configure the repository version of blitz.

Regards, Julian C.

Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings_at_[hidden]
 

> -----Original Message-----
> From: blitz-support-bounces_at_[hidden]
> [mailto:blitz-support-bounces_at_[hidden]] On Behalf Of
> Heberto del Rio
> Sent: Monday, August 04, 2003 3:22 PM
> To: blitz-support_at_[hidden]
> Subject: [Blitz-support] Too many warnings...
>
>
> Hi, I have just downloaded and installed blitz-0.6 to my
> computer, it is
> running. Although I have a question:
>
> Every time that I try to input values into the arrays, my
> compiler produces
> plenty of WARNINGS, I have tried everything but I cannot get
> rid of them.
>
> blits is intalled into the following directories:
>
> /usr/include/blitz
> /usr/include/random
> and
> /usr/lib
>
> I have used the following to compile: -lblitz
>
> the program is the following:
>
>
> #ifdef HAVE_CONFIG_H
> #include <config.h>
> #endif
>
> #include <iostream>
> #include <stdlib.h>
>
> #include <blitz/array.h>
>
> using namespace blitz;
>
> int main(void)
> {
> cout << "Hello, World!" << endl;
>
>
> int n = 10;
> Array<double, 1> A(n);
> A=0;
> cout<< A <<endl;
> return 1;
> }
>
> As you can see this is a really very easy program. I have
> included the
> output of the compilation
>
> I hope someone can help me to figure out how to fix it.
>
> Heberto
>
>
> +-------------------------------------------------------------
> -------------+
> |
> |
> | I am in the process of changing ISP, therefore my email
> address will |
> |
> |
> | change too. Please use the following email address in the
> future: |
> |
> |
> | hebertodelrio_at_[hidden]
> |
> |
>
> | |
> +-------------------------------------------------------------
> -------------+
>