|
Home > Archive > Pgadmin > September 2005 > compilation error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Diego Gil 2005-09-06, 8:24 pm |
| I got the following error while compiling 4430 revision:
../ctl/ctlTree.cpp: In constructor
'treeObjectIterator:
:treeObjectIterator(
ctlTree*, pgObject*)':
../ctl/ctlTree.cpp:100: error: conversion from 'int' to 'const
wxTreeItemId' is ambiguous
/usr/local/include/wx-2.6/wx/treebase.h:75: note: candidates are:
wxTreeItemId::wxTree
ItemId(long int)
/usr/local/include/wx-2.6/wx/treebase.h:59: note:
wxTreeItemId::wxTree
ItemId(void*)
make[2]: *** [ctlTree.o] Error 1
make[2]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3'
make: *** [all] Error 2
Maybe another gcc4 related error or a wxWidgets issue ?.
Regards,
Diego.
El mar, 06-09-2005 a las 21:11 +0200, Andreas Pflug escribió:
> Dave Page wrote:
>
> Fixed; a curly brace was a little misplaced. Must have been self-moving :-)
>
> Regards,
> Andreas
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
| |
| Andreas Pflug 2005-09-10, 1:23 pm |
| Diego Gil wrote:
> I got the following error while compiling 4430 revision:
>
> ./ctl/ctlTree.cpp: In constructor
> 'treeObjectIterator:
:treeObjectIterator(
ctlTree*, pgObject*)':
> ./ctl/ctlTree.cpp:100: error: conversion from 'int' to 'const
> wxTreeItemId' is ambiguous
(hopefully) fixed in svn.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
| |
| Andreas Pflug 2005-09-13, 8:24 pm |
| Diego Gil wrote:
> Andreas:
>
> I have attached an updated spanish translation.
committed to SVN.
I am still having some english captions, even if I translated it
> in my local copy. Most captions for "New Object" menus and popups seems
> to be not localized.
Check now.
>
> A last one: I can see a Job or any PgAgent related node even when I
> created postgres database and run the installation script. Daemon needs
> to be running to see that nodes ?
No, only schema is necessary. You can define a job, without having the
agent running.
Regards,
Andreas
PS such new stuff is better discussed on -hackers.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
|
|
|
|
|