[interfacekit] OBOS Support kit doesn't compile: solution
- From: Jack Burton <burton666@xxxxxxxxx>
- To: interface@xxxxxxxxxxxxx
- Date: Thu, 19 Sep 2002 20:08:36 +0200
Now that I am a little confident with jam,
I finally found what's the problem with our support kit:
PropertyInfo fails to compile:
Here's the output of gcc:
"/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp: In
method `status_t BPropertyInfo::Unflatten(long unsigned int, const void *,
long int)':
/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp:302:
static_cast from `const void *' to `char *' casts away constness
/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp:305:
static_cast from `const void *' to `char *' casts away constness
/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp:348:
static_cast from `const void *' to `char *' casts away constness
/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp:378:
static_cast from `const void *' to `char *' casts away constness
/boot/home/progetti/openbeos/current/src/kits/app/PropertyInfo.cpp:381:
static_cast from `const void *' to `char *' casts away constness
gcc -c "../../src/kits/app/PropertyInfo.cpp" -O1 -I../../src/kits
-I../../src/kits/app -I../../src/kits/interface -I../../src/kits/support
-I../../src/kits/storage -I../../src/kits/storage/mime
-I../../src/kits/storage/sniffer -I../../headers/private/app
-I../../headers/os/app -I../../headers/private/interface
-I../../headers/os/interface -I../../headers/private/support
-I../../headers/os/support -I../../headers/private/storage
-I../../headers/os/storage -I../../headers/os/add-ons/file_system
-I../../headers/private/shared -o
"../../objects/x86.R1/kits/PropertyInfo.o" ;
...failed C++ ../../objects/x86.R1/kits/PropertyInfo.o ...
...skipped libopenbeos.so for lack of <src!kits>PropertyInfo.o...
...skipped <boot!home!config!lib>libopenbeos.so for lack of
libopenbeos.so..."
etc. etc.
Marc, should I fix it, or will you do it ? :)
--
Qui e' Jack Burton, del Pork-Chop Express,
che parla a chiunque sia in ascolto...
http://digilander.iol.it/burton666/index.html
- Follow-Ups:
- [interfacekit] Re: OBOS Support kit doesn't compile: solution
- From: Erik Jaesler
Other related posts:
- » [interfacekit] OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- » [interfacekit] Re: OBOS Support kit doesn't compile: solution
- [interfacekit] Re: OBOS Support kit doesn't compile: solution
- From: Erik Jaesler