"Bill Page" <[EMAIL PROTECTED]> 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  <[EMAIL PROTECTED]>
+ 
+       * sman.c.pamphlet (HypertexProgram): hypertex is installed in lib/
+       directory. 
+ 
  2007-07-29  Gabriel Dos Reis  <[EMAIL PROTECTED]>
  
        * 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";


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to