Re: [OctDev] Exporting only one package

2008-08-27 Thread dbateman
Thomas Weber-8 wrote: > > Is it possible to do something like > > make package audio > ? > ./autgen.sh ./configure mkdir packages/main cd main make pkg/audio I do this all the time :-) D. -- View this message in context: http://www.nabble.com/Exporting-only-one-package-tp1918

Re: [OctDev] build problem of octgpr-1.1.4 on cygwin octave-3.0.2(gcc-dw2)

2008-08-27 Thread Jaroslav Hajek
On Thu, Aug 28, 2008 at 2:02 AM, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello > > I counld not build octgpr-1.1.4 on cygwin octave-3.0.2(gcc-dw2). > > > ./configure > checking mkoctfile for $BLAS_LIBS... -llapack -ltmglib -lblas > checking for library containing dtpsv... none required > che

[OctDev] triangular-1.0.4.tar.gz is missing in octave-forge-bundle-20080824.tar.gz

2008-08-27 Thread Tatsuro MATSUOKA
Hello The tar.gz file of triangular-1.0.4.tar.gz is missing in octave-forge-bundle-20080824.tar.gz. Regards Tatsuro -- For All Sports Lovers! SPORTS OHEN PROJECT 2008 http://pr.mail.yahoo.co.jp/yells/ ---

Re: [OctDev] make erorr ann-1.0.1 on octave-cygwin(3.0.2)

2008-08-27 Thread Tatsuro MATSUOKA
Hello This problem did not occur on msys+mingw platform. Perhaps this is cygwin spcific issue. But the reason has not been known at present. Regards Tatsuro --- Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello Michael > > > > > *** > > > > > > /bin/sh: $'\E[?1034har': command not f

[OctDev] build problem of octgpr-1.1.4 on cygwin octave-3.0.2(gcc-dw2)

2008-08-27 Thread Tatsuro MATSUOKA
Hello I counld not build octgpr-1.1.4 on cygwin octave-3.0.2(gcc-dw2). ./configure checking mkoctfile for $BLAS_LIBS... -llapack -ltmglib -lblas checking for library containing dtpsv... none required checking for library containing dtpsv none required checking for library containing dpotrf...

[OctDev] Exporting only one package

2008-08-27 Thread Thomas Weber
Hi, in order to generate tarballs from SVN head, I currently do: ./autogen make packages That generates all packages and takes quite some time. Is it possible to do something like make package audio ? Thanks Thomas -

Re: [OctDev] Proposed octave-forge for FreeBSD

2008-08-27 Thread Stephen Montgomery-Smith
Alexander Barth wrote: >> The only packages I didn't get to build were database, java and >> jhandles. If someone else could do these for me I would appreciate it. >> I also did not get octcdf to build, because it requires a newer >> version of netcdf than FreeBSD currently has in the ports. > >

Re: [OctDev] Proposed octave-forge for FreeBSD

2008-08-27 Thread Alexander Barth
> > The only packages I didn't get to build were database, java and > jhandles. If someone else could do these for me I would appreciate it. > I also did not get octcdf to build, because it requires a newer > version of netcdf than FreeBSD currently has in the ports. Hi Stephen, Thank you for yo

Re: [OctDev] Error installing data-smoothing-1.1.0: incorrect syntax for dependency

2008-08-27 Thread Søren Hauberg
ons, 27 08 2008 kl. 15:42 +0200, skrev Benjamin Lindner: > Using octave-3.0.2, when trying to install the data-smoothing-1.1.0 > package I get the following error: > > error: incorrect syntax for dependency `optim (>=1.0.3)' in the > DESCRIPTION file > error: called from `pkg:fix_depends' in fil

Re: [OctDev] Building the optiminterp package - Fortan libraries not included in link stage?

2008-08-27 Thread Alexander Barth
On Wed, Aug 27, 2008 at 3:55 PM, Benjamin Lindner <[EMAIL PROTECTED]> wrote: > I tried to build the optiminterp-0.3.1 package on octave-3.0.2/mingw32. > > I get a linker error of undefined references to a number > "__gfortran_whatever" functions. > Looking into the makefile, I see that the linking

[OctDev] Building the optiminterp package - Fortan libraries not included in link stage?

2008-08-27 Thread Benjamin Lindner
I tried to build the optiminterp-0.3.1 package on octave-3.0.2/mingw32. I get a linker error of undefined references to a number "__gfortran_whatever" functions. Looking into the makefile, I see that the linking command is specified as optiminterp.oct: $(OBJECTS) $(MKOCTFILE) -o $@ $(OBJ

[OctDev] Error installing data-smoothing-1.1.0: incorrect syntax for dependency

2008-08-27 Thread Benjamin Lindner
Using octave-3.0.2, when trying to install the data-smoothing-1.1.0 package I get the following error: error: incorrect syntax for dependency `optim (>=1.0.3)' in the DESCRIPTION file error: called from `pkg:fix_depends' in file C:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\

Re: [OctDev] make erorr ann-1.0.1 on octave-cygwin(3.0.2)

2008-08-27 Thread Tatsuro MATSUOKA
Hello Michael > > *** > > > > /bin/sh: $'\E[?1034har': command not found > > This looks like terminal escape sequence. So it seems the > the configure script included this escape sequence in the > AR variable. Yes. You are right. I have carried out dirty hack in src/ann/src/Makefile. $(

[OctDev] Note and hope for postgresql of database-1.0.1 on cygwin build

2008-08-27 Thread Tatsuro MATSUOKA
Hello I have a question about postgresql of database-1.0.1 on cygwin build. ./configure tells that postgres:postgresql/libpq-fe.h not found I seasrched libpq-fe.h. It was located /usr/include . So I copied it to postgresql/ Then postgres:yes ** I hope that /usr/inc