Displaying 20 results from an estimated 29842 matches for "members".
Did you mean:
member
2008 Nov 06
2
understanding this wine message
I m currently working on installing moi 3d on wine (there is actually no nurbs modeller under linux). and my main trouble is that some of the menu do not appear. Moi3d seem , and michael gibson (devel of MOI) confirm that, to be buid with a lot of internet explorer lib.
As i did install internet explorer i got it to run. I manually specifi that all the dll that i know should be use as native by
2007 Dec 31
1
b13 Compile error on Solaris 10 (Sparc)
All betas so far have compiled without problems on my setup, but something
breaks in b13.
This problem occurs with both make and gmake.
Below are outputs from make and gmake.
Regards, Mikkel
make all-recursive
Making all in src
Making all in lib
make all-am
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/pkgsrc/pkg/include/mysql
-std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE?
I tried installing it per the instructions and it didn't want to make.
2024 Apr 03
0
[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 727900b675b749c40ba1f6669c7ae5eb7eb8e837 Add linux-next specific files for 20240403
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202404031246.aq5Yr5KO-lkp at intel.com
https://lore.kernel.org/oe-kbuild-all/202404031346.wpIhNpyF-lkp at intel.com
2012 Jan 01
1
Compiling 64-bit libFLAC/libFLAC++ on OS X Lion, anyone successful?
...flags specifying 64-bit like so:
CC="gcc -m64" CXX="g++ -m64" ./configure
make still fails with the following output:
[...lots of output with seemingly no errors...]
/usr/bin/ranlib: archive member: .libs/libFLAC.a(bitreader_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) /usr/bin/ranlib: archive member: .libs/libFLAC.a(cpu_asm.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match)
/usr/bin/ranlib: archive member: .libs/libFLAC.a(fixed_asm.o) cputype (7) does not match previous...
2019 Sep 06
0
[vhost:linux-next 13/15] htmldocs: mm/page_alloc.c:2207: warning: Function parameter or member 'order' not described in 'free_reported_page'
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mst/vhost.git linux-next
head: c5db5a8d998da36ada7287aa53b4ed501a0a2b2b
commit: b1b0d638e6f93b91cf34585350bb00035d066989 [13/15] mm: Introduce Reported pages
reproduce: make htmldocs
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp at intel.com>
All warnings (new ones prefixed by >>):
2006 Aug 03
4
Map a resource that is a join model
How should you map resources that are join models like Memberships?
Lets say have you have Members and Groups that are joined through
Memberships.
map.resources :members do |members|
members.resources :groups do |groups|
groups.resources :memberships
end
end
This doesn''t seem right.
It would be nice to access all members, groups...
2010 Jul 20
1
Building rattle on Solaris 10u7 X86
We have tried to build rattle on Solaris 10 X86 platform, and the results
are :
1. Package XML and pmml can be built.
2. Package RGtk2 can be built but can’t be installed because the
installer can’t find GTK on Solaris, but it seems GTK has been preinstalled
on Solaris 10, but I don’t know how to configure it.
3. There are errors when building the cairoDevice package , the error
2013 Nov 26
1
[LLVMdev] 3.4 build failure from lldb
I'm trying to build llvm and clang release_34 git branch on ubuntu 13.04,
using cmake, and i'm getting numerous errors from lldb:
[ 83%] Building CXX object
tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o
/home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp:
In function ‘clang::FrontendAction*
CreateFrontendBaseAction(clang::CompilerInstance&)’:
2006 Jun 21
7
acts_as_taggable and paginate?
Hi there,
I''ve been trying to paginate over a list of members that all share a tag in
common using the acts_as_taggable plugin. The regular way of paginating over
a collection doesn''t seem to work with acts_as_taggable. Here''s what my
method looks like that takes in a tag name, finds all the members that share
the tag and then displays all t...
2006 May 02
1
compile R on Solaris 9
I can't make R on a Solaris 9 box. Does anyone have any suggestions?
Thanks in advance.
<3>-> make
`Makedeps' is up to date.
`libbz2.a' is up to date.
`Makedeps' is up to date.
`libpcre.a' is up to date.
`Makedeps' is up to date.
`libz.a' is up to date.
../../../src/include/libintl.h is unchanged
../../../include/libintl.h is unchanged
`localecharset.h'
2006 Feb 07
17
Easy way of dealing with nil properties in templates?
Is there an easy way to deal with nil properties in
templates? All I''m aware of are these methods, and
it''s quite tedious and surely violates DRY.
<%= @member.name unless @member.name.nil? %>
<%= @member.name.to_is %>
<%= "#{@member.name}" %>
csn
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the
2012 Sep 27
4
[LLVMdev] Clang bug?
Is this a relevant location to provide information about what I
believe is a compiler bug in clang? If not, please forgive me for
posting it here. (Perhaps you can redirect me to some place more
appropriate.) If so, here are the details:
I have a short 15-line C++ program using only one standard header that
clang fails to compile properly under C++11 with the new standard
library (although the
2009 Mar 07
4
Compile problems
Hi all
I don't know what went wrong but i no longer seem to be able to compile
asterisk. I first do :
cd /usr/src/dahdi-linux-2.1.0.4
make clean ; make all ; make install
cd /usr/src/dahdi-tools-2.1.0.2
./configure ; make clean ; make all ; make install ; make config
So far.... so good but then when i do :
cd /usr/src/asterisk-1.6.0.6
make clean ; ./configure ; make all ; make install
i
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...t;char*" is not allowed.
"test-http-auth.c", line 28.33: 1506-022 (S) "data" is not a member of
"const struct http_auth_challenges_test".
"test-http-auth.c", line 28.41: 1506-026 (S) Number of initializers
cannot be greater than the number of aggregate members.
"test-http-auth.c", line 29.33: 1506-022 (S) "params" is not a member of
"const struct http_auth_challenges_test".
"test-http-auth.c", line 30.43: 1506-026 (S) Number of initializers
cannot be greater than the number of aggregate members.
"test-http-a...
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
On 09-Oct-16 22:51, Aki Tuomi wrote:
>>
>> Michael
>
> Does the compiler support C99 standard?
>
> Aki
Yes. Plus extended features. Key difference with GCC, e.g., are the
flags to the compiler, but autotools general manages those well.
Key difference with platform (well, of of) is that it is not GNU, and
how shared libraries are built. Again, libtool in particular,
2018 Aug 28
2
[PATCH 0/4] drm/dp_mst: Add DP MST debugfs nodes for all drivers
This is the next version of my patch series for teaching DRM how to
automatically create debugfs nodes for drivers with MST topologies. This
was originally intended just for nouveau, but has since been expanded to
all DRM drivers.
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Daniel Stone <daniel at fooishbar.org>
Lyude Paul (4):
drm/debugfs: Add support for
2014 Dec 03
2
[LLVMdev] [lld] need to figure out if file is an archive member and record more information...
...f the file is from an archive library (or a member of an archive.
For example :-
SECTIONS {
.myoutputsection : {
libc.a : { *(.text) }
printf.o : { *(.rodata) }
}
}
The colon is used to denote an archive file or a member of an archive
file and the rule says pick all text sections from members of libc.a
that the linker uses for the current link step.
Current Design
------------------------
In the current design we record the archive file and the member in the
memory buffer and identify using library(member) which is part of the
MemoryBuffer.
Information that needs to be recorded
---...
2007 Apr 09
2
trouble recording calls
Hi all,
I am having the following trouble with recording calls:
When calls come into the support line did number, the call starts to
record on the first queue, but appears to hang up when the call actually
connects to the engineer (ie I see "got hangup request" on the cli and
then mixmonitor ends.) I am guessing this has to do with the announce
file that is played to the engineer
2007 Sep 03
7
relationing has_many, belongs_to
Hello, i want to know if i am relationing fine, because i am having
problems,i have 2 models, one for members and other to relate some
members to this:
class Member < ActiveRecord::Base
has_many :matrix, :foreign_key=>:parent
end
class Matrix < ActiveRecord::Base
set_table_name :matrix
set_primary_key :userid
belongs_to :member, :foreign_key=>:userid
acts_as_tree :foreign_key=>...