Re: gnome-core-1.0.6 compile problem.



The configure script should fill in the ORBit variables if it finds the
orbit-config script.  It should be able to do this if /usr/local/bin is in
the path.  Is this the case?  If that isn't the problem, the best way to
find out is to delete the config.cache file, and rerun configure, and note
any error messages in the output and the config.log file.  If it looks
like a bug to you (not just a configuration problem on your end), consider
submiting a bug report to submit@bugs.gnome.org (check the bugs.gnome.org
web page for details on the format of bug reports).

James.

--
Email: james@daa.com.au
WWW:   http://www.daa.com.au/~james/


On Tue, 22 Jun 1999, ebi7 wrote:

> You were exactly right. I had to fill in the makefile like so:
> 
> ORBIT_CFLAGS = -I/usr/local/include/IIOP\
> -I/usr/local/include/ORBitservices -I/usr/local/include/ORBitutil
> ORBIT_CONFIG = /usr/local/bin/orbit-config
> ORBIT_IDL = /usr/local/bin/orbit-idl
> ORBIT_LIBS = -L/usr/local/lib -lORBit -lORBitCosNaming -lORBitutil -lIDL\
> -lIIOP -lgnorba
> ORB_CFLAGS = -I/usr/local/include/orb
> ORB_LIBS = -L/usr/local/lib -lORBit -lORBitCosNaming -lORBitutil -lIDL\
> -lIIOP -lgnorba
> 
> To get it to work.
> 
> But why didn't configure pick up the location of ORBit?
> 
> 
> On Tue, 22 Jun 1999, James Henstridge wrote:
> 
> > In this case, that is probably not the problem.  You do not execute idl
> > files (since they are data files).  In the make files, there is probably a
> > line sonething like:
> >   $(ORBIT_IDL) ../idl/helpBrowser.idl
> > 
> > and $(ORBIT_IDL) is evaluating to an empty string.  If you can find out
> > why it is giving an empty string, you will have fixed the problem.
> > 
> > James.
> > 
> > --
> > Email: james@daa.com.au
> > WWW:   http://www.daa.com.au/~james/
> > 
> > 
> > On Mon, 21 Jun 1999, Brian E. Seppanen wrote:
> > 
> > > On Mon, 21 Jun 1999, ebi7 wrote:
> > > > When I try to compile gnome-core I get this:
> > > > 
> > > > ../idl/help-browser.idl
> > > > make[3]: execvp: ../idl/help-browser.idl: Permission denied
> > > > make[3]: *** [help-browser.h] Error 127
> > > 
> > > I hope I'm not being thick here and stating the obvious, but with a
> > > permission denied error might it be possible that you need to be root to
> > > compile the program, or just some permission greater than your using.
> > > Just a thought.
> > > 
> > > Brian E. Seppanen 	     	/|		Say Ya to da UP, eh!
> > > seppanen@bresnanlink.net       / \     _          Marquette, MI
> > > ICQ # 18912865 		     <    ^X--~ ~\       Powered by Linux
> > > Yooper Nationalist	      ~-+   ;-:.  }       Linux Hobbyist
> > > 	                         \/~    ~'
> > > 
> > > 
> > > -- 
> > >         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> > >          To unsubscribe: mail gnome-list-request@gnome.org with 
> > >                        "unsubscribe" as the Subject.
> > > 
> > 
> 
>::::: Gene Imes			     http://www.ozob.net :::::
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]