Displaying 6 results from an estimated 6 matches for "wayt".
Did you mean:
wait
2013 Oct 02
1
foreign package problem with stata 13
foreign package does not support dataset saved at stata 13.
anyone knows any wayt to make it works?
[[alternative HTML version deleted]]
2009 Mar 17
2
PBX to gate interface
Has anyone found a good wayt o do a gate intercom using Asterisk? I am
looking at a Xorcom PBX with programmable contact, so I have no issue
with opening the gate, but the interface at the gate is a bit tricky. I
thought about a weather proof housing containing a phone but it seems a
bit tacky. I also looked at a handsfree...
2003 Jun 27
1
make
...9;m using the Sun native make, full
path /usr/xpg4/bin/make and we have a gcc compiler. I could
really use some help trying to understand what the make com-
mand is doing. (or not doing in my case)
George
=====================
George Caunt
Systems Administrator
Framingham Heart Study
73 Mt. Wayte Ave.
Framingham, MA 01702
508-935-3436
gcaunt at bu.edu
2011 Feb 26
0
[LLVMdev] LLVM IR Type System Rewrite
Hey Chris,
On Sat, Feb 26, 2011 at 1:25 PM, Chris Lattner <clattner at apple.com> wrote:
> Several people have been proding me to write up my thoughts on how to fix the IR type system for LLVM 3.0. Here are some (fairly stream of conscious) thoughts on the matter:
> http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt
Awesome! This is definitely long overdue...
Proposal seems
2013 Dec 02
1
DAHDI 2.7.0.1 and CentOS 6.5
...a aqu?
make[2]: *** [/usr/src/dahdi-linux-2.7.0.1/drivers/dahdi/dahdi-base.o]
Error 1
make[1]: *** [_module_/usr/src/dahdi-linux-2.7.0.1/drivers/dahdi] Error 2
make[1]: se sale del directorio `/usr/src/kernels/2.6.32-431.el6.x86_64'
make: *** [modules] Error 2
I don't know if is the right wayt to solve it but in the:
nano include/dahdi/kernel.h
I commented out these lines:
/*static inline void *PDE_DATA(const struct inode *inode)
{
return PDE(inode)->data;
}
*/
then make and make install work.
I think the problem is there is similar declaration on the linux-kernel
sourc...
2011 Feb 26
17
[LLVMdev] LLVM IR Type System Rewrite
Several people have been proding me to write up my thoughts on how to fix the IR type system for LLVM 3.0. Here are some (fairly stream of conscious) thoughts on the matter:
http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt
Comments welcome!
-Chris