Development
[haiku-development] Re: main() in shared libraries? (Adrien Destugues)
On Thu, Apr 23, 2015 at 04:09:53PM +0200, François Revol wrote:
noticed this in the configure tests:
AC_CHECK_LIB(gcc_s, main, CXX_LIB=$CXX_LIB -lgcc_s)
AC_CHECK_LIB(stdc++, main, CXX_LIB=$CXX_LIB -lstdc++)
Obviously it fails on Haiku because they don't have a main() call.
...
Categories: Development
[haiku-development] Re: main() in shared libraries? (François Revol)
On 23/04/2015 15:00, François Revol wrote:
noticed this in the configure tests:
AC_CHECK_LIB(gcc_s, main, CXX_LIB=$CXX_LIB -lgcc_s)
AC_CHECK_LIB(stdc++, main, CXX_LIB=$CXX_LIB -lstdc++)
Obviously it fails on Haiku because they don't have a main() call.
Do we want to mimic the linux behaviour or fix those checks (but then
...
Categories: Development
[haiku-development] main() in shared libraries? (François Revol)
It is a rarely known fact but at least on Linux some shared libraries
have a main() function and can be called as executables, including the
dynamic loader, usually it just prints the library name and version.
$ /lib64/ld-linux-x86-64.so.2
Usage: ld.so [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...]
You have invoked `ld.so', the helper program for shared library executables.
...
$ /lib/x86_64-linux-gnu/libc.so.6
...
Categories: Development
stdio.h: declare fcloseall() GNU extension
Since libroot already exports it and I've found some code using it.
Since libroot already exports it and I've found some code using it.
Categories: Development
Update icu package for x86_64.
* Add icu54 package for x86_64 for compatibility.
* Add icu54 package for x86_64 for compatibility.
Categories: Development
Add x86_64 packages for gpgme and its dependencies.
* Update sqlite package for x86_64.
* Update sqlite package for x86_64.
Categories: Development
Update llvm package for x86_64.
Categories: Development
makehaikufloppy: delete.
The last change to it was 2009, in which Stephan said "I have no
idea if this even still works." With the advent of packagefs,
it's even more unlikely that it does, and there's no real need for
it anyway.
If someone happes to have a usecase as well as a patch to make it work,
we can consider re-adding it.
The last change to it was 2009, in which Stephan said "I have no
idea if this even still works." With the advent of packagefs,
it's even more unlikely that it does, and there's no real need for
it anyway.
If someone happes to have a usecase as well as a patch to make it work,
we can consider re-adding it.
Categories: Development
3rdparty: delete CUE file.
Almost certainly doesn't work anymore, and Jam can create ISOs
if needed.
Almost certainly doesn't work anymore, and Jam can create ISOs
if needed.
Categories: Development
ReadMe: fix typo.
Categories: Development
Tracker: get rid of fTrashContextMenu member from DeskWindow...
... as it's useless and shadowing the one in ContainerWindow.
No functional change intended, and none occurs (from my testing).
PVS message V703.
... as it's useless and shadowing the one in ContainerWindow.
No functional change intended, and none occurs (from my testing).
PVS message V703.
Categories: Development
Tracker: Model: use SetToFormat.
Categories: Development
Update llvm package for x86_gcc2.
Categories: Development
Ticket #11482 (pthreads: possible race condition leading to deadlock) closed
fixed:
Applied by hamishm in hrev49149.
Categories: Development
[haiku-development] Re: The next release (Richie Nyhus-Smith)
On 18/04/2015 8:29 AM, Urias McCullough umccullough@xxxxxxxxx wrote:
On Fri, Apr 17, 2015 at 12:23 PM, Richie Nyhus-Smith
richienyhus@xxxxxxxxx wrote:
decision... are we looking to purchase something?
Haiku Inc was offered a licence for a self hosted version of TestRail
...
Categories: Development
[haiku-development] Re: The next release (Urias McCullough)
On Fri, Apr 17, 2015 at 12:23 PM, Richie Nyhus-Smith
richienyhus@xxxxxxxxx wrote:
decision... are we looking to purchase something?
Haiku Inc was offered a licence for a self hosted version of TestRail for
free from the owner.
Ok, I'm assuming we don't have to do anything for this right? Do they
...
Categories: Development
