Does anybody have a patch?
knetworkmanager-tray.cpp:502:9: error: 'DEVICE_TYPE_802_3_ETHERNET' was not
declared in this scope
knetworkmanager-tray.cpp:505:9: error: 'DEVICE_TYPE_802_11_WIRELESS' was not
declared in this scope
knetworkmanager-tray.cpp:508:9: error: 'DEVICE_TYPE_GSM' was not declared in
this scope
knetworkmanager-tray.cpp:509:9: error: 'DEVICE_TYPE_CDMA' was not declared in
this scope
All,
The Add Printer Wizard fails to build a driver database because it looks at:
/opt/kde3/bin/make_driver_db_cups
which looks to be a hardwired path in the code. My install is /opt/trinity. I
created the directories /opt/kde3/bin/ and symlinked make_driver_db_cups to get
it to work. This needs to be fixed somewhere in the code to make sure the wizard
looks to the ${prefix} instead of just in /opt/kde3/bin.
--
David C. Rankin, J.D.,P.E.
Baho, Calvin:
The new updates to kdegraphics require a new depends:
depends=('trinity-kdebase' 'libart-lgpl')
will work :)
--
David C. Rankin, J.D.,P.E.
Serghei,
Looking at the CMakeLists.txt, why are SASL and all the groupware options
(WITH_GROUPDAV, WITH_CALDAV, WITH_CARDDAV, WITH_EGROUPWARE, etc..) defaulted to OFF?
I just seems like for the 3.5.13 release, new users will expect the groupware
options and SASL to be 'ON'..
--
David C. Rankin, J.D.,P.E.
Tim, Serghei, Robert, all
kmail is having problems getting to imap folders on my imap server. It sends
over smtp just fine. My server uses SSL (Plain) for imap access. When I attempt
to subscribe to folders on my server (or just open up the server settings), I
get the following error:
SASL authentication is not compiled into kio_imap4.
How do I fix this? Which build flag/option needs to be set? Which package
(kdebase?)
--
David C. Rankin, J.D.,P.E.
Tim, Serghei,
Building kdepim with -DWITH_CALDAV=ON resulted in the following error:
[ 83%] Building CXX object
kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o
cd /home/david/tblds/trinity-kdepim/src/build/kresources/caldav && /usr/bin/c++
-Dkcal_caldav_shared_EXPORTS -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-march=i686 -mtune=generic -O2 -pipe -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT
-include tqt.h -fPIC
-I/home/david/tblds/trinity-kdepim/src/build/kresources/caldav
-I/home/david/tblds/trinity-kdepim/src/kdepim
-I/home/david/tblds/trinity-kdepim/src/kdepim/libkdepim -I/opt/trinity/include
-I/opt/qt/include -I/opt/qt/include/tqt -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libcaldav-0.6.2 -o
CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o -c
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp: In
member function ‘virtual int KCal::CalDavReader::runTasksJob(runtime_info*)’:
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:89:100:
error: ‘caldav_tasks_getall_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:92:141:
error: ‘caldav_tasks_get_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp: In
member function ‘virtual int KCal::CalDavReader::runJournalsJob(runtime_info*)’:
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:123:106: error:
‘caldav_tasks_getall_object’ was not declared in this scope
/home/david/tblds/trinity-kdepim/src/kdepim/kresources/caldav/reader.cpp:126:147: error:
‘caldav_tasks_get_object’ was not declared in this scope
make[2]: *** [kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/reader.cpp.o]
Error 1
make[2]: Leaving directory `/home/david/tblds/trinity-kdepim/src/build'
make[1]: *** [kresources/caldav/CMakeFiles/kcal_caldav-shared.dir/all] Error 2
make[1]: Leaving directory `/home/david/tblds/trinity-kdepim/src/build'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Full cmake options:
cmake ${srcdir}/${_svnmod} \
-DCMAKE_INSTALL_PREFIX=${trinity_prefix} \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DQT_VERSION=3 \
-DWITH_ARTS=ON \
-DWITH_BIRTHDAYS=ON \
-DWITH_CALDAV=ON \
-DWITH_EGROUPWARE=ON \
-DWITH_GROUPDAV=ON \
-DWITH_INDEXLIB=ON \
-DWITH_PAM=ON \
-DWITH_SASL=ON \
-DBUILD_ALL=ON
make
What to try?
--
David C. Rankin, J.D.,P.E.
"David C. Rankin" <drankinatty(a)suddenlinkmail.com> wrote:
>On 05/05/2011 08:45 PM, Baho Utot wrote:
>> On 05/05/2011 09:35 PM, David C. Rankin wrote:
>>> Tim, Serghei, Robert, all
>>>
>>> kmail is having problems getting to imap folders on my imap server. It sends
>>> over smtp just fine. My server uses SSL (Plain) for imap access. When I
>>> attempt to subscribe to folders on my server (or just open up the server
>>> settings), I get the following error:
>>>
>>> SASL authentication is not compiled into kio_imap4.
>>>
>>> How do I fix this? Which build flag/option needs to be set? Which package
>>> (kdebase?)
>>>
>> -DWITH_SASL=ON \
>
>
>-DWITH_SASL=ON fixed it! Thanks. Right now I'm building with:
>
> cmake ${srcdir}/${_svnmod} \
> -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \
> -DCMAKE_VERBOSE_MAKEFILE=ON \
> -DQT_VERSION=3 \
> -DWITH_ARTS=ON \
> -DWITH_BIRTHDAYS=ON \
> -DWITH_CALDAV=ON \
> -DWITH_EGROUPWARE=ON \
> -DWITH_GROUPDAV=ON \
> -DWITH_INDEXLIB=ON \
> -DWITH_PAM=ON \
> -DWITH_SASL=ON \
> -DBUILD_ALL=ON
> make
>
>I had to build libcaldav from AUR. I tried to find libcarddav, but I couldn't
>find a good source. Looks like Tim is building it for deb, but I could get the
>source from quickbuild. Tim - you got a copy handy?
>
>
>--
>David C. Rankin, J.D.,P.E.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
>For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
>Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
>Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>
Hello,
What was the handy command you used for tar it up?
Thanks
Calvin
Serghei Amelian <serghei(a)thel.ro> wrote:
>On Thursday 05 May 2011 22:58:18 Timothy Pearson wrote:
>> Hi Serghei,
>>
>> Have you received the kdegraphics CMake files from Calvin yet? If so,
>> when do you think you may have an initial CMake port in SVN to test?
>
>I did not received it yet.
>
>--
>Serghei
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
>For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
>Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
>Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>
Serghei, All,
To satisfy build dependencies for kdepim I had to install boost. The question
that raised was "would it benefit packages earlier in the build if it were
installed earlier - say as a dependency of kdelibs?"
What say the experts.
--
David C. Rankin, J.D.,P.E.