search for: autodep

Displaying 16 results from an estimated 16 matches for "autodep".

2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...9;s recursive. > Furthermore, recursive make is necessary for automatic generation of > header dependencies, among other things. The makefiles generated by > cmake are "partially" recursive for that reason: Eh? This is not true. See for example: http://mad-scientist.net/make/autodep.html -Dave
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...ermore, recursive make is necessary for automatic generation of >> header dependencies, among other things. The makefiles generated by >> cmake are "partially" recursive for that reason: > > Eh? This is not true. See for example: > > http://mad-scientist.net/make/autodep.html LLVM/Clang uses a lot of generated headers. I think that what that page says does not apply to our case.
2011 Nov 01
2
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...s necessary for automatic generation of >>> header dependencies, among other things. The makefiles generated by >>> cmake are "partially" recursive for that reason: >> >> Eh?  This is not true.  See for example: >> >> http://mad-scientist.net/make/autodep.html > > LLVM/Clang uses a lot of generated headers. I think that what that page > says does not apply to our case. (Chromium's build system has to deal with several generated headers as well and uses a variant of the build system described on that page, without using recursive make a...
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello, I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to build from tar instead. From what I gather the following should be the steps taken. ./configure --without-ad-dc -- sbindir= /usr/sbin --sysconfdir=/etc/samba/ --/usr/share/man/ make make install Am I missing something else? Thanks. -- -James
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
...path --disable-rpath-install > --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile > > --builtin-libraries=replace,ccan,samba-cluster-support > --minimum-library-version="$(shell ./debian/autodeps.py > --minimum-library-version)" --with-cluster-support > > OK, it is from 4.3.5 and I am fairly sure 'pam_smbpass' doesn't exist > anymore, it will also build everything, including the AD DC, but I > hope you can see that your configure line just isn't enoug...
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...c generation of >>>> header dependencies, among other things. The makefiles generated by >>>> cmake are "partially" recursive for that reason: >>> >>> Eh?  This is not true.  See for example: >>> >>> http://mad-scientist.net/make/autodep.html >> >> LLVM/Clang uses a lot of generated headers. I think that what that page >> says does not apply to our case. > > (Chromium's build system has to deal with several generated headers as > well and uses a variant of the build system described on that page, >...
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
...e-avahi --disable-rpath --disable-rpath-install --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile --builtin-libraries=replace,ccan,samba-cluster-support --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" --with-cluster-support OK, it is from 4.3.5 and I am fairly sure 'pam_smbpass' doesn't exist anymore, it will also build everything, including the AD DC, but I hope you can see that your configure line just isn't enough. If you can wait a wh...
2012 May 02
0
New version of the knitr package (0.5)
...recursive references of code chunks with <<label>> (e.g. chunk A can call chunk B which in turn calls C); http://yihui.name/knitr/demo/reference/ - for cached chunks, their dependencies can be automatically figured out by analyzing the R code for global and local variables (see the 'autodep' option) - new chunk options fig.cap and fig.scap to create figure environments with captions in LaTeX; - Sweave concordance was implemented and integrated with RStudio so that error navigation and PDF/Rnw sync become easy - more comprehensive support to markdown and reStructuredText; markdown...
2012 May 02
0
New version of the knitr package (0.5)
...recursive references of code chunks with <<label>> (e.g. chunk A can call chunk B which in turn calls C); http://yihui.name/knitr/demo/reference/ - for cached chunks, their dependencies can be automatically figured out by analyzing the R code for global and local variables (see the 'autodep' option) - new chunk options fig.cap and fig.scap to create figure environments with captions in LaTeX; - Sweave concordance was implemented and integrated with RStudio so that error navigation and PDF/Rnw sync become easy - more comprehensive support to markdown and reStructuredText; markdown...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...path-install \ --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \ --builtin-libraries=replace,ccan,samba-cluster-support \ --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" \ --with-cluster-support Why couldn't it find this reference? -- -Alex
2019 Apr 08
6
Debian Stretch, Samba 4.10.2, 4.9.6 and 4.8.11 Available (amd64/i386)
Hai guys, I've updated the Debian Stretch package for Samba 4.10.2, 4.9.6 and 4.8.11. Repo info : https://apt.van-belle.nl Build logs: http://downloads.van-belle.nl/samba4/Buildlogs/stretch/ Quick repo setup: Optional: apt-get install apt-transport-https Import my public key: wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - # Example repo stretch samba
2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...s necessary for automatic generation of >>> header dependencies, among other things. The makefiles generated by >>> cmake are "partially" recursive for that reason: >> >> Eh? This is not true. See for example: >> >> http://mad-scientist.net/make/autodep.html > > LLVM/Clang uses a lot of generated headers. I think that what that page > says does not apply to our case. You said header dependencies. Generated headers are different than what's presented in that page. That page covers header dependencies. That said, we have generated h...
2011 Oct 28
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Chris Lattner <clattner at apple.com> writes: >>> 1. It generates really slow build systems. >> >> In my Linux box, last time I checked (long time ago) the cmake build was >> a bit faster than the Makefiles. But this is a tricky terrain, because >> they are not identical, not on the features supported (and some have an >> impact on build-time) nor
2011 Oct 28
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
On Oct 27, 2011, at 11:28 PM, Óscar Fuentes wrote: > Chris Lattner <clattner at apple.com> writes: > >> There are several major problems with CMake IMO: >> >> 1. It generates really slow build systems. > > In my Linux box, last time I checked (long time ago) the cmake build was > a bit faster than the Makefiles. But this is a tricky terrain, because >
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...al'' version value (as opposed to the sanitized one for RPM.) This change reduces the amount of work packagers need to do keeping (R package) dependencies correct. == Scope == * Proposal owners: The automated dependency generator is [https://src.fedoraproject.org/fork/qulogic/rpms/R/blob/autodeps/f/R-deps.R available], but will need to be updated to provide the opt-in <code>Suggests</code>. The generator and file attributes will likely be housed in the RPM organization, and a new package will be created for it. R packages will need to be rebuilt after the generator is packaged...
2017 Aug 17
4
Samba 4.7rc4. (Debian Stretch Amd64 packages/sources available)
...                --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \                 --builtin-libraries=replace,ccan,samba-cluster-support \                 --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" \                 --with-cluster-support \                 --with-socketpath=/var/run/ctdb/ctdbd.socket \                 --with-logdir=/var/log/ctdb \                 --enable-spotlight \                 --with-system-mitkrb5                 --with-systemd     ...