Displaying 3 results from an estimated 3 matches for "ace_wrapp".
2007 Feb 28
2
VFS module and C++
...LAGS = -shared
INSTALLCMD = /usr/bin/install -c
SAMBA_SOURCE = ../../source
SHLIBEXT = so
OBJEXT = o
FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOURCE)/include
-I$(SAMBA_SOURCE)/popt -I$(SAMBA_SOURCE)/smbwrapper -I. $(CPPFLAGS)
-I$(SAMBA_SOURCE) -I/home/roman/ace/ACE_wrappers/TAO/tao -fPIC
prefix = /usr/local/samba
libdir = ${prefix}/lib
VFS_LIBDIR = $(libdir)/vfs
# Auto target
default: $(patsubst %.cpp,%.$(SHLIBEXT),$(wildcard *.cpp))
# Pattern rules
%.$(SHLIBEXT): %.$(OBJEXT)
@echo "Linking $@"
@$(CC) $(LDSHFLA...
2009 Sep 05
0
[LLVMdev] 2.6 pre-release1 ready for testing
...4689, llvm-gcc: PR4898
(note that at some point LLVM was able to compile these, not sure if it
was 2.5, or after 2.5)
Perl 5.10:
clang: build OK, 1 test fails PR4897
llvm-gcc: OK
valgrind 3.4.1:
clang: build fails PR2461, PR4899;
llvm-gcc build OK, test build fails PR4434
ACE_wrappers: llvm-gcc OK
blender 2.49b:
llvm-gcc build OK, render matches gcc where render is
deterministic, and mean-square-error is about the same where not
clang build OK (building only C sources), renders some blend
files differently, particularly around shaded regions: PR4900
Best r...
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers,
2.6 pre-release1 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
You will notice that we have quite a few pre-compiled binaries (of
both clang and llvm-gcc). We have identified several bugs that will be
fixed in pre-release2, so please search the bug database before filing
a new bug.
If you have time, I'd appreciate anyone who can help test the