Search the web
Sign In
New User? Sign Up
ploticus · ploticus software support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Static lib compile/apitest.c   Message List  
Reply | Forward Message #2203 of 2239 |
Bug report for 2.41

1. src/apitest.c is missing some headers:
#include <stdlib.h>
#include <string.h>

2. Compiling a static lib with X11, works, but when compiling apitest.c requires
x11.o and interact.o fix this by adding $(XOBJ) to the Makefile

# libploticus.a with png
libploticus-static: $(OBJ) $(XOBJ) api.o gd00files gd16files
$(RMCOM) libploticus.$(LIBEXT)
$(ARCOM) libploticus.$(LIBEXT) $(OBJ) $(XOBJ) api.o $(GD16) $(GD)


Cheers
Craig




Fri Jun 19, 2009 1:19 pm

craigbruce@...
Send Email Send Email

Forward
Message #2203 of 2239 |
Expand Messages Author Sort by Date

Bug report for 2.41 1. src/apitest.c is missing some headers: #include <stdlib.h> #include <string.h> 2. Compiling a static lib with X11, works, but when...
craiglbruce
craigbruce@...
Send Email
Jun 23, 2009
3:41 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help