On Fri, 9 Dec 2005, Fabian Braennstroem wrote: > Hi Stavros, > > * On 09 Dec 2005 * Stavros Giannouris wrote: > > > On Fri, 9 Dec 2005 10:57:42 +0100 > > Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > * On 09 Dec 2005 * Philip Dillon-Thiselton wrote: > > > > > > > There is a board on the forums for pkg requests but generally > > > > people do it themselves, the idea being that you generally have to > > > > learn sometime so you as as well get started! > > > > > > Thanks to both. I am not using the forums to much, but at > > > least I have to start to submit my packages to aur now. Those > > > packages were pretty easy, for others I have/had some more > > > problems like vtkdesigner and salome (actually the problem > > > started to make a package for tix, which is needed for > > > salome). > > > > > You can also seek help in packaging at the boards - Post the > > problematic PKGBUILD, and hopefully someone will look on it and provide > > help. > > Yes, maybe I should start right now: > > Before I package I mostly run it by hand and I got stuck > first with the package 'tix' which is needed for > 'opencascade'. Running the produce makefile I get this > message: > > In file included from ./generic/tixClass.c:29: > ./generic/tixPort.h:37:25: error: tclPort.h: No such file or directory > ./generic/tixClass.c: In function 'Tix_ClassCmd': > ./generic/tixClass.c:228: warning: implicit declaration of function 'strcmp' > ./generic/tixClass.c:238: warning: implicit declaration of function 'strstr' > ./generic/tixClass.c:238: warning: incompatible implicit declaration of > built-in function 'strstr' > ./generic/tixClass.c:277: warning: implicit declaration of function 'strlen' > ./generic/tixClass.c:277: warning: incompatible implicit declaration of > built-in function 'strlen' > ./generic/tixClass.c: In function 'Tix_CreateInstanceCmd': > ./generic/tixClass.c:763: warning: incompatible implicit declaration of > built-in function 'strstr' > ./generic/tixClass.c: In function 'Tix_InstanceCmd': > ./generic/tixClass.c:861: warning: incompatible implicit declaration of > built-in function 'strlen' > ./generic/tixClass.c:889: warning: implicit declaration of function 'strncmp' > make: *** [tixClass.o] Error 1 > > I would say that the makefile gets mixed up, because it is > not finding the tclPort.h file...
$ pacman -Qo /usr/include/tcl/tclPort.h /usr/include/tcl/tclPort.h is owned by tcl 8.4.11-1 Is tcl installed? If so, you'll need to tell it the location of the include file. There's probably an option in the configure script to specify the directory. > > Greetings! > Fabian > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
