Installation Problems

Hi,
I'm trying to install Radiance on Red Hat Linux. However, I can't get the installation process successfully completed. I start with
./makeall install
as described on the README file.
After answering the following questions:

···

---------------------------------------------------------------------------------------------------------------------------------------------------------------
RADIANCE 3.5 INSTALLATION

This script rebuilds all of the Radiance programs and installs
them on your system. You should read the file README before running
this script. You can type ^C (followed by return) at any time to abort.

You must first answer the following questions.

What is your preferred editor [vi]?
Where do you want the executables [/usr/local/bin]?
Current rmake command is:
#!/bin/sh
exec make "SPECIAL=" \
         "OPT=-O2 -DSPEED=200" \
         "MACH=-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO -DBIGMEM" \
         ARCH=IBMPC "COMPAT=bmalloc.o erf.o getpagesize.o" \
         INSTDIR=/usr/local/bin \
         LIBDIR=/usr/local/lib/ray \
         CC=gcc "$@" -f Rmakefile
Do you want to change it?n
---------------------------------------------------------------------------------------------------------------------------------------------------------------

... the installation continues, but it stops at the following:

---------------------------------------------------------------------------------------------------------------------------------------------------------------
gcc -O2 -DSPEED=200 -Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO
-DBIGMEM -DBIGGERLIB -I../common -L../lib -o histo histo.o -lm
make: Target `install' not remade because of errors.
set nonomatch; rm -f *.o calc ev rcalc total cnt neat lam tabfunc histo
~/linday/ray/src
There were some errors.
Removing library archives...
---------------------------------------------------------------------------------------------------------------------------------------------------------------

Can you give some quick inputs on what I'm doing wrong?

Thanks,
Alex
PS: Sorry for my Linux illiteracy!

Alexandre Kisslinger Rodrigues
Iowa State University
Graduate Student - Mechanical Engineering
Industrial Assessment Center
2043 Black Engineering Building
Ames, IA 50011
(515) 294-3080

We'd be happy to help you, but we'll need a more complete copy
of the build log. When it says "There were some errors." that means
that you should look back in the log for "Error" and report
that or those entries.

What would also be helpful is to know which version of Radiance
you are trying to compile: 3R5, or 3.6a (HEAD)?

Thanks!

Mark

···

On Wed, 19 Nov 2003, Alexandre Kisslinger Rodrigues wrote:

Hi,
I'm trying to install Radiance on Red Hat Linux. However, I can't get the
installation process successfully completed. I start with
./makeall install
as described on the README file.
After answering the following questions:

---------------------------------------------------------------------------------------------------------------------------------------------------------------
RADIANCE 3.5 INSTALLATION

This script rebuilds all of the Radiance programs and installs
them on your system. You should read the file README before running
this script. You can type ^C (followed by return) at any time to abort.

You must first answer the following questions.

What is your preferred editor [vi]?
Where do you want the executables [/usr/local/bin]?
Current rmake command is:
#!/bin/sh
exec make "SPECIAL=" \
         "OPT=-O2 -DSPEED=200" \
         "MACH=-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO
-DBIGMEM" \
         ARCH=IBMPC "COMPAT=bmalloc.o erf.o getpagesize.o" \
         INSTDIR=/usr/local/bin \
         LIBDIR=/usr/local/lib/ray \
         CC=gcc "$@" -f Rmakefile
Do you want to change it?n
---------------------------------------------------------------------------------------------------------------------------------------------------------------

... the installation continues, but it stops at the following:

---------------------------------------------------------------------------------------------------------------------------------------------------------------
gcc -O2 -DSPEED=200 -Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO
-DBIGMEM -DBIGGERLIB -I../common -L../lib -o histo histo.o -lm
make: Target `install' not remade because of errors.
set nonomatch; rm -f *.o calc ev rcalc total cnt neat lam tabfunc histo
~/linday/ray/src
There were some errors.
Removing library archives...
---------------------------------------------------------------------------------------------------------------------------------------------------------------

Can you give some quick inputs on what I'm doing wrong?

Thanks,
Alex
PS: Sorry for my Linux illiteracy!

Alexandre Kisslinger Rodrigues
Iowa State University
Graduate Student - Mechanical Engineering
Industrial Assessment Center
2043 Black Engineering Building
Ames, IA 50011
(515) 294-3080

_______________________________________________
Radiance-general mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-general

Mark,
I appreciate your help.
I'm installing version 3.5 available at the Radiance Download site.
In attachment is what I could save from the log file.
I noticed that my first apparent error is:
x11image.c:22:23: X11/Xlib.h: No such file or directory

Thanks,
Alex

historya (21.4 KB)

···

At 11:16 AM 11/19/2003, you wrote:

We'd be happy to help you, but we'll need a more complete copy
of the build log. When it says "There were some errors." that means
that you should look back in the log for "Error" and report
that or those entries.

What would also be helpful is to know which version of Radiance
you are trying to compile: 3R5, or 3.6a (HEAD)?

Thanks!

Mark

On Wed, 19 Nov 2003, Alexandre Kisslinger Rodrigues wrote:

> Hi,
> I'm trying to install Radiance on Red Hat Linux. However, I can't get the
> installation process successfully completed. I start with
> ./makeall install
> as described on the README file.
> After answering the following questions:
>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> RADIANCE 3.5 INSTALLATION
>
> This script rebuilds all of the Radiance programs and installs
> them on your system. You should read the file README before running
> this script. You can type ^C (followed by return) at any time to abort.
>
> You must first answer the following questions.
>
> What is your preferred editor [vi]?
> Where do you want the executables [/usr/local/bin]?
> Current rmake command is:
> #!/bin/sh
> exec make "SPECIAL=" \
> "OPT=-O2 -DSPEED=200" \
> "MACH=-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO
> -DBIGMEM" \
> ARCH=IBMPC "COMPAT=bmalloc.o erf.o getpagesize.o" \
> INSTDIR=/usr/local/bin \
> LIBDIR=/usr/local/lib/ray \
> CC=gcc "$@" -f Rmakefile
> Do you want to change it?n
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> ... the installation continues, but it stops at the following:
>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> gcc -O2 -DSPEED=200 -Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO
> -DBIGMEM -DBIGGERLIB -I../common -L../lib -o histo histo.o -lm
> make: Target `install' not remade because of errors.
> set nonomatch; rm -f *.o calc ev rcalc total cnt neat lam tabfunc histo
> ~/linday/ray/src
> There were some errors.
> Removing library archives...
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Can you give some quick inputs on what I'm doing wrong?
>
> Thanks,
> Alex
> PS: Sorry for my Linux illiteracy!
>
> Alexandre Kisslinger Rodrigues
> Iowa State University
> Graduate Student - Mechanical Engineering
> Industrial Assessment Center
> 2043 Black Engineering Building
> Ames, IA 50011
> (515) 294-3080
>
> _______________________________________________
> Radiance-general mailing list
> [email protected]
> http://www.radiance-online.org/mailman/listinfo/radiance-general
>
_______________________________________________
Radiance-general mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-general

Alexandre Kisslinger Rodrigues wrote:

Mark,
I appreciate your help.
I'm installing version 3.5 available at the Radiance Download site.
In attachment is what I could save from the log file.
I noticed that my first apparent error is:
x11image.c:22:23: X11/Xlib.h: No such file or directory

That's kinda what I figured you'd see. It looks like you don't have the development tools installed, so the X11 libraries are missing. is this your personal PC, or something in a school's lab? You said you're using RHL8, yeah? I use that here, and I installed all the development stuff, and the Radiance HEAD release compiled just fine. So, all you need to do is add in the dev stuff, or get the school's admin to do it in the case of a school computer, and try again.

Good luck! If you have any more trouble, report back here.

···

----

      Rob Guglielmetti

e. [email protected]
w. www.rumblestrip.org

Hi Alexandre,

Why are you compiling the official release under Linux, anyway? Just download the binaries if that's what you want. If you want the latest, download the HEAD release (and overlay) and compile that. You will need the dev tools, though, to do it.

-G

···

From: Alexandre Kisslinger Rodrigues <[email protected]>
Date: Wed Nov 19, 2003 9:01:14 AM US/Pacific

Hi,
I'm trying to install Radiance on Red Hat Linux. However, I can't get the installation process successfully completed. I start with
./makeall install
as described on the README file.
After answering the following questions:

Have the problems with the binaries related to Falsecolor been updated
in the available Linux compile?

-Rob Shakespeare

···

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Greg
Ward
Sent: Wednesday, November 19, 2003 3:11 PM
To: [email protected]
Subject: Re: [Radiance-general] Installation Problems

Hi Alexandre,

Why are you compiling the official release under Linux, anyway? Just
download the binaries if that's what you want. If you want the latest,
download the HEAD release (and overlay) and compile that. You will
need the dev tools, though, to do it.

-G

From: Alexandre Kisslinger Rodrigues <[email protected]>
Date: Wed Nov 19, 2003 9:01:14 AM US/Pacific

Hi,
I'm trying to install Radiance on Red Hat Linux. However, I can't get
the installation process successfully completed. I start with
./makeall install
as described on the README file.
After answering the following questions:

_______________________________________________
Radiance-general mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-general