Re: [Tankdev]Linking Issues w/ SLD project
Status: Planning
Brought to you by:
gillius
|
From: Gillius <gi...@ma...> - 2002-11-23 07:16:20
|
There is no pc.h file.
You probably accidently have the library configured for DJGPP.
Did you compile the library successfully?
fix mingw
make install DEBUGMODE=1
make install
That should do it from the root of the Allegro directory to compile Allegro
and install it.
Jason
On 23 Nov 2002 at 0:46, Charles Kirk wrote:
> Hey,
> Near as I can tell the implementation of the game logic counter, time
> display, etc would work if the compiler would link to the libraries
> correctly. I did add the Allegro libraries to the list of compiler
> includes, but it still returns as though it doesn't have some of them. I
> checked and a few things were actually missing ("pc.h" was one of them, I
> don't remember what the other thing was.) For the record I d/l'd the most
> current version of Allegro (4.1.5, I think.)
>
> I'll try to work on it some more before the end of the vacation, but I
> probably won't get that many chances to d/l the compiler, etc when I leave
> the campus.
>
> I'll upload what I have now and whenever I can with notes about whatever
> problems there are with the current version.
>
> Later,
> Chuck
>
> _________________________________________________________________
> Protect your PC - get McAfee.com VirusScan Online
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Egstank-devel mailing list
> Egs...@li...
> https://lists.sourceforge.net/lists/listinfo/egstank-devel
|