search for: specifiers

Displaying 20 results from an estimated 46352 matches for "specifiers".

Did you mean: specifier
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...e 'w int_t' In file included from /usr/include/stdio.h:65, from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/tsystem.h:90, from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygmi ng-crtbegin.c:37: /usr/include/sys/stdio.h:38: error: expected declaration specifiers or '...' bef ore 'size_t' /usr/include/sys/stdio.h:39: error: expected declaration specifiers or '...' bef ore 'size_t' In file included from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/tsystem.h:90, from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/...
2011 Aug 27
0
[LLVMdev] Is LLVM compatible with AMD?
Villmow, excuse me about the previous reply. :$ So, I'm thinking about OpenGL, or other generic graphical libraries. 2011/8/26 Villmow, Micah <Micah.Villmow at amd.com> > In what context? Also, please have all replies go to the mailing list and > not to the contributor directly.**** > > ** ** > > Thanks,**** > > Micah**** > > ** ** > > *From:*
2011 Aug 26
4
[LLVMdev] Is LLVM compatible with AMD?
Hi all! I'm getting starting with LLVM, and I'm creating a new cross-platform programming language LLVM-based with a Standard Library POSIX-based. The language has sintatic sugar of Object Pascal and Ruby. My doubt is if LLVM is compatible with AMD (e.g. Fusion), allowing so that my StdLib can be used to create Games, in future... Regards! -------------- next part -------------- An HTML
2017 Jan 13
2
Duplicate xidNumbers
On 1/13/2017 4:58 PM, Rowland Penny via samba wrote: > On Fri, 13 Jan 2017 16:43:39 -0500 > Bob Thomas via samba <samba at lists.samba.org> wrote: > >> On 1/13/2017 3:30 PM, Rowland Penny wrote: >> >>> On Fri, 13 Jan 2017 15:20:52 -0500 >>> Bob Thomas <bthomas at cybernetics.com> wrote: >>> >>>> On 1/13/2017 1:45 PM, Rowland
2013 Jun 06
2
[LLVMdev] llvm-gcc errors
...fier-qualifier-list before â__off_tâ /usr/include/libio.h:366: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â__io_read_fnâ /usr/include/libio.h:374: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â__io_write_fnâ /usr/include/libio.h:383: error: expected declaration specifiers or â...â before â__off64_tâ /usr/include/libio.h: In function â_IO_feofâ: /usr/include/libio.h:464: error: expected declaration specifiers before â__THROWâ /usr/include/libio.h:465: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â__THROWâ /usr/include/libio.h:467: error: storage cla...
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
...39;;'', ''asm'' or ''__attribute__'' before ''strftime'' In file included from ../../../../../newlib-1.16.0/newlib/libc/argz/argz_add.c:9: /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/string.h:22: erreur: expected declaration specifiers or ''...'' before ''size_t'' /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/string.h:23: erreur: expected declaration specifiers or ''...'' before ''size_t'' /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/s...
2011 Aug 27
3
[LLVMdev] OpenCL Backend
Hi, as you come to speak of it, i have implemented an OpenCL-Backend for LLVM as part of my bachelor thesis (and for GLSlang as well, see http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ). However, the code is currently unreleased. But that could be arranged, if you are interested in using it. Regards, Simon Am Freitag, den 26.08.2011, 20:11 -0500 schrieb llvmdev-request at
2006 Jan 04
2
SwitchTower deployment
I''ve been trying to configure SwitchTower to perform deployment of my app to a Dreamhost server. I can run rake remote_exec ACTION=setup just fine but rake deploy keeps giving me errors when its checking out the latest revision from the Subversion repository on the same Dreamhost server. It displays errors like this: loading configuration c:/ruby/lib/ruby/gems/1.8/gems/switchtower-0.1
2006 Nov 21
5
Specification Reuse to avoid Combinatorial Explosions
Hello, While reading Dan North''s BDD tutorial <http://dannorth.net/introducing-bdd>, I tried to implement his ATM example as spec stubs. When I first implemented it creating a context for each of his scenarios, I noticed that there is duplication and a combinatorial explosion of the specs. I attached the full files to this email. For brevity, I will use scenario 1 in the body of
2013 Jun 07
0
[LLVMdev] llvm-gcc errors
...; > /usr/include/libio.h:366: error: expected â=â, â,â, â;â, âasmâ or > â__attribute__â before â__io_read_fnâ > > /usr/include/libio.h:374: error: expected â=â, â,â, â;â, âasmâ or > â__attribute__â before â__io_write_fnâ > > /usr/include/libio.h:383: error: expected declaration specifiers or â...â before > â__off64_tâ > > /usr/include/libio.h: In function â_IO_feofâ: > > /usr/include/libio.h:464: error: expected declaration specifiers before â__THROWâ > > /usr/include/libio.h:465: error: expected â=â, â,â, â;â, âasmâ or > â__attribute__â before â__THROWâ >...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
Hi all, I have been trying to build wine from source on my imac, but I encountered errors that I have no idea how to fix [Crying or Very sad] I configured with: Code: ./configure CPPFLAGS='-I/usr/X11/include -I/opt/local/include' LIBS='-lGL -lGLU' LDFLAGS='-L/usr/X11/lib -L/opt/local/lib' I installed the dependencies for wine with MacPorts (hence the /opt/local).
2017 Jan 13
0
Duplicate xidNumbers
On Fri, 13 Jan 2017 17:22:15 -0500 Bob Thomas <bthomas at cybernetics.com> wrote: > > > On 1/13/2017 4:58 PM, Rowland Penny via samba wrote: > > On Fri, 13 Jan 2017 16:43:39 -0500 > > Bob Thomas via samba <samba at lists.samba.org> wrote: > > > >> On 1/13/2017 3:30 PM, Rowland Penny wrote: > >> > >>> On Fri, 13 Jan 2017
2017 Jan 13
3
Duplicate xidNumbers
On 1/13/2017 3:30 PM, Rowland Penny wrote: > On Fri, 13 Jan 2017 15:20:52 -0500 > Bob Thomas <bthomas at cybernetics.com> wrote: > >> On 1/13/2017 1:45 PM, Rowland Penny wrote: >>> On Fri, 13 Jan 2017 13:30:14 -0500 >>> Bob Thomas <bthomas at cybernetics.com> wrote: >>> >>>> Rowland, >>>>>> Thank you for the quick
2013 Dec 09
3
[PATCH] sysprep: mention globbing in help for --delete
Followup of ed4bcb119cb908e98ecc1107dcd8b740ee2f484f. --- sysprep/sysprep_operation_delete.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysprep/sysprep_operation_delete.ml b/sysprep/sysprep_operation_delete.ml index 59d5485..a08d4d0 100644 --- a/sysprep/sysprep_operation_delete.ml +++ b/sysprep/sysprep_operation_delete.ml @@ -40,7 +40,10 @@ let op = {
2016 May 05
1
[PATCH] tools: improve reporting for option errors (RHBZ#1316041)
Improve the error messages produced by C-based tools in case of issues with the command line options: - explicitly mention to use -a/-d (and -A/-D in virt-diff) - when extra arguments are found, mention the correct way to pass options to certain command line switches (like --format) - in virt-inspector, give a cleaner error message when neither -i nor any -m is specified In all the cases,
2013 Nov 25
2
Samba4 in FreeBSD cannot upgrade dns
Hi, Samba team! I am trying to install samba4 on FreeBSD 9.2 as a domain DC to join an existing samba4 domain controller on FreeBSD 9.2. I followed the instruction of: Samba4/HOWTO/Join a domain as a DC Everything is OK until I run the following command: root at mtm:/var/named/etc/namedb # samba-tool drs showrepl Default-First-Site-Name\MTM DSA Options: 0x00000001 DSA object GUID:
2004 Aug 26
6
chan_capi module
Hello! I have tried to compile the capi module (http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on fedora2 today. ----------- MAKEFILE -------------- ..EXPORT_ALL_VARIABLES: INSTALL_PREFIX= #ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ASTERISK_HEADER_DIR=/usr/include/asterisk #MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules
2008 Jun 30
2
the specified Windows directory is not accessible
I installed wine some days ago from the ubuntu repo's. Unfortunately it doesn't works for me yet. :( I start the configuration with the following command: Code: user at machine:~$ winecfg Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Warning: the specified
2003 Jan 18
2
Latest release of --files-from patch
I've worked up a new release of my --files-from patch. It has the following changes from the last release: New Changes: ============ - The -R option is now on by default when --files-from has been specified. The user can specify --no-relative to turn this off. - The -a (--archive) option does not imply -r when --files-from was specified. The user can still specify it manually,
2007 May 01
2
Can't get resolution higher than 1280x1024 - Centos 5
Hello all, I can't get higher than 1280x1024 resolution (60hz, 24 depth). I'm running Centos 5 x86 64bit on AMD Athlon64 x2 4600, Geforce 6200 PCI express. Even as root, that is the highest I can set the display. I am guessin the kernel does not support my combo? I've also tried Nvidia's driver from their site, this is what I get: # more nvidia-installer.log nvidia-installer