similar to: [LLVMdev] some questions and llvm on mac-intel

Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] some questions and llvm on mac-intel"

2006 Feb 10
2
[LLVMdev] llvm for macho/x86 target
hi all, sorry I had problems with my last mail (I hope this goes through). Do the llvm binutils currently support macho/x86 (for use with mactels?) thanks in advance -- Jakob ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
2006 Feb 10
0
[LLVMdev] llvm for macho/x86 target
Hi Jackob, X86 / Darwin support is actively being worked on. It's very new which means you must check out the source from CVS and build your own binary. If you can live with the lack of vector support and the occasional bugs :-), I would urge you to do so and share us with your experience. Cheers, Evan On Feb 10, 2006, at 3:10 PM, Jakob Praher wrote: > hi all, > > sorry
2007 Feb 15
2
floppy problems after DOS booting with dos.bss and syslinux 3.xx
Hello, I'm Rene living in Germany. I have a problem when I use syslinux versions greater than 3.xx for booting DOS (over dos.bss) and DSL-linux from a hard disk. (I've tried version 3.11 and the newest 3.36). The problem occurred after booting DOS - I can not access to the ordinary 3.5'-floppy drive (e.g. the command "dir a:" fails after a while). DOS not even notices
2007 Sep 23
0
Add U32 Filter with libnl
Hello, I try to add a U32 source port filter with libnl. My filter can be succesfully added with the library (no error occured) but the filter is not active. If I run "tc filter show dev eth0" I get: filter parent 1: protocol ip pref 100 u32 filter parent 1: protocol ip pref 100 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 100 u32 fh 800::800 order 2048 key ht 800 bkt 0
2006 Jan 20
0
ownership of authorized_keys (different question)
that "ownership of authorized_keys" question remembered be of a problem we had end of last year. we have some accounts where the user places files to process in the home directory (by scp/sftp), a process running as a diffent user processes those files and puts the results back to the users homedir. the homedir belongs to the user and the other users group with rw access for the user
2006 Jan 29
0
Problem registering to the AppDB
Hi, for some reason I can't register to the AppDB with my email. When I press the "Create Account" button at the bottom of the form, I only get a page with the AppDB logo and the CodeWeavers ad. No message or email that the registration succeeded, no error message. :( When trying to browse the AppDB again, I only get a white page until I delete the AppDB cookie. This happens on both
2006 Mar 30
0
yetisports doesn't work
Hi ! yetisports 1, 2, 4 and 5 works fine with latest wine version from cvs but yetisports 3, 6 and 7 doesn't work: > wine yetisports3.exe wine: Unhandled page fault on read access to 0x464d1df0 at address 0x0000:0x00404062 (thread 000f), starting debugger... WineDbg starting on pid 0xe First chance exception: page fault on read access to 0x464d1df0 in 32-bit code (0x00404062).
2007 Mar 21
1
.NET tagging library for ogg Vorbis
Hello, I've mainly finished the native ogg Vorbis tagging .NET library. It already works well for reading and writing the vorbis comments for the files I tested. The library only rewrites the entire file if it has to, and adds 2 K padding in this case so that further changes of the comments won't make it nescessary to rewrite the whole file again. I found out foobar2000 also does it this
2007 Mar 17
1
err:ole:CoGetClassObject class ...
Hello, I still have no clue what to do. jochen@rod:~$ wine .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe Invoking /usr/lib/wine/wine.bin .wine/drive_c/Programme/SchILD-NRW/SCHILD2000.exe ... err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered err:ole:CoGetClassObject no
2006 Jan 12
2
Easy to Access Telephone Directory AGI
I've written myself a easy to use telephone directory which I use at home and thought it may be of interrest to others. The purpose of this agi script is to provide an online telephone directory that can be easily accessed using the numbers on the phone dial pad. You select entries by spelling out the name of the person you want to contact using the phone dial pad. Now this is normally
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object
2006 Apr 04
0
config for windows on VT system
Hi, i have a brand new system with VT technology (HP XW4300). i am running FC5 with XEN kernel 2.6.16-1.2080_FC5xen0 on it. on the harddisk (/dev/sda) there are two partitions. sda1 has a native windows XP system installed while sda2 is /boot and sda3 is / for the FC5 system. now i want to run the windows system under xen control using the installed windows system on the first
2018 Apr 04
2
Plot data in sequence
Hi r-users, I would like to draw line plots. However, the plot starts from 11121 data and plot data ENTRY last in the plot. Here is the code and data. datn <- read.table(header=TRUE, text=' LEVEL STATUS CGPA DIPLOMA ENTRY 3.32 DIPLOMA 11121 2.91 DIPLOMA 11122 2.90 DIPLOMA 12131 2.89 DIPLOMA 12132 2.89 DIPLOMA 13141 2.93 DIPLOMA 13142 2.96 DIPLOMA 14151 2.76 DIPLOMA 14152 2.73 STPM
2018 Apr 04
0
Plot data in sequence
Hi, Thanks for the reproducible example. Looking at str(datn) would give you a clue. STATUS is a factor because it contains character values. Factor levels by default are alphabetical with numbers first, but you can change those. > str(datn) 'data.frame': 36 obs. of 3 variables: $ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ... $
2006 Jan 10
5
matching country name tables from different sources
Hi, Before I reinvent the wheel I wanted to kindly ask you for your opinion if there is a simple way to do it. I want to merge a larger number of tables from different data sources in R and the matching criterium are country names. The tables are of different size and sometimes the country names do differ slightly. Has anyone done this or any recommendation on what commands I
2006 Apr 19
2
[LLVMdev] glibc to LLVM port
Hi guys, on the webpages of your project i have found, that you are trying to port glibc to LLVM (sounds interesting). I am student of Faculty of Informatics in Brno, and currently i am trying to search a theme for my diploma thesis. Do you think that this one could have the scope to cover (serve) as the diploma work. Thanks Regards iankko --- reklama
2005 Aug 18
2
lme model: Error in MEEM
Hi, We have data of two groups of subjects: 32 elderly, 14 young adults. for each subject we have 15 observations, each observation consisting of a reaction-time measure (RT) and an activation maesure (betadlpcv). since we want to analyze the influence of (age-)group and RT on the activation, we call: lme(betadlpcv ~ RT*group, data=our.data, random=~ RT |subject) this yields: Error in
2005 Aug 30
8
Who can help me?
I have own function wrote. I used an algorithm, which was written in Matlab. in matlab: ... gamma = inv(v)*g; ... #v = matrix of variable size, v=vv(k) => k=2 => dimension of v 2x2 #g = a line vector with 4 elements e.g. g=[1,0,2,0]; my rewritten r-file: ... gamma = solve(v)*g; ... which is my error? Who can help me? thank you in advance. Chris -- Lust, ein paar Euro nebenbei zu
2006 Jan 31
0
Brockhaus 2004 multimedial dvd
after installation brockhaus needs to be running first localy where the .exe reside under /.wine/windows/Programme. Furthermore after starting, the installation needs to be running from cdrom or dvd where the dates are. For that reason may a sricpt will help. But I'm not very familar with that. May someone could help my with scripting if it's even necessary. Please note, although the link
2006 Feb 03
0
run programs .exe from cdrom/dvd
Some of my programs need to be starting from cdrom or dvd after execution of the local .exe from harddisc. How is the proceeding to achieve a running program from cdrom/dvd? The link from .wine/windos/dosdevices to the cdrom and dvd is already established and works. May it's necessary to write a shell script to run after start from cdrom/dvd. On the other hand, may it would help to make a copy