build errors when building 4.1.6

2018-10-10 Thread Peter Kovacs
Hi all,  when building python I get a segementation fault error. Does anyone has a solution for this: /usr/bin/ld: Modules/posixmodule.o: in function `posix_tmpnam': /home/legine/workspace/ApacheOpenOffice/svn/main/python/unxlngx6.pro/misc/build/Python-2.7.6/./Modules/posixmodule.c:7545:

Re: Errors with building

2014-10-01 Thread zimuzo ezeozue
Thanks. But when i run *make clean *I get the following error: *GNUmakefile:29: *** Corrupted module target stack! . Stop.* On Wed, Oct 1, 2014 at 6:47 AM, Kay Schenk kay.sch...@gmail.com wrote: On 09/30/2014 10:33 PM, zimuzo ezeozue wrote: Please what command do I use for a clean build?

Re: Errors with building

2014-10-01 Thread Regina Henschel
Hi, I build on Windows with Cygwin, so for Linux it will not be wntmsci12* but similar. Look how your *.pro folders are named. I use in trunk (alles in einer Zeile) find . -maxdepth 2 -name wntmsci12* | xargs rm -rf and I delete folder 410 in main/solver and I delete all wntmsci12* from

Re: Errors with building

2014-10-01 Thread Kay Schenk
On Tue, Sep 30, 2014 at 11:30 PM, zimuzo ezeozue zimuzostan...@gmail.com wrote: Thanks. But when i run *make clean *I get the following error: *GNUmakefile:29: *** Corrupted module target stack! . Stop.* Yes, I get this too. I don't think it causes problems with what actually needs to

Re: Errors with building

2014-10-01 Thread zimuzo ezeozue
Thanks. My *.pro folders are named unxlngi6.pro. I deleted all by doing: *find . -maxdepth 3 -name wntmsci12* | xargs rm -rf * from *.../trunk* I've been able to build successfully. On Wed, Oct 1, 2014 at 1:34 PM, Regina Henschel rb.hensc...@t-online.de wrote: Hi, I build on Windows with

Errors with building

2014-09-30 Thread zimuzo ezeozue
Please, I am having some issues building. I changed the location of my dev environment on my pc so I had to ./configure again to change things like my $TARFILE_LOCATION environment variable. Now when I *build --all * I get the following error: *Entering /mnt/hd/Dev/AOO/trunk/main/sd/util*

Re: Errors with building

2014-09-30 Thread Regina Henschel
Hi, zimuzo ezeozue schrieb: Please, I am having some issues building. I changed the location of my dev environment on my pc so I had to ./configure again to change things like my $TARFILE_LOCATION environment variable. when you have made such deep change, you should make a total clean build.

Re: Errors with building

2014-09-30 Thread zimuzo ezeozue
Please what command do I use for a clean build? I have tried *build --all* ? And I still end up getting */usr/bin/ld: cannot find -lmsfilter* *collect2: error: ld returned 1 exit status* *dmake: Error code 1, while making '../unxlngi6.pro/lib/libsdfilt.so

Re: Errors with building

2014-09-30 Thread Kay Schenk
On 09/30/2014 10:33 PM, zimuzo ezeozue wrote: Please what command do I use for a clean build? I have tried *build --all* ? And I still end up getting */usr/bin/ld: cannot find -lmsfilter* *collect2: error: ld returned 1 exit status* *dmake: Error code 1, while making