search for: opret

Displaying 20 results from an estimated 38 matches for "opret".

Did you mean: op_ret
2017 Jul 20
0
error reporting and --xml
...message is not formatted in XML I think the error is the use of cli_out() here: https://github.com/gluster/glusterfs/blob/master/cli/src/cli-cmd.c#L293 since cli_out() bypasses all the XML formatting output and writes directly to stdout. Moreover, when a "peer probe --xml" failed, its opRet was still set to zero and its error messsage was not in opErrstr: <cliOutput> <opRet>0</opRet> <opErrno>2</opErrno> <opErrstr/> <output>Host 172.31.100.103 port 24007 already in peer list</output> </cliOutput> That makes for a quite i...
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...: error: ` SIGALRM' undeclared (first use this function) -------------------------- On mingw the signal value SIGALRM isn't declared in <signal.h>. I can't figure out what to do next. Any suggestions? Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Sep 01
1
[LLVMdev] Type uint64_t required but not found
...way could be: 1) configure tests wether it's running on the Interix platform (__INTERIX set). 2) Add ifdef'd typedef u_int64_t uint64_t; in llvm/include/Config.h and possible other required values/types for LLVM. /Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Sep 04
1
[LLVMdev] Which files does ./config.status -d produce?
Hi Can someone tell me, which files you get in the confstat* directory, when running: ./config.status -d /Henrik --- Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ --- _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Sep 08
1
[LLVMdev] Changes to configure to recognize MinGW Win32 platform
...gw*) + OS=Win32 + + platform_type="Win32" + ;; *) OS=Unknown ------- Henrik --- Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ --- _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040908/e092316a/attachment.txt>
2004 Sep 18
1
[LLVMdev] MAXPATHLEN' undeclared (first use this function)
...or Interix as seen above: --------------------------------- #include <limits.h> // Include the generic Unix implementation #include "../Unix/Path.cpp" ... --------------------------------- Any suggestions? Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Jul 21
1
[LLVMdev] FileUtilities.cpp:72: error: aggregate `stat s' has incomplete type and cannot
...h: --------------------- /* Define to 1 if you have the <sys/stat.h> header file. */ /* #undef HAVE_SYS_STAT_H */ --------------------- The macro is not set as expected. It compiles when HAVE_SYS_STAT_H is set to 1. /Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Oct 25
1
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
...erstanding too. > >REid. > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...this function) > -------------------------- > > On mingw the signal value SIGALRM isn't declared in <signal.h>. > > I can't figure out what to do next. Any suggestions? > > Henrik > > _________________________________________________________________ > Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 > MB lagerkapacitet > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev...
2008 Apr 24
0
[LLVMdev] RFC: PowerPC tail call optimization patch
The patch is in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080421/061548.html . Okay to commit :) On Thu, Apr 24, 2008 at 7:35 PM, Arnold Schwaighofer <arnold.schwaighofer at gmail.com> wrote: > Another round :) > > I'll post the patch to llvm-commits cause i guess people might get > annoyed by my series of patches :). > > On Tue, Apr 22, 2008 at
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...-------------- >> >> On mingw the signal value SIGALRM isn't declared in <signal.h>. >> >> I can't figure out what to do next. Any suggestions? >> >> Henrik >> >> _________________________________________________________________ >> Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til >> 250 MB lagerkapacitet >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://mail.cs.uiuc.edu/mai...
2004 Oct 06
2
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
...vm at hotmail.com ============================================================= Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ ============================================================= _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2008 Apr 24
2
[LLVMdev] RFC: PowerPC tail call optimization patch
Another round :) I'll post the patch to llvm-commits cause i guess people might get annoyed by my series of patches :). On Tue, Apr 22, 2008 at 10:34 PM, Evan Cheng <evan.cheng at apple.com> wrote: . >> +PPCTargetLowering::IsEligibleForTailCallOptimization(SDOperand Call, >> ... > That's fine. Please break it into two parts and move the target > independent part
2004 Jul 26
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
...pports shared libraries configure:10052: result: no configure:10070: g++ -c -g -O2 conftest.cc >&5 configure:10073: $? = 0 ------------------ Is there any hack here to move further with my port of llvm to Interix? /Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
...ult: no >configure:10070: g++ -c -g -O2 conftest.cc >&5 >configure:10073: $? = 0 >------------------ > >Is there any hack here to move further with my port of llvm to Interix? > > >/Henrik > >_________________________________________________________________ >Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB >lagerkapacitet > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev ______...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...mingw the signal value SIGALRM isn't declared in <signal.h>. > >> > >> I can't figure out what to do next. Any suggestions? > >> > >> Henrik > >> > >> _________________________________________________________________ > >> Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til > >> 250 MB lagerkapacitet > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > >&g...
2004 Oct 06
0
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
...============================================ > Got Freedom? > Software Freedom Day 2004 - 28th of August > http://www.softwarefreedomday.org/ > ============================================================= > > _________________________________________________________________ > Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 > MB lagerkapacitet > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev &...
2004 Sep 15
4
[LLVMdev] diffs for vc7.1
...uces the scope of the PN variable). >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Aug 30
1
[LLVMdev] lib/System Unleashed - Need Your Help!
...><< signature.asc >> >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet
2004 Aug 31
1
[LLVMdev] More configure problems
...last time, so I don't know why >it doesn't work now. Deleting the __attribute__ clause fixes it. > Or correctly terminate the statement/line with ; (although it becomes a warning about an empty statement). /Henrik _________________________________________________________________ Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB lagerkapacitet