Displaying 4 results from an estimated 4 matches for "deisplay".
2006 May 06
3
define the meaning of this error
hi,
i just have this error, can anyone tell me what it means and how i can
fix it thanks.
NameError in HomeController#index
uninitialized constant Student
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
This error occured while loading the following files:
student.rb
Request
Parameters: None
Show session dump
---
user: !ruby/object:User
attributes:
2014 Dec 07
2
GCC/clang compilation issues
> Oliver St?neberg wrote:
>
> >
> > > Oliver St?neberg wrote:
> > >
> > > > I finally got around to trying to update FLAC for the MAME/MESS
> > > > project again. There were several issues I was able to fix and will
> > > > submit patches later, but I hit one roadblock with GCC and clang:
> > > >
> > >
2014 Dec 07
0
GCC/clang compilation issues
...9;t make them
> compiler behave differently - unless you tell them to ;)
Our autotool build system generates at least one header file (config.h,
in the top level directory). Unless your build system generates the
exact same header file, the results will be different.
Our build system does not deisplay that warning (as you can easily
prove for yourself, hint trying building with "V=1 make" so see the
full compiler invocation). That should be the end of this discussion.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-ne...
2014 Dec 07
2
GCC/clang compilation issues
...file, the results will be different.
I am aware of that and it appears you have no clue what autotool
actually does, since the file won't be "the exact same header fiile"
since autotool generates a completely different one for each system
you use...
> Our build system does not deisplay that warning (as you can easily
> prove for yourself, hint trying building with "V=1 make" so see the
> full compiler invocation). That should be the end of this discussion.
The question is what version you are using officially since I haven't
seen that warning before myself a...