Mail Archives: djgpp/1995/11/11/11:22:03
Xref: | news-dnh.mv.net comp.os.msdos.djgpp:3164
|
Path: | news-dnh.mv.net!mv!news.sprintlink.net!europa.chnt.gtegsc.com!news.umbc.edu!eff!news.duke.edu!news.mathworks.com!news.kei.com!simtel!news00.sunet.se!sunic!news99.sunet.se!news.uni-c.dk!news.daimi.aau.dk!aauobs.obs.aau.dk!norup
|
From: | norup AT aauobs DOT obs DOT aau DOT dk (Anton Norup Soerensen)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | bcc2grx 2.0 beta problem
|
Date: | 10 Nov 1995 15:08:12 GMT
|
Organization: | DAIMI, Computer Science Dept. at Aarhus University
|
Lines: | 35
|
Distribution: | world
|
Reply-To: | norup AT obs DOT aau DOT dk
|
Nntp-Posting-Host: | aauobs.obs.aau.dk
|
To: | djgpp AT sun DOT soe DOT clarkson DOT edu
|
Dj-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Can you please help me compiling the BCCGRX 2.0 beta sources?
I am using djgpp v1.12m4
Earlier, I have been using libgrx 1.03m1 and BCCGRX 1.2a without trouble.
Now, I have installed libgrx 2.0 beta, apparently working OK on test
programs and own BCCGRX-independent programs.
When installing BCCGRX 2.0, I use the unmodified makedefs, set up for
djgpp v1.12m4 and libgrx 2.0 beta.
With the grdriver.h from libgrx 2.0 in the include path,
"make clean lib" results in a lot of
'conflicting types' and 'previous declaration' errors.
But as I don't want to use libbcc.a, the following is more interesting:
"make clean libx" results in:
text.c:117: In function 'do_init':
text.c:117: 'GrFont_PC8x8' undeclared
If I search for the string 'GrFont_PC8x8' from the top of my djgpp
directory, I can only find it in 'text.c'
If I make an integer dummy-variable called GrFont_PC8x8, it all compiles with
an 'assignment from incompatible pointer type' warning, and I am able to
compile the test programs, too.
Not surprisingly, I get segmentation faults and crashes from some programs,
probably due to the kludge.
Thanks,
Anton Norup Sorensen
e-mail : norup AT obs DOT aau DOT dk
www : http://bigcat.obs.aau.dk:80/~norup/
- Raw text -