You are not logged in.

#1 2009-09-02 18:34:19

elisherer
Member

[RESOLVED] a problem concering r149+

Since the FileIO function added,
it is required to add -lfat after -lgrrlib in the makefile so the project will link!

just noticed. smile

Offline

 

#2 2009-09-02 19:23:59

BlueChip
Moderator

Re: [RESOLVED] a problem concering r149+

Yes, that is correct.

Why is it "a problem"?


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

#3 2009-09-02 20:36:48

elisherer
Member

Re: [RESOLVED] a problem concering r149+

Well not so much a problem with the GRRLIB lib but with its installation instructions...

Offline

 

#4 2009-09-03 06:05:56

BlueChip
Moderator

Re: [RESOLVED] a problem concering r149+

Ahh, yes, documentation.  Thanks.  It is now done smile

BC


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

#5 2009-09-03 09:17:57

elisherer
Member

Re: [RESOLVED] a problem concering r149+

sorry of being a pain but under Using GRRLIB in GRRLIB.html you just fixed,
there are the

Code:

Using GRRLIB 
------------  
After everything is installed, simply put
     #include &lt;grrlib.h>     <!-- #include <grrlib.h> -->
 at the top of your .c file and use the functions as required
  
You will also need to add
     -lgrrlib -ljpeg -lpngu -lpng -lz 
to the libs line in your makefile 
...Remember the order of the libraries is critical.  You may (need to) insert 
other libraries in the middle of the list, you may need to add others to the 
start, or even the end - but do _not_ change the order of the libraries shown 
here.

-lgrrlib -ljpeg -lpngu -lpng -lfat -lz

Offline

 

#6 2009-09-03 16:57:07

BlueChip
Moderator

Re: [RESOLVED] a problem concering r149+

Sorry for being brain-dead ...new patch submitted
We have a pretty unusual team here - we think bug-reports are great because they give us a chance to make our library even better!
Thanks for your support

BC


I can be found on efnet, freenode, msn, gtalk, aim, ychat & icq ...PM me for details

Offline

 

Board footer

Powered by FluxBB