Mailing list archives : pcb-rnd

ID:4573
From:Gabriel Paubert <pa...@iram.es>
Date:Fri, 27 Nov 2020 10:18:36 +0100
Subject:Re: [pcb-rnd] librnd sep: script moved, make distclean needed
in-reply-to:4570 from rn...@igor2.repo.hu
replies: 4574 from rn...@igor2.repo.hu
	Hi Igor2,
 
right now I have a problem in configure of pcb-rnd, the last few lines
on the screen are:
 
Checking for socket FIONBIO... found (UNIX-style)
Checking for sockaddr_in... OK ('' and '   ' and '#include <sys/types.h>\n#include <sys/socket.h>\n\n#include <netdb.h>\n')
Checking for lac... OK ('' and '   ' and '#include <sys/types.h>\n#include <sys/socket.h>\n\n')
Checking for recv() and send()... ./configure: line 4:  4987 Segmentation fault      ./configure "$@"
 
This was on my laptop.
 
I then tried on my desktop, same thing, except that this time the line
is a bit shorter:
 
Checking for recv() and send()... Segmentation fault
 
	Cheers,
	Gabriel
 
 
 
On Fri, Nov 27, 2020 at 06:12:35AM +0100, rnd2@igor2.repo.hu wrote:
> Hi all,
> 
> you may already know: pcb-rnd is scriptable in a dozen different 
> languages. User scripts can create menus, edit board data, build dialog 
> boxes and generally execute any pcb-rnd action. User scripting is one of 
> the relatively well documented features of pcb-rnd.
> 
> After resolving the remaining TODOs in the script plugin, I generalized it 
> and moved it from pcb-rnd to librnd. This means we will have the same 
> scripting in all ringdove apps, including the live script dialog.
> 
> IMPORTANT: before your next svn up, please do a make distclean. 
> 
> If you forgot to do this and got a conflict on trunk/src_plugins/script, 
> this is the easiest way to resolve it:
> 
> cd trunk/src_plugins && svn revert -R script
> 
> 
> If you have system-installed fungw for the extra scripting languages, 
> please uninstall, svn up in fungw, configure, compile and install _before_ 
> configuring pcb-rnd. This is needed because I had to extend fungw a bit 
> for resolving some long pending TODOs in pcb-rnd scripting. There will be 
> a fungw source release soon. (If you fail to upgrade your system installed 
> fungw, pcb-rnd configure will warn you about the old version and will 
> resort to using the embedded minimal version insted of your old installed 
> version so you lose the extra languages.)
> 
> Later on, in subsequent development cycles, I will move more plugins from 
> pcb-rnd to librnd. I will have to figure a lot of details, but I hope I 
> will be able to move export_png, export_ps, export_lpr, export_svg, so all 
> ringdove apps will be able to export these formats.
> 
> Best regards,
> 
> Igor2
> 
> 
 
 
 

Reply subtree:
4573 Re: [pcb-rnd] librnd sep: script moved, make distclean needed from Gabriel Paubert <pa...@iram.es>
  4574 Re: [pcb-rnd] librnd sep: script moved, make distclean needed from rn...@igor2.repo.hu