Hi Tom,

sorry, the first reply came to you directly...

* On 09 Dec 2005 * Tom K wrote:

> Aaron Griffin wrote:
> 
> >Hah! That made me laugh.
> >- phrak
> >
> >  
> >
> Good to know, phrak - that was one of my objectives, of course. :-P
> 
> I suppose I should get back on-topic, though, by saying I've stuck this 
> on Flyspray, #3602.
> 
> Fabian - while we're waiting for a fix, you could go ahead with the rest 
> of the salome deps by doing as I did i.e. build your own tcl/tk (bump 
> the version to 8.4.12) and then build tix. Here's the PKGBUILD:
> 
> # Contributor: Tom K <[EMAIL PROTECTED]>
> pkgname=tix
> pkgver=8.4.0
> pkgrel=1       
> pkgdesc="Tk Interface eXtension, a powerful set of user interface 
> components that expands the capabilities of Tcl/Tk and Python"
> depends=('tcl' 'tk')
> source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
> url="http://tix.sourceforge.net";
> 
> build() {
>   cd $startdir/src/$pkgname-$pkgver
>   ./configure --prefix=/usr
>   make || return 1
>   make DESTDIR=$startdir/pkg install
> }
> 
> I'd be glad to help if I can.

Thanks for your help and those two PKGBUILDs; they work
fine. I just did another one for omniNotify and I could
install OpenCascade (but without any PKGBUILD; I is a binary
package with a java-installer). 'ADAM Erwan' installed
successfully Salome from scratch on mandrake 2006, with a
lot of patches for other packages (OpenCascade/med/vtk):

http://www.salome-platform.org/forum/?groupid=10&forumid=9&thread=243

I'll see if I can find more....


Netgen makes these problems:

  ==>     tar --use-compress-program=gzip -xf ngs44.tar.gz
  ==> Starting build()...
  gcc -c -I./libsrc/include -I/opt/OpenCASCADE5.2/ros/inc  -I./ngsolve/include 
-Ilibsrc/inte                                                                   
                        rface -DOPENGL  -O2 -I/usr/include/GL3.5 -DLINUX 
-DOPENGL -ftemplate-depth-99 -finline-lim                                       
                                                    it=20000 -funroll-loops  
-DNGSOLVE  ngtcltk/ngappinit.cpp -o ngtcltk/ngappinit.o
  ./libsrc/include/../meshing/meshtype.hpp:965: error: ISO C++ forbids 
declaration of 'Mesh'                                                           
                                 with no type
  ./libsrc/include/../meshing/meshtype.hpp:965: error: expected ';' before '&' 
token
  ./libsrc/include/../meshing/meshtype.hpp:975: error: expected `)' before '&' 
token
  make: *** [ngtcltk/ngappinit.o] Error 1

using this PKGBUILD:

   # Committer: Fabian Braennstroem <[EMAIL PROTECTED]>
   # 
   pkgname=netgen
   pkgver=44
   pkgrel=1
   pkgdesc="NETGEN is an automatic 3d tetrahedral mesh generator"
   depends=('mesa' 'tcl' 'tix')
   url="http://www.hpfem.jku.at";
   source=(http://www.hpfem.jku.at/$pkgname/ngs44.tar.gz)
   md5sums=('ec0519fb348d4af48c42cd018ee2baee')
   
   
   build() {
     cd $startdir/src/ngs$pkgver
   
     export MACHINE=LINUX
   
     make || return 1
     make install
   
   }

The installation process probably won't work with 'make
install', but I just tried to compile it first.
Maybe, you have any ideas?

Greetings!
Fabian



_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to