Benjamin Meyer | 25 Feb 2007 02:13
X-Face
Gravatar

depot

Where is the source code currently located?

The old location doesn't seem to work anymore:
http://ranger.befunk.com/global-cgi-bin/viewcvs.cgi/kde-darwin

In particular I am looking for the old generateapps.sh script from long ago.

-Benjamin Meyer

--

-- 
aka icefox
Public Key: http://www.icefox.net/public_key.asc
_______________________________________________
KDE-Darwin mailing list
KDE-Darwin <at> opendarwin.org
http://www.opendarwin.org/mailman/listinfo/kde-darwin
mike | 20 Aug 2006 21:49

opendarwin.org

what is going on with opendarwin.org?? it was a great resource but i  
guess it took it's site down??

i'm trying to get info that i usually get from kde.opendarwin.org but  
i can't find it. Is there a mirror somewhere??

thanks
mike
Francesco Chicchiriccò | 11 Aug 2006 14:22
Picon

How to start kde apps?

Hi all,
found KDE-Darwin native while browsing the Internet and I think it's  
great.

Following wiki instructions I'm trying to compile (without success  
for the moment - stuck on kdepimlibs) KDE4 against QT4 but I also  
found KDE 3.2 packages and so I installed.

Now the problem: how to start - say - konsole or konqueror? Found an  
error about dcopserver. After starting dcopserver a nice kde window  
(konsole or konqueror) appears on my display but it seems not to  
receive input from keyboard neither from mouse.

Did I miss something?
Thanks.
Michael Larsen | 5 Jul 2006 19:11
Picon

kdelibs-trunk, cmake, and QtDBus

Hello,

I've been trying to build kdelibs-trunk against the Qt/Mac 4.2 preview
(damn you, qt-copy). Although things are working fine, I've had to
hack things to get cmake to do everything properly.

Firstly, cmake doesn't detect Q_WS_MAC, so I've had to enable that
manually

Secondly, cmake *never* adds '-framework QtDBus' to the linker flags.
I've tried setting CMAKE_EXE_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS,
CMAKE_SHARED_LINKER_FLAGS, and CMAKE_LINKER_FLAGS(does cmake actually
look for this one? I didn't see it in the docs, but it seemed
logical). Has anybody else managed to figure this one out? I'm
starting to get tired of editing the build.make files to have it link
against QtDBus all the time (maybe I'm missing something?).

Thanks in advance,

Michael Larsen

--

-- 
The cure for boredom is curiosity.
There is no cure for curiosity.
   -- Dorothy Parker
John Patterson | 31 May 2006 15:53
Picon
Gravatar

Error building Qt3 for KOffice

Hi,

I have been trying to install KOffice on my MacBook Pro and initially  
ran into a problem trying to install XFree86.

I got my Mac installation disk, found the X11SDK.pkg and installed it  
and tried again which seemed to work.

I have XCode 2.2.1 installed.

Now I have come across this error:

...

--->  Packaging tgz archive for perl5.8 5.8.8_0+darwin_8
--->  Installing perl5.8 5.8.8_0+darwin_8
--->  Activating perl5.8 5.8.8_0+darwin_8
--->  Cleaning perl5.8
--->  Fetching qt3
--->  Attempting to fetch qt-x11-free-3.3.6.tar.bz2 from ftp:// 
ftp.trolltech.com/qt/source/
--->  Attempting to fetch qt-upstream-patches-0003.tar.bz2 from  
http://ranger.befunk.com/fink/
--->  Verifying checksum(s) for qt3
--->  Extracting qt3
--->  Configuring qt3
--->  Building qt3 with target all
Error: Target com.apple.build returned: shell command "cd /opt/local/ 
var/db/dports/build/ 
_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp 
(Continue reading)

François-Xavier Payet | 18 Apr 2006 23:24

Error building kacceleratormanager.o

Hi,

I've got a problem building kdelibs. Here's my error message :

Building CXX object kdecore/CMakeFiles/kdecore.dir/kacceleratormanager.o
/Users/foux/kdelibs/kdeui/kactionclasses.h:229: error: expected class- 
name before '{' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:569: error:  
'createToolBarWidget' declared as a 'virtual' field
/Users/foux/kdelibs/kdeui/kactionclasses.h:569: error: expected ';'  
before '(' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:891: error:  
'createToolBarWidget' declared as a 'virtual' field
/Users/foux/kdelibs/kdeui/kactionclasses.h:891: error: expected ';'  
before '(' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:958: error: expected class- 
name before '{' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:1027: error:  
'createToolBarWidget' declared as a 'virtual' field
/Users/foux/kdelibs/kdeui/kactionclasses.h:1027: error: expected ';'  
before '(' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:1048: error: expected  
class-name before '{' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:1156: error:  
'createToolBarWidget' declared as a 'virtual' field
/Users/foux/kdelibs/kdeui/kactionclasses.h:1156: error: expected ';'  
before '(' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:1272: error: expected  
class-name before '{' token
/Users/foux/kdelibs/kdeui/kactionclasses.h:1299: error:  
(Continue reading)

Jason Harris | 14 Nov 2005 16:41
X-Face

Re: Trying to build kdelibs4-snapshot

On Monday 14 November 2005 08:11, you wrote:
> Confirmed!  It's compiling now, hooray!
>

Just when you thought you were rid of me...

scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by target 
`build/dcop/dcopserver'.  Stop.

Looks like a builddir != srcdir problem.  How do I fix it?  I've never done 
bd!=sd.

BTW, neither dcop/ nor build/dcop/ contain libkdeinit_dcopserver.la.  
build/dcop contains libkdeinit_dcopserver.dylib...

thanks,
Jason
--

-- 
KStars: KDE Desktop Planetarium
http://edu.kde.org/kstars
Jason Harris | 12 Nov 2005 16:18
X-Face

Trying to build kdelibs4-snapshot

Hello,

I've compiled qt-mac-opensource-src-4.0.1, and am now attempting to compile 
kdelibs4_snapshot on OSX 10.4.  However, I can't even get it to configure.  
It keeps dying with a "Can't find Qt" error.  In the config.log, I see it 
does find the Qt4 headers, but the test program fails because it can't find a 
file for "-lQtGui_debug".  Is there a step I am missing; perhaps a patched 
admin directory or something that I need?  I am trying to use unsermake 
(because it was my understanding that you have to right now for kde4); would 
I have better luck with bksys or scons?

I tried looking at the wiki, but it seems to be about a year old, so I don't 
know if any of that is relevant anymore.

thanks,
Jason

--

-- 
KStars: KDE Desktop Planetarium
http://edu.kde.org/kstars
bkn | 10 Nov 2005 03:01
X-Face

more on kde4 build


For the sake of trying to generate discussion i was able to compile kdecore on 
panther with some tiny modifications. For some reason bksys didn't detect 
sys/mman.h nor net/if.h, after some hack-ish modifications kdecore builds. 
Now i'm getting the following error:

scons: *** Source `dcop/libkdeinit_dcopserver.la' not found, needed by target 
`build/dcop/dcopserver'.  Stop.
scons: building terminated because of errors

Is this because of an scons dependency error? This doesn't seem like its mac 
related at all. 

thanks,
-b
bkn | 30 Oct 2005 14:58
X-Face

looking at qt4/kde4

Hi,

I'm attempting to compile kdelibs from trunk. it dies fairly quickly because 
of qt includes. I looked at the problem further and hacked some of the scons 
scripts that allowed me to get a little further. However on closer 
inspection, it looks like QT4 doesn't install all the header files correctly. 
I expect to see a series of directories 
in /usr/local/Trolltech/Qt4.0.1/include with header files within the 
directories. After the 'make install' in the qt4 soruce tree there is only 
QtAssistant header files and QtDesigner header files in /usr/local/Trolltech. 

In short, has anyone noticed the install of qt4 on mac os x is missing many 
header files? (i.e. ls /usr/local/Trolltech/Qt-4.0.1/include is much 
different from ls qt-mac-opensource-src-4.0.1/include)

thanks!
Chuck MacKinnon | 10 Oct 2005 07:22
Picon

trying to install kdebase3 on an imac G5

I keep getting the following error:

checking if UIC has KDE plugins available... no
configure: error:
you need to install kdelibs first.

If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if its the
same Qt version, compiled with the same compiler and the same Qt
configuration settings.

I have completely removed all of the darwinports and started again. 
It always comes back to this however.

Any suggestions would be most welcome.

Thanks,
Chuck MacKinnon

Gmane