Hi, after updated to Pycharm 2.7 show always a warning that say:
"External file changes sync may be slow
Native file watcher executable is outdated"
what does exactly mean this warning? have I compatibility problem with my system?
my system is:
ArchLinux, kernel 3.7.6, kde 4.10
thanks!
How did you do the update?
this is the AUR package: https://aur.archlinux.org/packages/pycharm/
and this is the pkgbuild file: https://aur.archlinux.org/packages/py/pycharm/PKGBUILD
Can you check if there is a problem?
thanks
$ pacman -Ql pycharm |grep fsnotifier
pycharm /opt/pycharm/bin/fsnotifier
pycharm /opt/pycharm/bin/fsnotifier64
$ pacman -Qi pycharm |grep Versión
Versión : 2.7-1
$ ls -l /opt/pycharm/bin/fsnotifier*
idea.log (6.2KB)
I tested Pycharm and works normally, maybe this is a little bug...
My system have the same specs than Xavier's: Arch x86_64, KDE SC 4.10, Kernel 3.7.6-1-ARCH with Oracle's Java JDK 7.13 installed:
j:0 /opt/pycharm/bin $ ./pycharm.sh
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
[ 2443] WARN - api.vfs.impl.local.FileWatcher - Native file watcher executable is outdated
Please let me know if you need further logs.
Long story short:
1. Download PKGBUILD manually (https://aur.archlinux.org/packages/py/pycharm/PKGBUILD)
2. Add options=(!strip) to the PKGBUILD anywhere before the build() function
3. Rebuild and install