debug.h and util.h
Mike Bressem
mb at imsc.net
Mon Jan 19 14:19:01 CET 2004
hi,
as described in a previous thread, i have tried to compile xfce 4.0.3 with
the sun forte c-compiler. but the macro definitions seem to differ between
sun and gnu. here's a little example:
debug.h:
#if defined(__SUNPRO_C)
#define DBG(fmt, args) { do {} while(0); }
#define TRACE(fmt, args) { do {} while(0); }
#else
#define DBG(fmt, args...) { do {} while(0); }
#define TRACE(fmt, args...) { do {} while(0); }
#endif
the sun compiler generates much smaller binary files on solaris than the
gcc.
are you interested in supporting the sun forte compiler suite for solaris
systems ?
regards,
mike
--
Internet Management GmbH Auf der Weih 2
Mike Bressem 35745 Herborn - Germany
Tel. +49 2772 4723 - 0
There are only 10 types of people in the world: Fax. +49 2772 4723 - 29
Those who understand binary and those who don't. email: mb at imsc.net
Disclaimer:
===========
This email and any attachments may be confidential and the subject of legal
professional privilege. Any disclosure, use, storage or copying of this
email without the consent of the sender is strictly prohibited. Please
notify the sender immediately if you are not the intended recipient and
then delete the email from your inbox and do not disclose the contents to
another person, use, copy or store the information in any medium.
More information about the Xfce4-dev
mailing list