Author Topic: <Solved>pcmanfm compiling  (Read 1227 times)

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
<Solved>pcmanfm compiling
« on: December 10, 2010, 03:47:36 AM »
i'm trying to compile latest pcmanfm, with debug symbols, from git repositories - with this guide http://wiki.lxde.org/en/PCManFM_build_and_setup_guide and i'm stuck in make step. Here is the log:

[yodelu@localhost pcmanfm]$ git clone git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
Cloning into pcmanfm...
remote: Counting objects: 2662, done.
remote: Compressing objects: 100% (2464/2464), done.
remote: Total 2662 (delta 2129), reused 229 (delta 186)
Receiving objects: 100% (2662/2662), 1.46 MiB | 352 KiB/s, done.
Resolving deltas: 100% (2129/2129), done.
[yodelu@localhost pcmanfm]$ cd pcmanfm/
[yodelu@localhost pcmanfm]$ ./autogen.sh
+ '[' x '!=' x ']'
+ aclocal
+ autoheader --force
+ AUTOMAKE=automake
+ libtoolize -c --automake --force
+ AUTOMAKE=automake
+ intltoolize -c --automake --force
+ automake --add-missing --copy --include-deps
configure.ac:13: installing `./config.guess'
configure.ac:13: installing `./config.sub'
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ autoconf
+ rm -rf autom4te.cache
[yodelu@localhost pcmanfm]$ ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XLIB... yes
checking for GTK... yes
checking for GIO... yes
checking for GMODULE... yes
checking for FM... yes
checking for MENU_CACHE... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating data/Makefile
config.status: creating data/ui/Makefile
config.status: creating data/ui/about.glade
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Ready to make pcmanfm
make  all-recursive
make[1]: Entering directory `/home/yodelu/pcmanfm/pcmanfm'
Making all in src
make[2]: Entering directory `/home/yodelu/pcmanfm/pcmanfm/src'
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/local/share/pcmanfm"\" -DPACKAGE_UI_DIR=\""/usr/local/share/pcmanfm/ui"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0/   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/libfm -I/usr/include/gtk-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/menu-cache -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DG_DISABLE_CAST_CHECKS -Wall -Werror-implicit-function-declaration  -g -O2 -MT pcmanfm-pcmanfm.o -MD -MP -MF .deps/pcmanfm-pcmanfm.Tpo -c -o pcmanfm-pcmanfm.o `test -f 'pcmanfm.c' || echo './'`pcmanfm.c
pcmanfm.c: In function ‘on_unix_signal’:
pcmanfm.c:101: warning: passing argument 2 of ‘g_io_channel_read_chars’ from incompatible pointer type
/usr/include/glib-2.0/glib/giochannel.h:247: note: expected ‘gchar *’ but argument is of type ‘int *’
pcmanfm.c: In function ‘main’:
pcmanfm.c:161: warning: enumeration value ‘SINGLE_INST_SERVER’ not handled in switch
pcmanfm.c: In function ‘pcmanfm_open_folder_in_terminal’:
pcmanfm.c:439: warning: initialization from incompatible pointer type
mv -f .deps/pcmanfm-pcmanfm.Tpo .deps/pcmanfm-pcmanfm.Po
gcc -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_DATA_DIR=\""/usr/local/share/pcmanfm"\" -DPACKAGE_UI_DIR=\""/usr/local/share/pcmanfm/ui"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0/   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/libfm -I/usr/include/gtk-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/menu-cache -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DG_DISABLE_CAST_CHECKS -Wall -Werror-implicit-function-declaration  -g -O2 -MT pcmanfm-app-config.o -MD -MP -MF .deps/pcmanfm-app-config.Tpo -c -o pcmanfm-app-config.o `test -f 'app-config.c' || echo './'`app-config.c
app-config.c: In function ‘fm_app_config_load_from_key_file’:
app-config.c:88: warning: pointer targets in passing argument 4 of ‘fm_key_file_get_bool’ differ in signedness
/usr/include/libfm/libfm/fm-utils.h:34: note: expected ‘gboolean *’ but argument is of type ‘guint *’
app-config.c:97: warning: passing argument 4 of ‘fm_key_file_get_int’ from incompatible pointer type
/usr/include/libfm/libfm/fm-utils.h:33: note: expected ‘int *’ but argument is of type ‘enum FmWallpaperMode *’
app-config.c:138: warning: pointer targets in passing argument 4 of ‘fm_key_file_get_int’ differ in signedness
/usr/include/libfm/libfm/fm-utils.h:33: note: expected ‘int *’ but argument is of type ‘guint *’
app-config.c:139: error: implicit declaration of function ‘FM_FOLDER_VIEW_MODE_IS_VALID’
app-config.c:142: warning: passing argument 4 of ‘fm_key_file_get_int’ from incompatible pointer type
/usr/include/libfm/libfm/fm-utils.h:33: note: expected ‘int *’ but argument is of type ‘enum GtkSortType *’
app-config.c:146: error: implicit declaration of function ‘FM_FOLDER_MODEL_COL_IS_VALID’
app-config.c: In function ‘fm_app_config_load_from_profile’:
app-config.c:164: warning: assignment from incompatible pointer type
app-config.c:204: warning: label ‘_out’ defined but not used
app-config.c:153: warning: unused variable ‘rel_path’
make[2]: *** [pcmanfm-app-config.o] Error 1
make[2]: Leaving directory `/home/yodelu/pcmanfm/pcmanfm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yodelu/pcmanfm/pcmanfm'
make: *** [all] Error 2
[yodelu@localhost pcmanfm]$

Have any ideea ?
Thx !
 
« Last Edit: December 11, 2010, 01:40:55 AM by yodelu »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12506
Re: pcmanfm compiling
« Reply #1 on: December 10, 2010, 04:05:33 AM »
Did you install libfm from git first?


Thanks to everyone who donates. You keep the servers running.

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: pcmanfm compiling
« Reply #2 on: December 10, 2010, 08:56:58 AM »
first time i didn't. now i did installed libfm first (and now, libfm is installed with  ./configure --enable-debug --sysconfdir=/etc)
« Last Edit: December 10, 2010, 09:37:03 AM by yodelu »

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: pcmanfm compiling
« Reply #3 on: December 10, 2010, 12:26:20 PM »
Hi,

This might be very useful to see why pcmanfm is crashing when trying to restore a file from the Trash can or when meeting with other crash issues. Or at least get a message that the pcmanfm developer could use to improve it.
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: pcmanfm compiling
« Reply #4 on: December 11, 2010, 01:40:19 AM »
the problem is solved - i just removed packages (via Synaptic) related to libfm then i (re) installed libfm from git like Tex suggested
Anyway the point is , like melody says, to get pcmanfm's backtrace from gdb. Here it is :
gdb pcmanfm
GNU gdb (GDB) 7.1-2pclos2010 (PCLinuxOS release 2010)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-mandriva-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/pcmanfm...done.
(gdb) run
Starting program: /usr/local/bin/pcmanfm
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.2600.0-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace
[Thread debugging using libthread_db enabled]
[New Thread 0xb3965b70 (LWP 19827)]
[Thread 0xb3965b70 (LWP 19827) exited]
[New Thread 0xb3965b70 (LWP 19829)]
** (pcmanfm:19824): DEBUG: try automount
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090590 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090590 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: on_mount_action_finished
** (pcmanfm:19824): DEBUG: try automount
** (pcmanfm:19824): DEBUG: mount path: Media1
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x80905d0 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x80905d0 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: on_mount_action_finished
** (pcmanfm:19824): DEBUG: try automount
** (pcmanfm:19824): DEBUG: mount path: disk
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x80904d0 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x80904d0 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: on_mount_action_finished
** (pcmanfm:19824): DEBUG: try automount
** (pcmanfm:19824): DEBUG: mount path: Media2
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090510 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090510 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: on_mount_action_finished
** (pcmanfm:19824): DEBUG: try automount
** (pcmanfm:19824): DEBUG: mount path: disk-1
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090550 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: vol-changed
** (pcmanfm:19824): DEBUG: vol: 0x8090550 is changed, mount = (nil)
** (pcmanfm:19824): DEBUG: on_mount_action_finished
** (pcmanfm:19824): DEBUG: mount path: MEDIA3
[Thread 0xb3965b70 (LWP 19829) exited]
[New Thread 0xb3965b70 (LWP 19877)]
[New Thread 0xb2e60b70 (LWP 19878)]
[Thread 0xb2e60b70 (LWP 19878) exited]
[New Thread 0xb2e60b70 (LWP 19883)]
[New Thread 0xb265fb70 (LWP 19884)]
[Thread 0xb265fb70 (LWP 19884) exited]
[Thread 0xb2e60b70 (LWP 19883) exited]

(pcmanfm:19824): GLib-GIO-CRITICAL **: g_file_query_exists: assertion `G_IS_FILE(file)' failed

(pcmanfm:19824): GLib-GIO-CRITICAL **: g_file_make_directory: assertion `G_IS_FILE (file)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb3965b70 (LWP 19877)]
0xb744b39e in g_file_make_directory_with_parents ()
   from /usr/lib/libgio-2.0.so.0
(gdb) bt
#0  0xb744b39e in g_file_make_directory_with_parents ()
   from /usr/lib/libgio-2.0.so.0
#1  0xb7b56e26 in ensure_parent_dir (job=0x836d0f0)
    at job/fm-file-ops-job-delete.c:353
#2  _fm_file_ops_job_untrash_run (job=0x836d0f0)
    at job/fm-file-ops-job-delete.c:402
#3  0xb7b54560 in fm_file_ops_job_run (fm_job=0x0)
    at job/fm-file-ops-job.c:155
#4  0xb7b51c73 in job_thread (job=0x836d0f0, unused=0x0)
    at job/fm-job.c:256
#5  0xb72fb827 in ?? () from /usr/lib/libglib-2.0.so.0
#6  0xb72f9834 in ?? () from /usr/lib/libglib-2.0.so.0
#7  0xb7380885 in start_thread () from /lib/i686/libpthread.so.0
#8  0xb71d666e in clone () from /lib/i686/libc.so.6
(gdb)


the red marked text is related to "try to restore a file from pcmanfm trash can"

thx !

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: <Solved>pcmanfm compiling
« Reply #5 on: December 11, 2010, 08:24:11 AM »
Hi Yodelu,

Seems a very good job to me. Now the only thing missing for a bug report is the git version number you have used. Then it will be possible to go for a bug report as preceedingly. If you want to do this but report, and bring back the url, I will come add a comment to confirm I also met with the bug on the 0.9.9 version we have here. (With the build date, as "rpm -qil pcmanfm" can provide it).

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: <Solved>pcmanfm compiling
« Reply #6 on: December 11, 2010, 10:03:52 AM »
Now the only thing missing for a bug report is the git version number you have used.
if you mean the git version i used for cloning pcmanfm files = is the latest found sin synaptic git-1.7.3.3-1pclos2010.i586.rpm
and if you mean pcmanfm git version, well.. i don't know how to see it  :)
the build (and download) date is 11 December 2010
 

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: <Solved>pcmanfm compiling
« Reply #7 on: December 11, 2010, 11:38:27 AM »
and if you mean pcmanfm git version, well.. i don't know how to see it  :)
the build (and download) date is 11 December 2010
 

This is a valid information. Downloaded and compiled the same day, can only be the right date. For the version, I'm almost sure you had it at the beginning of the download, but never mind. (I have used subversion before but not git so I can't be absolutely sure, maybe someone else will confirm).

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: <Solved>pcmanfm compiling
« Reply #8 on: December 11, 2010, 12:52:11 PM »
 However, i saw that is (already) an opened thread http://sourceforge.net/tracker/?func=detail&aid=3132262&group_id=156956&atid=801864 on this problem
Can you help me to post these results there ? (i saw that you can write better than i do  :) )
 

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: <Solved>pcmanfm compiling
« Reply #9 on: December 11, 2010, 01:23:11 PM »
However, i saw that is (already) an opened thread http://sourceforge.net/tracker/?func=detail&aid=3132262&group_id=156956&atid=801864 on this problem


Good find.

Quote
Can you help me to post these results there ?

 
Done. :)

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: <Solved>pcmanfm compiling
« Reply #10 on: December 12, 2010, 11:27:39 AM »
Hi Yodelu,

Maybe would you want to answer shamuayka here ? https://sourceforge.net/tracker/?func=detail&atid=801864&aid=3132262&group_id=156956
because what he says is the same as your findings, if I remember well what you said about restoring file from Trash.

melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: <Solved>pcmanfm compiling
« Reply #11 on: December 15, 2010, 01:09:54 AM »
thx melodie . Nothing new yet :).
However, i just confirmed the problem there. We have to wait for dev solution..