Re: [Emc-developers] configure

2023-07-24 Thread Steffen Möller
Hi Andy,

I suggest not to bother for now. Sounds like a great entry-level job for the 
next generation of devs joining to become familiar with it all. :)

Best,
Steffen

> Gesendet: Montag, 24. Juli 2023 um 23:19 Uhr
> Von: "andy pugh" 
> An: "EMC developers" 
> Betreff: [Emc-developers] configure
>
> I am looking through the configure script and I amazed how much stuff
> there is in there that probably isn't needed.
> 
> 
> # m...@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
> # to get the SysV transport functions.
> # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
> # needs -lnsl.
> # The nsl library prevents programs from opening the X display
> # on Irix 5.2, according to T.E. Dickey.
> # The functions gethostbyname, getservbyname, and inet_addr are
> # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
> ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
> if test "x$ac_cv_func_gethostbyname" = xyes; then :
> 
> For one example
> 
> I don't suppose it is worth trying to remove it all, we will just
> break it, but, blimey, this code must be 30 years old if Irix5.2
> (released in 1993) is relevant.
> 
> -- 
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 16:29:59 Roberto C. Sánchez wrote:

> On Sat, Sep 21, 2019 at 04:11:10PM -0400, Gene Heskett wrote:
> > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote:
> > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote:
> > > > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote:
> > > > > On Sat, Sep 21, 2019 at 11:41:03AM -0400, Gene Heskett wrote:
> > > > > > This seems to indicate a pkg-config problem:
> > > > > >
> > > > > > checking for glib... configure: error: no -- required until
> > > > > > somebody makes glib optional
> > > > > >
> > > > > > glib-2 is of course installed but pkg-config apparentlly
> > > > > > knows nothing about it.
> > > > > >
> > > > > > Fix?
> > > > > >
> > > > > > Thanks all.
> > > > >
> > > > > apt install libglib2.0-dev
> > > >
> > > > ok, got that, then next is gtk. Which sudo apt can't find.
> > >
> > > For gtk, you probably need libgtk-3-dev.
> >
> > Wow, pulled in 44 other packages, but didn't help, exit message is:
> >
> > checking for GTK 2.4.0 or above... no
> > configure: error: GTK2 missing.  Install it or specify --disable-gtk
> > to skip the parts of LinuxCNC that depend on GTK
>
> Then try libgtk2.0-dev instead.
>
humm, despite aptitude's inability to find it, apt did install it and 17 
other packages.  That got me to yapps2 which pulled in 9 other packages, 
the intltool-extract, which apt can't find to install.

So at this point I skipped fwd to building the .deb, useing 

#>$ dpkg-buildpackage -b -uc

and its checkdeps is giving me a 6 line list of stuff to apt install. 
Just 60% of the first line is 842 MB of additional disk space will be 
used.  But its a 64GB card, shrug. Not quite 1.5GB of stuff pulled in.

First pass bailed out, couldn't load yapps although yapps2 was installed.  
Guessed around with apt and it finally installed python-yapps.  That 
satisfied it it so the deb is under contruction again.  This will take a 
while.  So if anyone is following along, they can.

> Regards,
>
> -Roberto


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers