dbTalk Databases Forums  

[BUGS] Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Richard Scranton
 
Posts: n/a

Default [BUGS] Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1 - 01-04-2004 , 01:11 PM







As previously reported for PostgreSQL v7.4, the ecpg module does not compile
as-is due to the absence of a definition for LONG_LONG_MIN or any of the
specified alternatives. Compilation is sucessful if a definition is
added to the
misc.c file prior to the LONG_LONG_MIN feature test macros. Later versions
of FreeBSD probably have more-complete support for 64bit integral types.


/* XXX */
#define LONG_LONG_MIN (1LL << 63)


--
__________________________________________________ _____
When you can see a light at the end of the tunnel, it
will be a guy with a flashlight bringing more bad news.




---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.