search for: include'ed

Displaying 10 results from an estimated 10 matches for "include'ed".

2017 Mar 15
5
[Bug 2693] New: ssh: Include'ed host is not resolved by ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=2693 Bug ID: 2693 Summary: ssh: Include'ed host is not resolved by ssh Product: Portable OpenSSH Version: 7.4p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org...
2018 Jul 10
2
custom LLVM Pass with options fails to load
Hi, I'm working on an LLVM Pass plugin and I'm running into a problem when loading it into opt. I want to have a custom option for my pass and added an llvm::cl::opt #include'ing "llvm/Support/CommandLine.h" linking the dependant libs causes the following error when loading it with opt: opt: CommandLine Error: Option 'debug-pass' registered more than once! I narrowed it down to the Core lib but without it I get this opt: /home/qwert/projects...
2013 Sep 06
1
5.10 regression (from 5.01) MENU INCLUDE broken.
> > > On 09/05/2013 01:55 AM, Gene Cumm wrote: > > > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > > > <piotr.karbowski at gmail.com> wrote: > > > > > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with > > >> 5.01 it will display list of elements, then allow me to choose which one I > > >> want to enter. > > >> > > >> Even if the include part contain a single label + menu label, it will > > >> display only it wit...
2018 Jul 12
2
custom LLVM Pass with options fails to load
...PM Viktor Was via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> I'm working on an LLVM Pass plugin and I'm running into a problem when >> loading it into opt. >> I want to have a custom option for my pass and added an llvm::cl::opt >> #include'ing "llvm/Support/CommandLine.h" >> >> linking the dependant libs causes the following error when loading it >> with opt: >> opt: CommandLine Error: Option 'debug-pass' registered more than once! >> >> I narrowed it down to the Core lib but...
2013 Sep 04
0
5.10 regression (from 5.01) MENU INCLUDE broken.
On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski <piotr.karbowski at gmail.com> wrote: > With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with > 5.01 it will display list of elements, then allow me to choose which one I > want to enter. > > Even if the include part contain a single label + menu label, it will > display only it with newer syslinux. What do the INCLUDEd config files look like? Perha...
2013 Sep 06
0
5.10 regression (from 5.01) MENU INCLUDE broken.
> On 09/05/2013 01:55 AM, Gene Cumm wrote: > > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > > <piotr.karbowski at gmail.com> wrote: > > > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with > >> 5.01 it will display list of elements, then allow me to choose which one I > >> want to enter. > >> > >> Even if the include part contain a single label + menu label, it will > >> display only it with newer syslinux. > &g...
2010 Jul 19
1
[LLVMdev] How to use data structure of another pass
Can you tell me where pass_1 is defined? You have used it inside getAnalysis<pass_1>(). Is it the name we generally give to a pass while registry? In this case, don't I need to use getAnalysisUsage (AnalysisUsage &AU) function? On 20 July 2010 02:55, John Criswell <criswell at uiuc.edu> wrote: > Soumya_Prasad_Ukil wrote: > >> >> In LLVM, we generally
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
...nfig: ### cut UI vesamenu.c32 MENU TITLE Multiboot USB MENU BACKGROUND #00000000 MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all MENU COLOR unsel 37;44 #50ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std MENU BEGIN MENU TITLE System Rescue CD 2.4.1 INCLUDE sysrcd-2.4.1.conf MENU END MENU BEGIN MENU TITLE System Rescue CD 3.7.1 INCLUDE sysrcd-3.7.1.conf MENU END MENU BEGIN MENU TITLE BackBox Linux 2.05 32bit INCLUDE backbox-2.05-32bit.conf MENU END ### With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with 5.01 it will...
2003 Jun 22
16
[Bug 600] compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02
...rity: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: johnf.ct at netzero.net ssh, sshd, ssh-add, ssh-keygen, ssh-keyscan, ssh-keysign, and ssh-agent appear to compile fine. Here's where it fails: cc -g -I. -I. -I/usr/local/ssl/include -I/usr/local/include -DSSHDIR=\" /usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPAS S_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/l ibexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/usr/local/li...
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote: > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > <piotr.karbowski at gmail.com> wrote: > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with >> 5.01 it will display list of elements, then allow me to choose which one I >> want to enter. >> >> Even if the include part contain a single label + menu label, it will >> display only it with newer syslinux. > > What do the INCLUDEd c...