Opened 17 years ago
Closed 17 years ago
#1843 closed bug (fixed)
building Haiku with the cross compiler tools (GCC 2.95) on a debian system fails.
Reported by: | kaoutsis | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
C++ generated/objects/linux/x86/release/build/libbe/app/MessageAdapter.o src/build/libbe/app/MessageAdapter.cpp: In static member function ‘static status_t BPrivate::MessageAdapter::Flatten(uint32, const BMessage*, BDataIO*, ssize_t*)’: src/build/libbe/app/MessageAdapter.cpp:137: error: ‘malloc’ was not declared in this scope src/build/libbe/app/MessageAdapter.cpp:144: error: ‘free’ was not declared in this scope src/build/libbe/app/MessageAdapter.cpp:150: error: ‘free’ was not declared in this scope src/build/libbe/app/MessageAdapter.cpp:157: error: ‘free’ was not declared in this scope [...] and similar errors from missing headers to some other files
I added the missing headers and the build went fine. I will attach the fix_linux_gcc2.53_build.diff
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | fix_linux_gcc2.53_build.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks! Applied in hrev24109.