Mail Archives: djgpp/2002/06/23/22:44:10
From: | Frank Krauss <fmfkrauss AT mindspring DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Creation of Curses Library using the Cross-compiler (DOS-GCC)
|
Followup-To: | comp.os.msdos.djgpp
|
Date: | Sun, 23 Jun 2002 21:40:45 -0400
|
Organization: | -
|
Lines: | 31
|
Message-ID: | <1024882993.858087028@news.mindspring.com>
|
NNTP-Posting-Host: | a5.f7.2e.ec
|
Mime-Version: | 1.0
|
X-Server-Date: | 24 Jun 2002 01:43:54 GMT
|
X-Newsreader: | KRN http://ultra7.unl.edu.ar
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hello everyone,
I have a Pentium-4 running the Linux Kernel 2.4.18.
I have created a Unix-to-Dos Cross Compiler (DOS-GCC) using DJGPP.
The application that I'm writting under Linux to be used on DOS
uses the NCURSES facility.
I'm now in the process of re-creating the curses Library using the DOS-GCC
program to re-build the Library.
I'm using the files provided in AECUR102.ZIP.
During the assembly of the program "popmenu.c", which is part of libcurses.a,
I got the following error messages:
src/popmenu.c: In function `scrollmenul':
src/popmenu.c:49: `va_start' used in function with fixed args
src/popmenu.c: In function `popmenul':
src/popmenu.c:63: `va_start' used in function with fixed args
Would someone be able to tell me what I should do in order to take care of
this problem?
Thanking everyone in advance for any assistance you can give me in this matter.
Yours truly,
Frank Krauss
- Raw text -