|
Re: 2 new messages in 1 topic - digest: msg#00004kde.krusader.user
On Friday 01 September 2006 02:19, Father Gordon Gilbert wrote: > Hi again folks, > > Thanks for your help, Csaba. But I've come to a problem already. I > downloaded the file, then did the tar, but when I did the next step, it > said "autoconf not found" so I looked for that, and I have two versions of > autoconf, both newer than required. Am I in the wrong dir or something? Hi! Please note, that FreeBSD differs from linux a bit here. In FreeBSD there is no default autoconf. So I first apply the attached patch to the cvs. It requires 7of9# ls /var/db/pkg | grep auto autoconf-2.59_2 automake-1.9.6 to be installed. Others might work as well, but then you need to adjust the patch. The actual build I do with the attached following script. But this is for development only. Ordinary user should stuck to the port system, which does all the magic for you. Currently 1.70.1 is in the port system. I do not know, where you got a 1.70.0_1 from - this should never have been existed! To further track down your problems, the following questions may help: - where did you get your port tree from? From a cd or via cvsup? - when have you updated your ports tree last time? - how did you install kde & friends? Self compiled or from the binary packages? - what are the installed qt/kde versions? - did the crash give a usefull KCrash message? If KCrash did not come up or contains mainly question marks, the answer is no - could you create a back trace? To do so, start krusader from the konsole via /usr/local/bin/krusader --nocrashhandler After the crash, go into the directory with the .core file and type gdb -c krusader.core /usr/local/bin/krusader On the command prompt, type bt followed by enter. Maybe that you must press enter some times now. The whole output is of interest. Heiner --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "krusader-users" group. To post to this group, send email to krusader-users@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to krusader-users-unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/krusader-users -~----------~----~----~----~------~----~------~--~--- --- admin/detect-autoconf.sh.orig Wed Jul 19 20:47:35 2006 +++ admin/detect-autoconf.sh Thu Jul 20 20:42:42 2006 @@ -10,8 +10,8 @@ # Please add higher versions first. The last version number is the minimum # needed to compile KDE. Do not forget to include the name/version # # separator if one is present, e.g. -1.2 where - is the separator. -KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x -2.60 -2.6x" -KDE_AUTOMAKE_VERS="-1.7 17 -1.6" +KDE_AUTOCONF_VERS="259 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x -2.60 -2.6x" +KDE_AUTOMAKE_VERS="19 -1.7 17 -1.6" # We don't use variable here for remembering the type ... strings. Local # variables are not that portable, but we fear namespace issues with our export QTDIR=/usr/X11R6 export KDEDIR=/usr/local #export CXXFLAGS="-Wcast-align -Wconversion -Wchar-subscripts" make -f Makefile.cvs && libtoolize --force && ./configure --enable-debug=full --build=i386-portbld-freebsd5.5 --build=i386-portbld-freebsd5.5 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --disable-as-needed --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/lib --with-extra-libs=/usr/local/lib --with-extra-includes=/usr/local/include --prefix=/usr/local && touch config.h.in && gmake && krusader/krusader |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Patches for the terminal emulator interaction: 00004, Václav Jůza |
|---|---|
| Next by Date: | Re: Is search dialog really a dialog?: 00004, Shie Erlich |
| Previous by Thread: | Re: 2 new messages in 1 topic - digesti: 00004, Father Gordon Gilbert |
| Next by Thread: | Re: Patches for the terminal emulator interaction: 00004, Karai Csaba |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |