Displaying 14 results from an estimated 14 matches for "sfnt".
Did you mean:
sent
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...adam/t/llvm/cfrontend/x86/llvm-gcc/bin/gcc -pedantic -ansi -I/home/adam/t/freetype-2.1.9/objs -I./builds/unix -I/home/adam/t/freetype-2.1.9/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/adam/t/freetype-2.1.9/src/sfnt /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c -o /home/adam/t/freetype-2.1.9/objs/sfnt.o
>In file included from /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c:22:
>/home/adam/t/freetype-2.1.9/src/sfnt/ttload.c: In function `tt_face_load_generic_header':
>
>/home/adam/t/freetype-2.1.9/src...
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...adam/t/llvm/cfrontend/x86/llvm-gcc/bin/gcc -pedantic -ansi -I/home/adam/t/freetype-2.1.9/objs -I./builds/unix -I/home/adam/t/freetype-2.1.9/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/adam/t/freetype-2.1.9/src/sfnt /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c -o /home/adam/t/freetype-2.1.9/objs/sfnt.o
In file included from /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c:22:
/home/adam/t/freetype-2.1.9/src/sfnt/ttload.c: In function `tt_face_load_generic_header':
/home/adam/t/freetype-2.1.9/src/sfnt/ttload.c:5...
2004 Dec 20
0
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...ach the pre-processed source to it. You can get that with the -E flag
> to GCC.
Many thanks for everyone's wonderful replies.
I added the -E flag to the build options. Are the preprocessed sources the
.o files that now look something like this:
# 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
# 1 "/home/adam/t/t5/freetype-2.1.9//"
# 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
# 1 "<built-in>"
# 1 "<command line>"
...
typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
typedef int _G_int32_t __attribute__ ((_...
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...adam/t/llvm/cfrontend/x86/llvm-gcc/bin/gcc -pedantic -ansi -I/home/adam/t/freetype-2.1.9/objs -I./builds/unix -I/home/adam/t/freetype-2.1.9/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/adam/t/freetype-2.1.9/src/sfnt /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c -o /home/adam/t/freetype-2.1.9/objs/sfnt.o
> > In file included from /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c:22:
> > /home/adam/t/freetype-2.1.9/src/sfnt/ttload.c: In function `tt_face_load_generic_header':
> >
> > /home/a...
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
...adam/t/llvm/cfrontend/x86/llvm-gcc/bin/gcc -pedantic -ansi -I/home/adam/t/freetype-2.1.9/objs -I./builds/unix -I/home/adam/t/freetype-2.1.9/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/adam/t/freetype-2.1.9/src/sfnt /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c -o /home/adam/t/freetype-2.1.9/objs/sfnt.o
> In file included from /home/adam/t/freetype-2.1.9/src/sfnt/sfnt.c:22:
> /home/adam/t/freetype-2.1.9/src/sfnt/ttload.c: In function `tt_face_load_generic_header':
>
> /home/adam/t/freetype-2.1.9...
2004 Dec 20
2
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...can get that with the -E flag
> > to GCC.
>
> Many thanks for everyone's wonderful replies.
>
> I added the -E flag to the build options. Are the preprocessed sources the
> .o files that now look something like this:
>
> # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
> # 1 "/home/adam/t/t5/freetype-2.1.9//"
> # 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
> # 1 "<built-in>"
> # 1 "<command line>"
> ...
> typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
> typed...
2004 Dec 20
0
[LLVMdev] Re: Compiling FreeType 2.1.9 with LLVM 1.4
...CC.
>>>
>>>
>>Many thanks for everyone's wonderful replies.
>>
>>I added the -E flag to the build options. Are the preprocessed sources the
>>.o files that now look something like this:
>>
>># 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
>># 1 "/home/adam/t/t5/freetype-2.1.9//"
>># 1 "/home/adam/t/t5/freetype-2.1.9/src/sfnt/sfnt.c"
>># 1 "<built-in>"
>># 1 "<command line>"
>>...
>>typedef int _G_int16_t __attribute__ ((__mode__ (__H...
2015 Dec 17
2
llvm-3.6 MCAsmParser x64 Error "invalid operand for instruction" when msb set
...uction"
I was using the MCAsmParser, with the RelaxAll Flag set to true, for the MCStreamer.
Can someone clarify, as to why this is happening, or what I am missing?
Thank you in advance.
Kind regards
Roman
________________________________
________________________________________________
SFNT Germany GmbH
Registered office: Gabriele-Muenter-Str. 1
D-82110 Germering, Germany
Managing director (Gesch?ftsf?hrer): Ansgar Dodt and Gary Clark
Company Registration number: Amtsgericht Muenchen HRB 171025
________________________________________________
--
_____________________________________...
2013 Feb 01
0
[LLVMdev] Structure declaration with IR builder
...t;
> Cheers,
> Manuele
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> ________________________________________________
>
> SFNT Germany GmbH
> Registered office: Gabriele-Muenter-Str. 1
> D-82110 Germering, Germany
> Managing director (Gesch?ftsf?hrer): Gary Clark
> Company Registration number: Amtsgericht Muenchen HRB 171025
> ________________________________________________
> The information contained in...
2013 Jan 31
2
[LLVMdev] Structure declaration with IR builder
Hi All,
I tryed to create a global structured derived declaration in my compiler by:
StructType *st = StructType(getGlobalContext(), elements, false);
In dump module i didn't find any code needed to declare a new user data
type.
Is there a instruction to add this class into current module?
Cheers,
Manuele
2017 Feb 02
2
AOSP buildbot fails with assert in :ScheduleDAGRRList::PickNodeToScheduleBottomUp
.../include/config -I external/skia/include/core -I
external/skia/include/pathops -I external/giflib -I
external/webp/include -I external/skia/include/android -I
external/skia/src/android -I external/skia/include/ports -I
external/skia/include/utils -I external/skia/include/images -I
external/skia/src/sfnt -I external/skia/src/image -I
external/skia/src/opts -I external/skia/include/gpu -I
external/skia/src/gpu -I external/skia/include/effects -I
external/skia/include/client/android -I external/skia/src/effects -I
external/skia/third_party/etc1 -I external/skia/third_party/ktx -I
external/skia/src/la...
2004 Oct 23
1
Issues with compiling wine
...EID_H 1
| #define HAVE_FREETYPE_FTOUTLN_H 1
| /* end confdefs.h. */
| #if HAVE_FT2BUILD_H
| #include <ft2build.h>
| #endif
|
| #include <freetype/ftwinfnt.h>
configure:10204: result: no
configure:10157: checking for freetype/internal/sfnt.h
configure:10175: gcc -c -g -O2 -I/usr/sfw/include -I/usr/sfw/include/freetype2 conftest.c >&5
configure:10181: $? = 0
configure:10184: test -z || test ! -s conftest.err
configure:10187: $? = 0
configure:10190: test -s conftest.o
configure:10193: $? = 0
configure:10204: result: yes
con...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...or freetype/tttables.h... yes
checking for freetype/ftsnames.h... yes
checking for freetype/ttnameid.h... yes
checking for freetype/ftoutln.h... yes
checking for freetype/ftwinfnt.h... yes
checking for freetype/ftmodapi.h... yes
checking for freetype/ftlcdfil.h... yes
checking for freetype/internal/sfnt.h... no
checking for FT_TrueTypeEngineType... yes
checking for FT_Load_Sfnt_Table... yes
checking for parport header/ppdev.h... no
checking for pthread_attr_get_np... no
checking for pthread_getattr_np... no
checking for pthread_get_stackaddr_np... yes
checking for pthread_get_stacksize_np... yes
c...
2006 May 18
2
Problems compiling Wine
...for freetype/tttables.h... yes
checking for freetype/ftnames.h... no
checking for freetype/ftsnames.h... yes
checking for freetype/ttnameid.h... yes
checking for freetype/ftoutln.h... yes
checking for freetype/ftwinfnt.h... yes
checking for freetype/ftmodapi.h... yes
checking for freetype/internal/sfnt.h... yes
checking for FT_TrueTypeEngineType... no
checking for FT_Load_Sfnt_Table... yes
checking for parport header/ppdev.h... yes
checking for va_copy... yes
checking for __va_copy... yes
checking for sigsetjmp... yes
checking for pthread_rwlock_t... yes
checking for pthread_rwlockattr_t... yes
c...