Build problem

From: Jean-Michel POURE <jm(at)poure(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: "dpage(at)vale-housing(dot)co(dot)uk" <dpage(at)vale-housing(dot)co(dot)uk>, Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: Build problem
Date: 2003-09-11 15:50:37
Message-ID: 200309111750.37060.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear all,

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DSSL -I/usr/include
-I/usr/local/lib/wx/include/gtk2ud-2.5 -D__WXDEBUG__ -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/local/include
-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include -I -Wall -g -O0
-MT dlgOperator.o -MD -MP -MF ".deps/dlgOperator.Tpo" \
-c -o dlgOperator.o `test -f 'ui/dlgOperator.cpp' || echo
'./'`ui/dlgOperator.cpp; \
then mv -f ".deps/dlgOperator.Tpo" ".deps/dlgOperator.Po"; \
else rm -f ".deps/dlgOperator.Tpo"; exit 1; \
fi
ui/dlgOperator.cpp: Dans member function « void
dlgOperator::AppendFilledOperator(wxString&, wxChar*, wxComboBox*) »:
ui/dlgOperator.cpp:363: opérandes invalides pour les types « wxChar* » et «
const wchar_t[10] » en binaire « operator+ »
make[2]: *** [dlgOperator.o] Erreur 1
make[2]: Quitte le répertoire `/usr/src/redhat/BUILD/pgadmin3-0.9.3/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/usr/src/redhat/BUILD/pgadmin3-0.9.3'
make: *** [all] Erreur 2
error: Bad exit status from /var/tmp/rpm-tmp.3220 (%build)

Do you have the same error?
Cheers, Jean-Michel

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-11 15:54:27 Re: Build problem
Previous Message Hiroshi Saito 2003-09-11 15:40:37 Re: pgadmin2_Operator_patch