Thread: issue building uuid-ossp on win32 with VS2005
Hi,
I am trying to build Postgresql 8.3.15 on Win32 with VS2005.
I was able to build all the projects except uuid-ossp.
I am getting the following error
fatal error LNK1104: cannot open file 'c:\prog\pgsql\depend\ossp-uuid\lib\uuid.lib'
I tried to get the code for uuid-1.6.2 project from ossp but I don’t know how to build it for windows.
Please share me how to build uuid-1.6.2 to get the binaries for win32. Or help me with the binaries if anybody has it (uuid.h uuid.lib and uuid.dll).
Thanks and Regards,
Sreekanth Polaka
Hi Sreekanth-san. Does this help you? http://www.winpg.jp/~saito/pg_work/OSSP_win32/ Regards, Hiroshi Saito (2011/05/18 19:29), Sreekanth Polaka wrote: > Hi, > > I am trying to build Postgresql 8.3.15 on Win32 with VS2005. > > I was able to build all the projects except uuid-ossp. > > I am getting the following error > > fatal error LNK1104: cannot open file > 'c:\prog\pgsql\depend\ossp-uuid\lib\uuid.lib' > > I tried to get the code for uuid-1.6.2 project from ossp but I don’t > know how to build it for windows. > > Please share me how to build uuid-1.6.2 to get the binaries for win32. > Or help me with the binaries if anybody has it (uuid.h uuid.lib and > uuid.dll). > > Thanks and Regards, > > Sreekanth Polaka >
On Wed, May 18, 2011 at 10:44 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: > Does this help you? > http://www.winpg.jp/~saito/pg_work/OSSP_win32/ Gee, that link doesn't work for me. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Eh? Umm, I mistake something it.. What thing is your error message? Regards, HiroshiSaito >On Wed, May 18, 2011 at 10:44 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: >> Does this help you? >> http://www.winpg.jp/~saito/pg_work/OSSP_win32/ > >Gee, that link doesn't work for me. > >-- >Robert Haas >EnterpriseDB: http://www.enterprisedb.com >The Enterprise PostgreSQL Company
On Thu, May 19, 2011 at 10:39 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: > Eh? > > Umm, I mistake something it.. > What thing is your error message? Firefox can't find the server at www.winpg.jp. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Ugaaa, sorry,,,, please retry this. http://winpg.jp/~saito/pg_work/OSSP_win32/ Regards, Hiroshi Saito >On Thu, May 19, 2011 at 10:39 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: >> Eh? >> >> Umm, I mistake something it.. >> What thing is your error message? > >Firefox can't find the server at www.winpg.jp. > >-- >Robert Haas >EnterpriseDB: http://www.enterprisedb.com >The Enterprise PostgreSQL Company
On Thu, 2011-05-19 at 23:51 +0900, Hiroshi Saito wrote: > please retry this. > http://winpg.jp/~saito/pg_work/OSSP_win32/ It still does not work, since winpg.jp is redirected to www.winpg.jp somewhere in the website. -- Devrim GÜNDÜZ Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
Attachment
Ooooops, I will update it tommorow night. sorry, I can't do work in this handy phone now:-( Thanks. Regards, Hiroshi Saito >On Thu, 2011-05-19 at 23:51 +0900, Hiroshi Saito wrote: >> please retry this. >> http://winpg.jp/~saito/pg_work/OSSP_win32/ > >It still does not work, since winpg.jp is redirected to www.winpg.jp >somewhere in the website. >-- >Devrim GUNDUZ >Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com >PostgreSQL Dan〓〓man〓/Consultant, Red Hat Certified Engineer >Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr >http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
Hi Hiroshi, I am able to access and download the patch. I am not sure how to use this patch. I cannot find uuid.lib here. Please help. I am trying to build Postgresql 8.3.15 on Win32 with VS2005. I was able to build all the projects except uuid-ossp. I am getting the following error fatal error LNK1104: cannot open file 'c:\prog\pgsql\depend\ossp-uuid\lib\uuid.lib' I tried to get the code for uuid-1.6.2 project from ossp but I don't know how to build it for windows. Please share me how to build uuid-1.6.2 to get the binaries for win32. Or help me with the binaries if anybody has it (uuid.h uuid.lib and uuid.dll). Thanks and Regards, Sreekanth Polaka -----Original Message----- From: Hiroshi Saito [mailto:hiroshi@winpg.jp] Sent: Thursday, May 19, 2011 8:21 PM To: robertmhaas@gmail.com Cc: hiroshi@winpg.jp; Sreekanth Polaka; pgsql-cluster-hackers@postgresql.org Subject: Re: [pgsql-cluster-hackers] issue building uuid-ossp on win32 with VS2005 Ugaaa, sorry,,,, please retry this. http://winpg.jp/~saito/pg_work/OSSP_win32/ Regards, Hiroshi Saito >On Thu, May 19, 2011 at 10:39 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: >> Eh? >> >> Umm, I mistake something it.. >> What thing is your error message? > >Firefox can't find the server at www.winpg.jp. > >-- >Robert Haas >EnterpriseDB: http://www.enterprisedb.com >The Enterprise PostgreSQL Company
Hi Guys, I was able to build the uuid for windows with the patch you guys shared. Thank you very much for the help. Thanks and Regards, Sreekanth Polaka -----Original Message----- From: Sreekanth Polaka Sent: Friday, May 20, 2011 10:02 AM To: 'Hiroshi Saito'; robertmhaas@gmail.com Cc: pgsql-cluster-hackers@postgresql.org Subject: RE: [pgsql-cluster-hackers] issue building uuid-ossp on win32 with VS2005 Hi Hiroshi, I am able to access and download the patch. I am not sure how to use this patch. I cannot find uuid.lib here. Please help. I am trying to build Postgresql 8.3.15 on Win32 with VS2005. I was able to build all the projects except uuid-ossp. I am getting the following error fatal error LNK1104: cannot open file 'c:\prog\pgsql\depend\ossp-uuid\lib\uuid.lib' I tried to get the code for uuid-1.6.2 project from ossp but I don't know how to build it for windows. Please share me how to build uuid-1.6.2 to get the binaries for win32. Or help me with the binaries if anybody has it (uuid.h uuid.lib and uuid.dll). Thanks and Regards, Sreekanth Polaka -----Original Message----- From: Hiroshi Saito [mailto:hiroshi@winpg.jp] Sent: Thursday, May 19, 2011 8:21 PM To: robertmhaas@gmail.com Cc: hiroshi@winpg.jp; Sreekanth Polaka; pgsql-cluster-hackers@postgresql.org Subject: Re: [pgsql-cluster-hackers] issue building uuid-ossp on win32 with VS2005 Ugaaa, sorry,,,, please retry this. http://winpg.jp/~saito/pg_work/OSSP_win32/ Regards, Hiroshi Saito >On Thu, May 19, 2011 at 10:39 AM, Hiroshi Saito <hiroshi@winpg.jp> wrote: >> Eh? >> >> Umm, I mistake something it.. >> What thing is your error message? > >Firefox can't find the server at www.winpg.jp. > >-- >Robert Haas >EnterpriseDB: http://www.enterprisedb.com >The Enterprise PostgreSQL Company
Hi Sreekanth-san. Thank you for a good report:-) I have improved the unkind state a little. http://winpg.jp/~saito/pg_work/OSSP_win32/ I appreciate your perseverance. Thanks! Regards, Hiroshi Saito (2011/05/20 18:41), Sreekanth Polaka wrote: > Hi Guys, > > I was able to build the uuid for windows with the patch you guys shared. > Thank you very much for the help. > > > Thanks and Regards, > Sreekanth Polaka > > > -----Original Message----- > From: Sreekanth Polaka > Sent: Friday, May 20, 2011 10:02 AM > To: 'Hiroshi Saito'; robertmhaas@gmail.com > Cc: pgsql-cluster-hackers@postgresql.org > Subject: RE: [pgsql-cluster-hackers] issue building uuid-ossp on win32 > with VS2005 > > Hi Hiroshi, > > I am able to access and download the patch. > I am not sure how to use this patch. > I cannot find uuid.lib here. > Please help. > > I am trying to build Postgresql 8.3.15 on Win32 with VS2005. > I was able to build all the projects except uuid-ossp. > I am getting the following error > > fatal error LNK1104: cannot open file > 'c:\prog\pgsql\depend\ossp-uuid\lib\uuid.lib' > > I tried to get the code for uuid-1.6.2 project from ossp but I don't > know how to build it for windows. > > Please share me how to build uuid-1.6.2 to get the binaries for win32. > Or help me with the binaries if anybody has it (uuid.h uuid.lib and > uuid.dll). > > Thanks and Regards, > Sreekanth Polaka > > -----Original Message----- > From: Hiroshi Saito [mailto:hiroshi@winpg.jp] > Sent: Thursday, May 19, 2011 8:21 PM > To: robertmhaas@gmail.com > Cc: hiroshi@winpg.jp; Sreekanth Polaka; > pgsql-cluster-hackers@postgresql.org > Subject: Re: [pgsql-cluster-hackers] issue building uuid-ossp on win32 > with VS2005 > > Ugaaa, sorry,,,, > please retry this. > http://winpg.jp/~saito/pg_work/OSSP_win32/ > > Regards, > Hiroshi Saito > >> On Thu, May 19, 2011 at 10:39 AM, Hiroshi Saito<hiroshi@winpg.jp> > wrote: >>> Eh? >>> >>> Umm, I mistake something it.. >>> What thing is your error message? >> >> Firefox can't find the server at www.winpg.jp. >> >> -- >> Robert Haas >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > >