<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jaroslaw,<br>
i still have the same problem after i have removed the kexi_dummy.cpp
file <br>
when i run make i get this : <br>
<br>
<b>......<br>
make[3]: Entering directory `/home/johndoe/koffice/kexi'<br>
echo '#include <kdemacros.h>' > kexi_dummy.cpp; \<br>
echo 'extern "C" int kdemain(int argc, char* argv[]);' >>
kexi_dummy.cpp; \<br>
echo 'extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) {
return kdemain(argc,argv); }' >> kexi_dummy.cpp<br>
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT
-D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -g3 -fno-inline -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF
-fexceptions -include ../kexi/kexi_global.h -MT kexi_dummy.lo -MD -MP
-MF ".deps/kexi_dummy.Tpo" \<br>
-c -o kexi_dummy.lo `test -f 'kexi_dummy.cpp' || echo
'./'`kexi_dummy.cpp; \<br>
then mv -f ".deps/kexi_dummy.Tpo" ".deps/kexi_dummy.Plo"; \<br>
else rm -f ".deps/kexi_dummy.Tpo"; exit 1; \<br>
fi<br>
kexi_dummy.cpp:3: error: visibility arg must be one of "default",
"hidden", "protected" or "internal"<br>
make[3]: *** [kexi_dummy.lo] Error 1<br>
make[3]: Leaving directory `/home/johndoe/koffice/kexi'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/home/johndoe/koffice/kexi'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/johndoe/koffice'<br>
make: *** [all] Error 2<br>
[johndoe@ws013 koffice]$<br>
</b><br>
Jarosław Staniek wrote:
<blockquote cite="mid436FABF1.1070903@iidea.pl" type="cite">Larry tb
said the following, On 2005-11-07 20:24:
<br>
<br>
<blockquote type="cite">Jaroslaw, answers are in blod
<br>
thx larry
<br>
<br>
Jaros?aw Staniek wrote:
<br>
<br>
<blockquote type="cite">Larry tb said the following, On 2005-11-07
19:21:
<br>
<br>
<blockquote type="cite">Hi Bram :
<br>
First, i m running centos42
<br>
The version of KEXI is installed with subversion, as jstaniek told me.
<br>
GCC version :
<br>
[johndoe@ws013 ~]$ gcc --version
<br>
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
<br>
</blockquote>
<br>
<br>
<br>
Larry,
<br>
<br>
kexi_dummy.cpp existed in koffice 1.4.2.
<br>
What's you kexi version noted in kexi_version.h?
<br>
Should be something like KEXI_VERSION_STRING == "1.0 Beta 1"
<br>
</blockquote>
<br>
<br>
*# define KEXI_VERSION_STRING "1.0 Beta 1 -pre2"*
<br>
<br>
<blockquote type="cite"><br>
BTW, what's your automake and autoconf version?
<br>
</blockquote>
<br>
<br>
*automake --version
<br>
automake (GNU automake) 1.9.2
<br>
Written by Tom Tromey <a class="moz-txt-link-rfc2396E" href="mailto:tromey@redhat.com"><tromey@redhat.com></a>.
<br>
autoconf --version
<br>
autoconf (GNU Autoconf) 2.59
<br>
Written by David J. MacKenzie and Akim Demaille.*
<br>
</blockquote>
<br>
Not bad. You should have removed kexi_dummy.cpp... hmm.. Or try to use
unsermake: <a class="moz-txt-link-freetext" href="http://www.kde.me.uk/index.php?page=unsermake">http://www.kde.me.uk/index.php?page=unsermake</a> ?
<br>
<br>
</blockquote>
</body>
</html>