Ok, so after 1.5 hours of gcc compiling on gentoo... that's definitely not the problem. My gentoo box has 4.1.2 and my mac has 4.0.1 Most of my boxes are Ubuntu... I'm emerging world and seeing if that makes a difference. I'll keep the list and Google informed :) Does anyone know of a specific time library ebuild I might be missing?
Chris On Tue, Jan 6, 2009 at 4:57 PM, Luis Lavena <[email protected]> wrote: > On Tue, Jan 6, 2009 at 10:52 PM, Chris Van Pelt <[email protected]> wrote: >> >> This is what I get when trying to compile in gentoo. It works fine on >> my Mac... Any ideas? >> >> ... >> do_postgres_ext.c: In function 'parse_date_time': >> do_postgres_ext.c:209: warning: implicit declaration of function 'time' >> do_postgres_ext.c:210: warning: implicit declaration of function 'localtime' >> do_postgres_ext.c:210: warning: assignment makes pointer from integer >> without a cast >> do_postgres_ext.c:212: error: dereferencing pointer to incomplete type >> do_postgres_ext.c:215: warning: implicit declaration of function 'gmtime' >> do_postgres_ext.c:215: warning: assignment makes pointer from integer >> without a cast >> do_postgres_ext.c:217: warning: implicit declaration of function 'mktime' >> make: *** [do_postgres_ext.o] Error 1 > > Looks like the version of GCC you have in your Mac is not the same the > one in your Gentoo box. > > At least, looks like or the time headers or the way GCC compiles > generates errors in your Gentoo box. > > -- > Luis Lavena > AREA 17 > - > Perfection in design is achieved not when there is nothing more to add, > but rather when there is nothing more to take away. > Antoine de Saint-Exupéry > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
