Displaying 8 results from an estimated 8 matches for "__retval".
Did you mean:
_retval
2006 Apr 26
1
asterisk no longer compiles on gcc 2.95
Throwing errors relating to utils.h:
/usr/include/asterisk/strings.h:264: parse error before `__extension__'
/usr/include/asterisk/strings.h:264: parse error before `;'
/usr/include/asterisk/strings.h:264: warning: type defaults to `int' in
declaration of `__retval'
/usr/include/asterisk/strings.h:264: `__len' undeclared here (not in a
function)
/usr/include/asterisk/strings.h:264: warning: initialization makes
integer from pointer without a cast
/usr/include/asterisk/strings.h:264: initializer element is not constant
/usr/include/asterisk/strings.h:2...
2006 Apr 29
2
Unable to Make Asterisk-addons
...declared here (not in
a fu nction)
/usr/include/asterisk/strings.h:264: error: initializer element is not
constant
/usr/include/asterisk/strings.h:264: error: syntax error before "if"
/usr/include/asterisk/strings.h:264: error: redefinition of `__retval'
/usr/include/asterisk/strings.h:264: error: `__retval' previously defined
here
/usr/include/asterisk/strings.h:264: error: syntax error before "const"
/usr/include/asterisk/strings.h:264: error: syntax error before '}' token
/usr/include/asterisk/strings.h:280: error: con...
2006 May 30
5
Compiling Asterisk-addons
.../asterisk/strings.h:264: error: `__len' undeclared here (not in a function)
/usr/include/asterisk/strings.h:264: error: initializer element is not constant
/usr/include/asterisk/strings.h:264: error: syntax error before "if"
/usr/include/asterisk/strings.h:264: error: redefinition of `__retval'
/usr/include/asterisk/strings.h:264: error: `__retval' previously defined here
/usr/include/asterisk/strings.h:264: error: syntax error before "const"
/usr/include/asterisk/strings.h:264: error: syntax error before '}' token
/usr/include/asterisk/strings.h:280: error: con...
2006 May 06
1
Upgrade SVN failed !!!
...asterisk/strings.h:264: error: `__len' undeclared here (not
in a function)
/usr/include/asterisk/strings.h:264: error: initializer element is not
constant
/usr/include/asterisk/strings.h:264: error: parse error before "if"
/usr/include/asterisk/strings.h:264: error: redefinition of `__retval'
/usr/include/asterisk/strings.h:264: error: `__retval' previously
defined here
/usr/include/asterisk/strings.h:264: error: parse error before "const"
/usr/include/asterisk/strings.h:264: error: parse error before '}' token
/usr/include/asterisk/strings.h:280: error: conf...
2006 Jun 01
2
addons trunk make error
...usr/include/asterisk/strings.h:264: error: ?__len? undeclared here (not in a function)
/usr/include/asterisk/strings.h:264: error: initializer element is not constant
/usr/include/asterisk/strings.h:264: error: syntax error before ?if?
/usr/include/asterisk/strings.h:264: error: redefinition of ?__retval?
/usr/include/asterisk/strings.h:264: error: previous definition of ?__retval? was here
/usr/include/asterisk/strings.h:264: error: syntax error before ?const?
/usr/include/asterisk/strings.h:264: error: syntax error before ?}? token
/usr/include/asterisk/strings.h:280: error: conflicting types...
2015 Jan 08
1
New version of Rtools for Windows
Oh, I forgot to mention that besides setting AR, RANLIB and the stack probing fix, you also need a very up to date binutils. 2.25 was out in december. Even with that , if you linker's default is not what you are compiling for (i.e. a multiarch toolchain), you need to set GNUTARGET also, i.e. -m32/-m64 is not enough. Some fix to autodetect non-default targets went in after christmas before the
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 10:52, PGNet Dev <pgnet.dev at gmail.com> wrote:
[...]
> So, there's a problem for OpenSSH build with spec'ing LD=/usr/bin/ld ?
in this particular case, apparently yes. not generally, though.
[...]
> What's *intended* re: openssh? Support for LD=ld or only =gcc, or undef'd ?
Well the intent is you should be able to set CC and LD to whatever you
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote:
> fyi
>
> add'l -- and looks unrelated -- issue
> /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here
> extern int pthread_join (pthread_t __th, void **__thread_return);
What included pthread.h? That's explicitly not supported by sshd:
$ grep THREAD