pgAdmin Support functions

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin Support functions
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E41A790D@ratbert.vale-housing.co.uk
обсуждение исходный текст
Список pgadmin-hackers
Hi Andreas,

I was all set to include the support functions in the beta2 Win32
installer when to my dismay they refused to compile :-(. I'm guessing
this has something to do with the recent discussions on -hackers,
however I wasn't really following them. Any chance of a quick fix so I
can include this module?

Cheers, Dave

$ make all
dlltool --export-all  --output-def admin.def size.o genfile.o misc.o
dllwrap -o libadmin.dll --dllname libadmin.dll  --def admin.def size.o
genfile.o misc.o -L../../src/port -L../../src/backend -lpostgres
misc.o(.text+0x2a5):misc.c: undefined reference to
`_imp__Log_filename_prefix'
misc.o(.text+0x313):misc.c: undefined reference to
`_imp__Log_filename_prefix'
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make: *** [libadmin.a] Error 1
$

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by andreas: Sequence schema fix
Следующее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Remove couple of old files that got missed.