Re: Internal slang updated to 2.0.5

2005-12-12 Thread Nerijus Baliunas
On Thu, 8 Dec 2005 16:59:47 +0200, Thu, 8 Dec 2005 15:08:02 +0200 Nerijus 
Baliunas [EMAIL PROTECTED] wrote:

   mc from cvs on AIX does not display any lines at all (between panels, in
   a Copy dialog, etc.).
  
  Assuming you are still building against mcslang?
 
 Yes.

Hmm, now I tried again and it works. I'll try to investigate what is going on.

Regards,
Nerijus
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-08 Thread Leonard den Ottolander
Hello Nerijus,

On Thu, 2005-12-08 at 02:49 +0200, Nerijus Baliunas wrote:
 mc from cvs on AIX does not display any lines at all (between panels, in
 a Copy dialog, etc.).

Assuming you are still building against mcslang?

Try changing the terminal font, building against ncurses instead of
slang or run with the -a switch. Any difference? slang related? Maybe
slang should define unix when _AIX is defined.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-08 Thread Leonard den Ottolander
Hi,

On Thu, 2005-12-08 at 13:47 +0100, Leonard den Ottolander wrote:
 Maybe slang should define unix when _AIX is defined.

The diff I referenced defines __unix__ already. I thought for a moment
it referenced a specific test.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-08 Thread Nerijus Baliunas
On Thu, 08 Dec 2005 13:47:14 +0100 Leonard den Ottolander [EMAIL PROTECTED] 
wrote:

  mc from cvs on AIX does not display any lines at all (between panels, in
  a Copy dialog, etc.).
 
 Assuming you are still building against mcslang?

Yes.

 Try changing the terminal font, building against ncurses instead of
 slang or run with the -a switch. Any difference? slang related?

With -a switch of course it works (-a, --stickcharsUse stickchars to draw),
with ncurses I get the lines, but I don't get colours, even with -c.
Previous mc version compiled with older mcslang worked ok, so it
seems it is slang related.

Regards,
Nerijus

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-07 Thread Leonard den Ottolander
Hi Nerijus,

On Wed, 2005-12-07 at 02:07 +0200, Nerijus Baliunas wrote:
 On AIX 5.1 with gcc there is a warning and error:
 
 sldisply.c: In function `tt_sprintf':

Is this the same issue as the one you fixed for slang 1
(http://savannah.gnu.org/cgi-bin/viewcvs/mc/mc/slang/include/slang.h.diff?r1=1.3r2=1.4
 )?

Please let me know, and if so I'll contact the slang user list about
this issue.

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-07 Thread Nerijus Baliunas
On Wed, 07 Dec 2005 13:43:39 +0100 Leonard den Ottolander [EMAIL PROTECTED] 
wrote:

 Is this the same issue as the one you fixed for slang 1
 (http://savannah.gnu.org/cgi-bin/viewcvs/mc/mc/slang/include/slang.h.diff?r1=1.3r2=1.4
  )?

Yes, adding || defined (_AIX) helped.

 Please let me know, and if so I'll contact the slang user list about
 this issue.

Thanks.

Regards,
Nerijus
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-07 Thread Nerijus Baliunas
Hello,

mc from cvs on AIX does not display any lines at all (between panels, in
a Copy dialog, etc.).

Regards,
Nerijus
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: Internal slang updated to 2.0.5

2005-12-06 Thread Nerijus Baliunas
On Sat, 12 Nov 2005 20:53:11 +0100 Leonard den Ottolander [EMAIL PROTECTED] 
wrote:

 As the idea to introduce a second version of an internal slang was not
 met with much enthusiasm and I don't think we should drop the internal
 slang (yet?) I've upgraded the internal version to 2.0.5.
 
 It's quite possible a few patches that were added to our internal
 version of slang our now missing but still required. If you run into
 such issues please report them here, so I can make an effort to get them
 included upstream. Or report them upstream yourself.

On AIX 5.1 with gcc there is a warning and error:

sldisply.c: In function `tt_sprintf':
sldisply.c:479: warning: format not a string literal, argument types not checked
sldisply.c: At top level:
sldisply.c:136: warning: `Linux_Console' defined but not used
sldisply.c:161: warning: `Is_Fg_BGR' defined but not used
sldisply.c:218: warning: `Num_Status_Line_Columns' defined but not used
sldisply.c:2082: warning: `get_color_info' defined but not used

slsmg.c: In function `init_tt_symbols':
slsmg.c:179: `SLtt_Has_Alt_Charset' undeclared (first use in this function)

Regards,
Nerijus
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Internal slang updated to 2.0.5

2005-11-12 Thread Leonard den Ottolander
Hi,

As the idea to introduce a second version of an internal slang was not
met with much enthusiasm and I don't think we should drop the internal
slang (yet?) I've upgraded the internal version to 2.0.5.

It's quite possible a few patches that were added to our internal
version of slang our now missing but still required. If you run into
such issues please report them here, so I can make an effort to get them
included upstream. Or report them upstream yourself.

As long as we feature an internal version of slang I hope to do regular
updates.

Leonard.
-- 
mount -t life -o ro /dev/dna /genetic/research


___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel