Thread: Build Error on today's snapshot
Dear all, the 20030703 snapshot does not build correctly... It seems that some files are missing : I can't find files images/storedata.xpm, images/readdata.xpm, images/delete.xpm Am I doing something wrong ? Regards, Raphaël Errors follow : g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql -I./include -I/usr/lib/wx/include/gtk2ud-2.5 -D__WXDEBUG__ -D__WXGTK__-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I./include/-I -g -O2 -c -o frmEditGrid.o `test -f 'ui/frmEditGrid.cpp' || echo './'`ui/frmEditGrid.cpp ui/frmEditGrid.cpp:35: images/storedata.xpm: No such file or directory ui/frmEditGrid.cpp:36: images/readdata.xpm: No such file or directory ui/frmEditGrid.cpp:37: images/delete.xpm: No such file or directory make[3]: *** [frmEditGrid.o] Error 1
blacknoz@club-internet.fr wrote: >Dear all, > >the 20030703 snapshot does not build correctly... It seems that some files are missing : >I can't find files images/storedata.xpm, images/readdata.xpm, images/delete.xpm > >Am I doing something wrong ? > >Regards, > >Raphaël > > It's in cvs. Checkout again, maybe my commit and your checkout crossed. Regards, Andreas
> -----Original Message----- > From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] > Sent: 03 July 2003 21:10 > To: blacknoz@club-internet.fr > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Build Error on today's snapshot > > > blacknoz@club-internet.fr wrote: > > >Dear all, > > > >the 20030703 snapshot does not build correctly... It seems that some > >files are missing : I can't find files images/storedata.xpm, > >images/readdata.xpm, images/delete.xpm > > > >Am I doing something wrong ? > > > >Regards, > > > >Raphaël > > > > > It's in cvs. Checkout again, maybe my commit and your > checkout crossed. You forgot to add them to src/Makefile.am so they will be missing from the source snapshot. Added now :-) Regards, Dave.
Dave Page wrote: > > >>-----Original Message----- >>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] >>Sent: 03 July 2003 21:10 >>To: blacknoz@club-internet.fr >>Cc: pgadmin-hackers@postgresql.org >>Subject: Re: [pgadmin-hackers] Build Error on today's snapshot >> >> >>blacknoz@club-internet.fr wrote: >> >> >> >>>Dear all, >>> >>>the 20030703 snapshot does not build correctly... It seems that some >>>files are missing : I can't find files images/storedata.xpm, >>>images/readdata.xpm, images/delete.xpm >>> >>>Am I doing something wrong ? >>> >>>Regards, >>> >>>Raphaël >>> >>> >>> >>> >>It's in cvs. Checkout again, maybe my commit and your >>checkout crossed. >> >> > >You forgot to add them to src/Makefile.am so they will be missing from the source snapshot. > >Added now :-) > > > Oops!
> -----Original Message----- > From: blacknoz@club-internet.fr [mailto:blacknoz@club-internet.fr] > Sent: 03 July 2003 19:41 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Build Error on today's snapshot > > > Dear all, > > the 20030703 snapshot does not build correctly... It seems > that some files are missing : I can't find files > images/storedata.xpm, images/readdata.xpm, images/delete.xpm > > Am I doing something wrong ? Nope, tonights build should be OK. You can always grab those files from CVS in the meantime though. Regards, Dave.