www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - fedora/ldc where are druntime headers?

reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
looking for core.stuff

I would have thought they would be in ldc-druntime-devel, but they don't 
seem to be, and I can't find them elsewhere
Feb 23 2012
parent reply bioinfornatics <bioinfornatics fedoraproject.org> writes:
Le jeudi 23 f=C3=A9vrier 2012 =C3=A0 16:29 -0600, Ellery Newcomer a =C3=A9c=
rit :
 looking for core.stuff
=20
 I would have thought they would be in ldc-druntime-devel, but they don't=
=20
 seem to be, and I can't find them elsewhere
in ldc-druntime-devel see above command $ rpm -ql ldc-druntime-devel /usr/include/d/core /usr/include/d/core/atomic.di /usr/include/d/core/bitop.di /usr/include/d/core/cpuid.di /usr/include/d/core/demangle.di /usr/include/d/core/exception.di /usr/include/d/core/math.di /usr/include/d/core/memory.di /usr/include/d/core/runtime.di /usr/include/d/core/simd.di /usr/include/d/core/stdc /usr/include/d/core/stdc/complex.di /usr/include/d/core/stdc/config.di /usr/include/d/core/stdc/ctype.di /usr/include/d/core/stdc/errno.di /usr/include/d/core/stdc/fenv.di /usr/include/d/core/stdc/float_.di /usr/include/d/core/stdc/inttypes.di /usr/include/d/core/stdc/limits.di /usr/include/d/core/stdc/locale.di /usr/include/d/core/stdc/math.di /usr/include/d/core/stdc/signal.di /usr/include/d/core/stdc/stdarg.di /usr/include/d/core/stdc/stddef.di /usr/include/d/core/stdc/stdint.di /usr/include/d/core/stdc/stdio.di /usr/include/d/core/stdc/stdlib.di /usr/include/d/core/stdc/string.di /usr/include/d/core/stdc/tgmath.di /usr/include/d/core/stdc/time.di /usr/include/d/core/stdc/wchar_.di /usr/include/d/core/stdc/wctype.di /usr/include/d/core/sync /usr/include/d/core/sync/barrier.di /usr/include/d/core/sync/condition.di /usr/include/d/core/sync/config.di /usr/include/d/core/sync/exception.di /usr/include/d/core/sync/mutex.di /usr/include/d/core/sync/rwmutex.di /usr/include/d/core/sync/semaphore.di /usr/include/d/core/sys /usr/include/d/core/sys/posix /usr/include/d/core/sys/posix/arpa /usr/include/d/core/sys/posix/arpa/inet.di /usr/include/d/core/sys/posix/config.di /usr/include/d/core/sys/posix/dirent.di /usr/include/d/core/sys/posix/dlfcn.di /usr/include/d/core/sys/posix/fcntl.di /usr/include/d/core/sys/posix/inttypes.di /usr/include/d/core/sys/posix/net /usr/include/d/core/sys/posix/net/if_.di /usr/include/d/core/sys/posix/netdb.di /usr/include/d/core/sys/posix/netinet /usr/include/d/core/sys/posix/netinet/in_.di /usr/include/d/core/sys/posix/netinet/tcp.di /usr/include/d/core/sys/posix/poll.di /usr/include/d/core/sys/posix/pthread.di /usr/include/d/core/sys/posix/pwd.di /usr/include/d/core/sys/posix/sched.di /usr/include/d/core/sys/posix/semaphore.di /usr/include/d/core/sys/posix/setjmp.di /usr/include/d/core/sys/posix/signal.di /usr/include/d/core/sys/posix/stdio.di /usr/include/d/core/sys/posix/stdlib.di /usr/include/d/core/sys/posix/sys /usr/include/d/core/sys/posix/sys/ipc.di /usr/include/d/core/sys/posix/sys/mman.di /usr/include/d/core/sys/posix/sys/select.di /usr/include/d/core/sys/posix/sys/shm.di /usr/include/d/core/sys/posix/sys/socket.di /usr/include/d/core/sys/posix/sys/stat.di /usr/include/d/core/sys/posix/sys/time.di /usr/include/d/core/sys/posix/sys/types.di /usr/include/d/core/sys/posix/sys/uio.di /usr/include/d/core/sys/posix/sys/un.di /usr/include/d/core/sys/posix/sys/utsname.di /usr/include/d/core/sys/posix/sys/wait.di /usr/include/d/core/sys/posix/termios.di /usr/include/d/core/sys/posix/time.di /usr/include/d/core/sys/posix/ucontext.di /usr/include/d/core/sys/posix/unistd.di /usr/include/d/core/sys/posix/utime.di /usr/include/d/core/thread.di /usr/include/d/core/time.di /usr/include/d/core/vararg.di /usr/include/d/ldc /usr/include/d/ldc/intrinsics.di /usr/include/d/ldc/llvmasm.di /usr/include/d/ldc/object.di /usr/lib64/libdruntime-ldc.so
Feb 23 2012
parent reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
On 02/23/2012 05:08 PM, bioinfornatics wrote:
 Le jeudi 23 février 2012 à 16:29 -0600, Ellery Newcomer a écrit :
 looking for core.stuff

 I would have thought they would be in ldc-druntime-devel, but they don't
 seem to be, and I can't find them elsewhere
in ldc-druntime-devel see above command
[ellery balsamroot rpmbuild]$ rpm -ql ldc-druntime-devel /usr/include/d/ldc /usr/include/d/ldc/intrinsics.di /usr/include/d/ldc/llvmasm.di /usr/include/d/object.di /usr/include/d/std/intrinsic.di /usr/include/d/ldc /usr/include/d/ldc/intrinsics.di /usr/include/d/ldc/llvmasm.di /usr/include/d/object.di /usr/include/d/std/intrinsic.di is all I get (I installed both i686 and x86_64 just in case)
Feb 23 2012
parent reply bioinfornatics <bioinfornatics fedoraproject.org> writes:
Le jeudi 23 f=C3=A9vrier 2012 =C3=A0 17:11 -0600, Ellery Newcomer a =C3=A9c=
rit :
 On 02/23/2012 05:08 PM, bioinfornatics wrote:
 Le jeudi 23 f=C3=A9vrier 2012 =C3=A0 16:29 -0600, Ellery Newcomer a =C3=
=A9crit :
 looking for core.stuff

 I would have thought they would be in ldc-druntime-devel, but they don=
't
 seem to be, and I can't find them elsewhere
in ldc-druntime-devel see above command
=20 [ellery balsamroot rpmbuild]$ rpm -ql ldc-druntime-devel /usr/include/d/ldc /usr/include/d/ldc/intrinsics.di /usr/include/d/ldc/llvmasm.di /usr/include/d/object.di /usr/include/d/std/intrinsic.di /usr/include/d/ldc /usr/include/d/ldc/intrinsics.di /usr/include/d/ldc/llvmasm.di /usr/include/d/object.di /usr/include/d/std/intrinsic.di =20 =20 is all I get (I installed both i686 and x86_64 just in case)
remove ldc $ su -c 'yum remove ldc*" get latest ldc build here: http://koji.fedoraproject.org/koji/buildinfo?buildID=3D299767 install it with yum install after dowloading these rpm
Feb 23 2012
parent reply Ellery Newcomer <ellery-newcomer utulsa.edu> writes:
grumph. is it not possible to fix the packages in repo?

On 02/23/2012 05:17 PM, bioinfornatics wrote:
 get latest ldc build here:
 http://koji.fedoraproject.org/koji/buildinfo?buildID=299767

 install it with yum install after dowloading these rpm
Feb 23 2012
parent bioinfornatics <bioinfornatics fedoraproject.org> writes:
Le jeudi 23 f=C3=A9vrier 2012 =C3=A0 18:35 -0600, Ellery Newcomer a =C3=A9c=
rit :
 grumph. is it not possible to fix the packages in repo?
=20
 On 02/23/2012 05:17 PM, bioinfornatics wrote:
 get latest ldc build here:
 http://koji.fedoraproject.org/koji/buildinfo?buildID=3D299767

 install it with yum install after dowloading these rpm
On fedora 16 ? no until fedora 16 provides llvm 2.9
Feb 24 2012