Displaying 19 results from an estimated 19 matches for "tconfig".
Did you mean:
config
2003 Jun 20
2
Compiling Linuxthreads
...usr/ports/devel/linuxthreads/work/linuxthreads-2.2.3_10/libgcc_r
echo '#include <i386/xm-i386.h>' > config.h
echo '#include <xm-freebsd.h>' >> config.h
echo '#include "gansidecl.h"' > tconfig.h
echo '#include "i386/xm-i386.h"' >> tconfig.h
echo '#include "i386/i386.h"' > tm.h
echo '#include "i386/att.h"' >> tm.h
echo '#include <freebsd.h>' >> t...
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
...licenza
daodb:=
daodbeng.OpenDatabase(ChangeFileExt(Application.ExeName, '.mdb'),
false, false, '');
// This works under Windows, fails under Wine woth builtin
oleaut32.dll:
daors:= daodb.OpenRecordset('SELECT Format(#1/1/2000#, "yyyy",
2) FROM TConfig', dbOpenDynaset, _, _);
// This always works:
//daors:= daodb.OpenRecordset('SELECT * FROM TConfig',
dbOpenDynaset, _, _);
daors.Free;
daodb.Free;
daodbeng.Free;
ShowMessage('Tutto ok');
except
on e: Exception do...
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp
2006 Dec 23
1
[LLVMdev] in Cygwin problems
...ll'.
make[1]: Leaving directory `/tmp/llvm3/llvm/build/intl'
make[1]: Entering directory `/tmp/llvm3/llvm/build/gcc'
make \
CFLAGS="-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-l
ng -fno-common " \
CONFIG_H="tconfig.h ../../src/gcc/../include/ansidecl.h ../../src/gcc/config/i386/xm-cygwin.h" TM_H
"tm.h ../../src/gcc/config/i386/i386.h ../../src/gcc/config/i386/unix.h ../../src/gcc/config/i386/bsd.h
./../src/gcc/config/i386/gas.h ../../src/gcc/config/dbxcoff.h ../../src/gcc/config/i386/cygming.h...
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...kland/llvm/include -DL_muldi3
-fvisibility=hidden -DHIDE_EXPORTS -c
../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o<br>
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:35:23: error: auto-host.h: No
such file or directory<br>
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:40:21: error: tconfig.h: No
such file or directory<br>
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:43:16: error: tm.h: No such
file or directory<br>
In file included from ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:64:<br>
../../llvm-gcc4-1.8-source/gcc/libgcc2.h:214:3: error: #error "expand
the table&q...
2008 Aug 18
1
nanobsd build problem
.../usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h
TARGET_CPU_DEFAULT="" HEADERS="options.h i386/i386.h i386/unix.h
i386/att.h dbxelf.h el...
2006 Apr 22
3
[LLVMdev] Building CFE on MinGW
...-Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./
include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I -I../../src
-I../../src/gcc/ -I../../src/gcc/../include -DL_m
uldi3 -c ../../src/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from ../../src/gcc/libgcc2.c:40:
./tconfig.h:5:37: config/i386/xm-mingw32.h: No such file or directory
In file included from ../../src/gcc/libgcc2.c:41:
../../src/gcc/tsystem.h:75:19: stdio.h: No such file or directory
../../src/gcc/tsystem.h:78:23: sys/types.h: No such file or directory
../../src/gcc/tsystem.h:81:19: errno.h: No such file...
2006 Nov 06
1
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
Hi Robert,
Please make sure that you:
1. Completely rebuild LLVM (make clean; make reconfigure; make
tools-only)
2. Completely rebuild llvm-gcc (wipe out the build dir with rm -rf,
configure llvm-gcc
and rebuild it)
If you've done that, then please enter the debugger and get a stack
trace for us.
You will need to:
1. Capture the xgcc compile command that failed
2. Run that command
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...me/mykland/llvm/include -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o
> ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:35:23: error: auto-host.h: No
> such file or directory
> ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:40:21: error: tconfig.h: No
> such file or directory
> ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:43:16: error: tm.h: No such
> file or directory
> In file included from ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:64:
> ../../llvm-gcc4-1.8-source/gcc/libgcc2.h:214:3: error: #error "expand
> the table&q...
2004 Jun 28
1
[LLVMdev] xgcc: installation problem, cannot exec `gccas': No such file or directory
...gmake[1]: Leaving directory `/usr/local/src/cfrontend/build/intl'
gmake[1]: Entering directory `/usr/local/src/cfrontend/build/gcc'
gmake \
CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -fno-common " \
CONFIG_H="tconfig.h ../../src/gcc/../include/ansidecl.h" TM_H="tm.h
../../src/gcc/config/i386/i386.h ../../src/gcc/config/i386/unix.h
../../src/gcc/config/i386/bsd.h ../../src/gcc/config/i386/gas.h
../../src/gcc/config/i386/i386-interix.h
../../src/gcc/config/i386/i386-interix3.h ../../src/gcc/con...
2005 May 12
0
[LLVMdev] Cygwin binaries
...==============
The directory that should contain system headers does not exist:
/usr/include
--------------
Open gcc/Makefile and set:
NATIVE_SYSTEM_HEADER_DIR=/C/MinGW/include
==============
On error:
==============
In file included from ../../../../src/llvm-gcc-1/llvm-gcc/gcc/libgcc2.c:40:
./tconfig.h:5:37: config/i386/xm-mingw32.h: No such file or directory
--------------
Create the missing link:
ln -s ../../../src/llvm-gcc-1/llvm-gcc/gcc/config gcc/config
==============
On error:
==============
In file included from ./tm.h:4,
from ../../../../src/llvm-gcc-1/llvm-gcc/gcc/li...
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...m/include -I/home/mykland/llvm/include -DL_muldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:35:23: error: auto-host.h: No
such file or directory
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:40:21: error: tconfig.h: No
such file or directory
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:43:16: error: tm.h: No such
file or directory
In file included from ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:64:
../../llvm-gcc4-1.8-source/gcc/libgcc2.h:214:3: error: #error "expand
the table"../../llvm-gcc4-1.8-source...
2006 Nov 06
3
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
I was having video problems, so upgraded my Linux box from SUSE 9.3,
where LLVM frontend 4 source built fine, to SUSE 10.1, where I got the
error message:
../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
This version of SUSE
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...ldi3 -fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o
> > > ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:35:23: error: auto-host.h: No
> > > such file or directory
> > > ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:40:21: error: tconfig.h: No
> > > such file or directory
> > > ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:43:16: error: tm.h: No such
> > > file or directory
> > > In file included from ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:64:
> > > ../../llvm-gcc4-1.8-source/gcc/libgcc2.h:...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same?
>
>To my knowledge there is no pre-built version of the cfe.
See following link for CFE :-
http://illuvium.com/download/
It maybe a bit out of date.
I believe the CFE maybe broken at the moment, at least the Cygwin nightly
test reports that it is broken and I believe this is the same thing ?
2006 Dec 22
0
[LLVMdev] in Cygwin problems
On Sat, 23 Dec 2006, Roman wrote:
> How to solve this problem?
Java isn't supported. Use --enable-languages=c,c++
-Chris
> $ make
> make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty'
> make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
2009 Dec 13
3
[PATCH] drm/nouveau: use drm debug levels
...vel.. */
for (i = 0; i < nv_encoder->dp.link_nr; i++) {
@@ -228,7 +228,7 @@ nouveau_dp_link_train_commit(struct drm_encoder *encoder, uint8_t *config)
int or = nv_encoder->or, link = !(nv_encoder->dcb->sorconf.link & 1);
int dpe_headerlen, ret, i;
- NV_DEBUG(dev, "\t\tconfig 0x%02x 0x%02x 0x%02x 0x%02x\n",
+ NV_DEBUG_KMS(dev, "\t\tconfig 0x%02x 0x%02x 0x%02x 0x%02x\n",
config[0], config[1], config[2], config[3]);
dpe = nouveau_bios_dp_table(dev, nv_encoder->dcb, &dpe_headerlen);
@@ -276,12 +276,12 @@ nouveau_dp_link_train(struct drm_encode...
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...= 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(3, {sa_family=AF_FILE, path="/var/run/dovecot/config"...}, 110) = 0
fcntl(3, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl(3, F_SETFL, O_RDWR) = 0
write(3, "VERSION\tconfig\t2\t0\nREQ\tmodule=do"..., 38) = 38
fstat(3, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
alarm(10) = 0
read(3, "\n\n", 8192) = 2
alarm(0) = 10
open("/usr/lib64/dovecot/doveadm", O_RDONLY|O_NONBL...
2006 Dec 22
5
[LLVMdev] in Cygwin problems
How to solve this problem?
$ make
make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty'
make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite'
make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty'
make[1]: Entering directory