Displaying 6 results from an estimated 6 matches for "make2".
Did you mean:
make
2006 Feb 28
1
[LLVMdev] Leading spaces in Makefile.rules
...though there were 6 warnings
(http://www.saville.com/llvm/make1.out).
Reid suggested here
(http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-February/005261.html)
that I install new runtime bytecodes. I did and then did:
make clean ; make
And got 4 warnings here (http://www.saville.com/llvm/make2.out).
Maybe the warnings are normal, just thought I'd report them. Also, my
computer is a Amd64 runing X86-64 linux (Ubuntu 5.10). The compiler is
4.0.2 and glibc version appears to be 2.3.5.
My intent is to track down why I was getting crtend not found when using
llvm-ld in my simple test...
2006 Aug 10
4
exporting vcards from rails
i''m doing a site for someone that has a form set up to collect contact
information from the user. i installed the vpim gem and was hoping to
give my client a way to download all of the contact''s information as a
vcard. using the examples, i was able to get it working in ruby, but i''m
not quite sure how to generate and download a vcard on the fly.
has anyone done
2006 Apr 11
4
Vpim::Vcard Line Breaks
...ine.
Hi Ben,
Lets move this conversation over to vpim-talk, so we don''t take up the
attention of the entire ruby world. :-)
Here''s an example of encoding a multiline street with vpim-0.360:
% cat ex_multiline.rb
require ''vpim/vcard''
card = Vpim::Vcard::Maker.make2 do |maker|
maker.add_name do |name|
name.prefix = ''Dr.''
name.given = ''Jimmy''
name.family = ''Death''
end
maker.add_addr do |addr|
addr.preferred = true
addr.location = ''work''
addr.street = "12...
2008 Jun 18
1
Vpim gem
On Wed, Jun 18, 2008 at 6:32 AM, Joost Hietbrink <joost at joopp.com> wrote:
> Hi Sam Roberts,
> First of all. Thanks for the Vpim gem. We use it at www.yelloyello.com and
> it works great.
I''m glad to hear that.
> We''ve only encountered the following error:
> # NoMethodError (undefined method `to_str'' for []:Array):
> #
>
2005 Oct 25
2
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...ort LLVM_GCC_DIR=~/llvm/cfrontend/x86/llvm-gcc
$ export LLVM_LIB_SEARCH_PATH=~/llvm/obj/lib
$ PATH=${PATH}:${LLVM_GCC_DIR}/bin
# (using the prebuilt 1.5 llvm-gcc)
$ cd $LLVM_OBJ_ROOT
$ $LLVM_SRC_ROOT/configure --enable-targets=host-only
++++++++++++++ gmake stderr...
$ gmake TOOL_VERBOSE=1 >../make2.log
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enabl...
2005 Oct 25
0
[LLVMdev] newbie llc build problem: BreakCriticalEdges.cpp:44: undefined reference to `llvm::LoopSimplifyID'
...gcc
> $ export LLVM_LIB_SEARCH_PATH=~/llvm/obj/lib
> $ PATH=${PATH}:${LLVM_GCC_DIR}/bin
> # (using the prebuilt 1.5 llvm-gcc)
> $ cd $LLVM_OBJ_ROOT
>
> $ $LLVM_SRC_ROOT/configure --enable-targets=host-only
>
> ++++++++++++++ gmake stderr...
> $ gmake TOOL_VERBOSE=1 >../make2.log
> Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-shared --enable-threads=posix
> --disable-checking --with-system-zlib --enable-__cxa_atexit
> --disable-li...