axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Successful build-improvements compilation


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] Successful build-improvements compilation
Date: 10 Aug 2007 11:05:33 -0500

"Bill Page" <address@hidden> writes:

| On 8/10/07, Gabriel Dos Reis wrote:
| > On Fri, 10 Aug 2007, Ralf Hemmecke wrote:
| >
| > | Maybe I should start from scratch?
| >
| >
| > Yes, please try that one.
| > I don't see that failure here.
| >
| > The reason I was not seeing the previous failure was that my $(bindir) was
| > always /usr/local/bin, which always existed.
| > However, the hypertex binaries are sequestered inside Axiom's install
| > path so, I don't understand why you're seeing that failure and not me.
| >
| 
| Gaby,
| 
| I am seeing the same failure when I build Axiom from
| build-improvements for use under Sage. Sage requires that the install
| paths be local to Sage. The system where I am trying this runs Debian.

Ralf, Bill --

  Issue tracked down and fixed.  Patch installed at revision 704.

Many thanks,

-- Gaby

*** src/sman/ChangeLog.build-improvements       (revision 19838)
--- src/sman/ChangeLog.build-improvements       (local)
***************
*** 1,3 ****
--- 1,8 ----
+ 2007-08-10  Gabriel Dos Reis  <address@hidden>
+ 
+       * sman.c.pamphlet (HypertexProgram): hypertex is installed in lib/
+       directory. 
+ 
  2007-07-29  Gabriel Dos Reis  <address@hidden>
  
        * Makefile.pamphlet: Propagate libtoolization changes.
*** src/sman/sman.c.pamphlet    (revision 19838)
--- src/sman/sman.c.pamphlet    (local)
*************** int server_num;                 /* AXIOM server number
*** 113,119 ****
  
  char  *GraphicsProgram        = "$AXIOM/lib/viewman";
  char    *NagManagerProgram      = "$AXIOM/lib/nagman";
! char  *HypertexProgram        = "$AXIOM/bin/hypertex -s";
  <<clefprogram>>
  char  *SessionManagerProgram  = "$AXIOM/lib/session";
  char  *SpadClientProgram      = "$AXIOM/lib/spadclient";
--- 113,119 ----
  
  char  *GraphicsProgram        = "$AXIOM/lib/viewman";
  char    *NagManagerProgram      = "$AXIOM/lib/nagman";
! char  *HypertexProgram        = "$AXIOM/lib/hypertex -s";
  <<clefprogram>>
  char  *SessionManagerProgram  = "$AXIOM/lib/session";
  char  *SpadClientProgram      = "$AXIOM/lib/spadclient";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]