SXEmacs Issue Tracking | 1 Apr 2008 02:15

[Bug 36] New: Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

           Summary: Failure to compile  -                                  
    Classification: Unclassified                                           
           Product: SXEmacs                                                
           Version: 22.1.9                                                 
          Platform: PC                                                     
        OS/Version: Linux                                                  
            Status: UNCONFIRMED                                            
          Severity: normal                                                 
          Priority: P3                                                     
         Component: Compile/Install                                        
        AssignedTo: steve <at> sxemacs.org                                      
        ReportedBy: njsf <at> sxemacs.org                                       
         QAContact: sxemacs-devel <at> sxemacs.org                              

$ tla tree-id                                
steve <at> sxemacs.org--2008/sxemacs--main--22.1.9--patch-25
$ HAMMER=BHFH ./autogen.sh
$ /configure --with-pop --with-xfs --with-sound=all --with-x --with-modules
--with-openssl --with-ent=all --with-ffi --without-debug
--without-memory-usage-stats --with-experimental-features
--with-ridiculously-aggressive-optimisations --with-error-checking=none
--enable-dependency-tracking --enable-ltdl-install=no
$ make time-build-report
[...]
if gcc -std=gnu99 -fgnu89-inline -DHAVE_CONFIG_H -I. -I. -I. -I../lwlib  -I.
-I. -I.. -DHAVE_CONFIG_H -pthread -I/usr/X11/include    -I/usr/include/artsc
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
-I/usr/X11/include  -I/usr/local/include -Demacs  -DUSE_SXEMACS_CONFIG_H -ggdb3
(Continue reading)

SXEmacs Issue Tracking | 1 Apr 2008 02:16

[Bug 36] Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

--- Comment #1 from Nelson Ferreira <njsf <at> sxemacs.org>  2008-04-01 10:16:17 ---
Created an attachment (id=39)
 --> (http://issues.sxemacs.org/attachment.cgi?id=39)
Config.log

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 1 Apr 2008 02:28

[Bug 36] Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

Steve Youngs <steve <at> sxemacs.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
     Attachment #39|application/octet-stream    |text/plain                  
          mime type|                            |                            

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 1 Apr 2008 02:29

[Bug 36] Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

Nelson Ferreira <njsf <at> sxemacs.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED                    
         AssignedTo|steve <at> sxemacs.org           |njsf <at> sxemacs.org            
     Ever Confirmed|0                           |1                           

--- Comment #2 from Nelson Ferreira <njsf <at> sxemacs.org>  2008-04-01 10:29:11 ---
The issue seems to be the CONSOLE_TYPE_DATA macro, when error-checking is on
expands to:

color_slist = ((struct tty_console *) ((error_check_console_type(console, Qtty\
))->console_data))->term_cmap;

But when off:

color_slist = ((struct tty_console *)((console)->console_data))->term_cmap;

Clearly the CONSOLE_TYPE_DATA has some misplaced parentesis when error-checking
is off :)

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

(Continue reading)

SXEmacs Issue Tracking | 1 Apr 2008 02:49

[Bug 36] Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

Steve Youngs <steve <at> sxemacs.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
                 CC|                            |steve <at> sxemacs.org           

--- Comment #3 from Steve Youngs <steve <at> sxemacs.org>  2008-04-01 10:49:15 ---
(In reply to comment #0)
> $ tla tree-id                                
> steve <at> sxemacs.org--2008/sxemacs--main--22.1.9--patch-25

BTW, I think including this info is a _BRILLIANT_ idea!  Think I'll mention
this in the sppm.

Thanks for the idea!

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 1 Apr 2008 08:07

[Bug 36] Failure to compile -

http://issues.sxemacs.org/show_bug.cgi?id=36

Nelson Ferreira <njsf <at> sxemacs.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED                    
         Resolution|                            |FIXED                       

--- Comment #4 from Nelson Ferreira <njsf <at> sxemacs.org>  2008-04-01 16:07:33 ---
Solved in njsf <at> sxemacs.org--2008/sxemacs--njsf--22.1.9--patch-7

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 1 Apr 2008 08:21

[Bug 37] New: sxemacs in a tty with TERM=xterm does not show the correct colors

http://issues.sxemacs.org/show_bug.cgi?id=37

           Summary: sxemacs in a tty with TERM=xterm does not show the     
                    correct colors                                         
    Classification: Unclassified                                           
           Product: SXEmacs                                                
           Version: 22.1.9                                                 
          Platform: PC                                                     
        OS/Version: Linux                                                  
            Status: ASSIGNED                                               
          Severity: major                                                  
          Priority: P1                                                     
         Component: User Interface                                         
        AssignedTo: njsf <at> sxemacs.org                                       
        ReportedBy: njsf <at> sxemacs.org                                       
         QAContact: sxemacs-devel <at> sxemacs.org                              

$ tla tree-id
steve <at> sxemacs.org--2008/sxemacs--main--22.1.9--patch-25

When in a tty for which the TERM=xterm, where there should be blue, one will
see red, and other strange deviations from the faces configuration.

Setting TERM to xterm-color will make all show correctly.
TERM=linux also works flawlessly.

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
(Continue reading)

SXEmacs Issue Tracking | 1 Apr 2008 09:07

[Bug 32] Compile error: can't find a register class 'BREG' while reloading 'asm'

http://issues.sxemacs.org/show_bug.cgi?id=32

--- Comment #6 from Nelson Ferreira <njsf <at> sxemacs.org>  2008-04-01 17:07:11 ---
Candidate replacement C code in
njsf <at> sxemacs.org--2008/sxemacs--njsf--22.1.9--patch-8

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 1 Apr 2008 09:27

[Bug 38] New: event-Xt.c does not compile due to nested functions not enabled

http://issues.sxemacs.org/show_bug.cgi?id=38

           Summary: event-Xt.c does not compile due to nested functions    
                    not enabled                                            
    Classification: Unclassified                                           
           Product: SXEmacs                                                
           Version: 22.1.9                                                 
          Platform: Macintosh                                              
        OS/Version: Mac OS                                                 
            Status: ASSIGNED                                               
          Severity: normal                                                 
          Priority: P1                                                     
         Component: Compile/Install                                        
        AssignedTo: hroptatyr <at> sxemacs.org                                  
        ReportedBy: njsf <at> sxemacs.org                                       
         QAContact: sxemacs-devel <at> sxemacs.org                              

$ tla tree-id
njsf <at> sxemacs.org--2008/sxemacs--njsf--22.1.9--patch-8

if gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I. -I../lwlib  -I. -I. -I..
-DHAVE_CONFIG_H -I/usr/X11R6/include    -I/sw/include/artsc
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include   -I/usr/X11R6/include 
-I/usr/local/include -Demacs  -DUSE_SXEMACS_CONFIG_H -ggdb3 -O3 -Wall -MT
event-Xt.o -MD -MP -MF ".deps/event-Xt.Tpo" -c -o event-Xt.o event-Xt.c; \
then mv -f ".deps/event-Xt.Tpo" ".deps/event-Xt.Po"; else rm -f
".deps/event-Xt.Tpo"; exit 1; fi
event-Xt.c: In function 'x_reset_modifier_mapping':
event-Xt.c:485: error: nested functions are disabled, use -fnested-functions to
re-enable
(Continue reading)

SXEmacs Issue Tracking | 1 Apr 2008 11:08

[Bug 38] event-Xt.c does not compile due to nested functions not enabled

http://issues.sxemacs.org/show_bug.cgi?id=38

Sebastian Freundt <hroptatyr <at> sxemacs.org> changed:

           What    |Removed                     |Added                       
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW                         

--- Comment #1 from Sebastian Freundt <hroptatyr <at> sxemacs.org>  2008-04-01 19:07:55 ---
Confirmed.
I've even written patches for that.  Let me do a giant star-merge first though.

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


Gmane