Displaying 10 results from an estimated 10 matches for "capitaine".
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...ave to follow our CFE build procedures
> (http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html) to get it to build.
>
> -- John T.
In fact, i am using the CFE build procedures. I am on instructions 5.
cyrille
--
M. Cyrille Mescam (o_
UPMC-LIP6-SRC //\
8 rue du Capitaine Scott v_/_
75015 Paris, France
2005 Jun 13
3
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...ake: *** [all-gcc] Erreur 2
-------------------------------END Compilation error listing
It seems that error has to do with gccas which failed to parse a file (?!)
If anyone has an idea...
Regards.
Cyrille Mescam
--
M. Cyrille Mescam (o_
UPMC-LIP6-SRC //\
8 rue du Capitaine Scott v_/_
75015 Paris, France
http://vvm.lip6.fr/
2005 Jan 22
3
xen2.0.3 and aic79xx
Has anyone expirienced problems with the aic79xx controller and xen
2.0.3 (liinux-2.6.10)?
I have got FC3 running and compiled xen-2.0.3 from the sources. The
compile ssems to work fine but after rebooting the xen0 domain the
server stops during boot at the aic79xx message - no harddisks are
recognized.
I''ve searched through the mailinglist up and down, asked google but
2005 Dec 21
13
Too many login generators?
there is a blog about it
http://www.realityforge.org/articles/2005/11/12/aaa_in_rails
There are so many Authentication/Authorization/Auditing generators now,
just like the situation in java''s world, Too many components doing the
samething just make me confusion. Why not add one to rails core lib and
everybody can extend it for their requirement ?
--
Posted via
2006 Aug 19
2
file type when you create directory inside throw
Hello,
I have a strange problem this nigth that i cannot solve, perhaps you
can help me understand what is wrong.
I have a file type that upload a directory into my servers. Inside this
uploaded directory i create subdirectory and files on my own (directly
on the target host). The problem is that when puppet comes back to the
directory it spills out this error:
err:
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> Hi,
>
>
> When compiling the cfrontend for Linux/PPC architecture on a powermac
> G5, i got
> the following error :
I hate to ask a silly question, but are you using "make bootstrap" to
build the cfrontend? Your output looks like gccas is being given a
native code assembly language file to parse, and I seem to recall that
that happens if
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote:
>
>>Cyrille Mescam wrote:
>>
[snip]
>
> In fact, i am using the CFE build procedures. I am on instructions 5.
>
> cyrille
>
Okay, I took a closer look at your output.
I was correct in that gccas is attempting to assemble a native PPC
assembly language file. However,
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...* [cp-demangle.o] Erreur 1
gmake[1]: Leaving directory
`/usr/local/home/cyrille/project/llvm/cfrontend/build/powerpc-unknown-linux-gnu/libiberty'
gmake: *** [all-target-libiberty] Erreur 2
any clue ?
cyrille
--
M. Cyrille Mescam (o_
UPMC-LIP6-SRC //\
8 rue du Capitaine Scott v_/_
75015 Paris, France
2006 Mar 21
1
Any project for study?
Is there any project which was recommende for reading it''s source for
studing rails?
such as typo ?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 12
4
where is the ActionStruct::Base in rails???
there is a example in
http://api.rubyonrails.com/classes/ActionWebService/Base.html
and it mentioned
<code>
class SearchCriteria < ActionStruct::Base
member :firstname, :string
member :lastname, :string
member :email, :string
end
</code>
but i can not find ActionStruct''s source code in the rails''s
distribution,and i found ''NameError: