Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-20 Thread Heikki Linnakangas
On 19.04.2012 15:25, Heikki Linnakangas wrote: On 19.04.2012 15:20, Dharmendra Goyal wrote: pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving t

Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-20 Thread Dharmendra Goyal
Hi Heikki, I have been working to fix the build. I have fixed few issues but i am getting following error on Windows which needs other changes at code level. plugin_debugger.c plugin_debugger.c(100): error C2099: initializer is not a constant Following is the assignment which is causing the

Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-19 Thread Heikki Linnakangas
On 19.04.2012 15:20, Dharmendra Goyal wrote: Hi, pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving to git we started seeing this issue. If we

[pgadmin-hackers] pldebugger targetinfo file missing

2012-04-19 Thread Dharmendra Goyal
Hi, pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving to git we started seeing this issue. If we have removed this file intentionally then it ha