Closed GoogleCodeExporter closed 8 years ago
I had the same issue after an svn update.
Try to clean the project (make clean) in /src and do a make clean in /src/wps.
then ./configure and make
After this, no segfault appears.
Perhaps the makefile should be updated?!
Original comment by schroedl...@googlemail.com
on 31 Dec 2011 at 12:00
make cleanall will clean everything in all subdirectories...let me know if this
fixes your issue sebastian.
Original comment by cheff...@tacnetsol.com
on 31 Dec 2011 at 1:19
ahh, yes it works now.
should have looked into what 'make clean' really does...
Original comment by sebastia...@arcor.de
on 1 Jan 2012 at 5:47
This was the same problem that was reported in issue #6. It was caused by the
struct pack bug, which was the cause of several issues. Just wanted to make
sure this wasn't a separate bug, thanks! :)
Original comment by cheff...@tacnetsol.com
on 2 Jan 2012 at 12:57
Original issue reported on code.google.com by
sebastia...@arcor.de
on 31 Dec 2011 at 11:23