标签: slackware

Eclipse在启动时挂起

我在运行Eclipse时遇到问题.我尝试使用java 6和java 7的3.7,4.2和4.3版本.没有什么可以帮助我.它向我显示弹出屏幕,但它没有开始加载(我没有机会选择工作区).使用-debug -console参数启动它表明它在此时停止运行:

Time to load bundles: 10
Starting application: 6374
osgi> 
Run Code Online (Sandbox Code Playgroud)

我已经启动了JVisualVM,但我无法观察到任何特殊的东西.没有死锁等.

编辑

我的观察结果很深......大约60年后,日食的pid已经死了.

编辑2

现在它停止了

Time to load bundles: 8
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
Starting application: 3557
Run Code Online (Sandbox Code Playgroud)

编辑3

我已设法启动它,但只使用-clean参数和从命令行-data参数选择工作区.

java eclipse linux slackware

17
推荐指数
2
解决办法
4万
查看次数

X会完全受伤吗?

在我的slackware GNU/linux系统(EeePC)下,我一直住在linux终端.默认情况下,如果找不到多个Xorg库,GNU Emacs将无法启动.假设我根本不会使用X软件,那么放弃所有这些Xorg的东西并再次编译emacs是否合理?

您是否知道任何可能让我陷入困境或使GNU Emacs完全无法工作的事情?保留所有这些依赖关系对我有什么好处吗?

我问,因为如上所述,我的主箱是一个小存储的eeepc,我危险地达到极限;-)

至少,什么是最小和最小的Xorg库应该保持启动xterm(使用逐出显示)?

问候

linux emacs console slackware xorg

14
推荐指数
2
解决办法
520
查看次数

在slackware上编译2.6.0内核

出于纯粹的好奇心,我尝试在我的slackware机器上编译2.6.0内核.

root@darkstar:/home/linux-2.6.0# uname -a
Linux darkstar 2.6.37.6-smp #2 SMP Sat Apr 9 23:39:07 CDT 2011 i686 Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz GenuineIntel GNU/Linux
Run Code Online (Sandbox Code Playgroud)

当我尝试编译时,我得到: -

root@darkstar:/home/linux-2.6.0# make menuconfig                                                                                         
  HOSTCC  scripts/fixdep
scripts/fixdep.c: In function 'traps':
scripts/fixdep.c:359:2: warning: dereferencing type-punned pointer will break strict-aliasing rules
scripts/fixdep.c:361:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/mconf.o
scripts/kconfig/mconf.c:91:21: error: static declaration of 'current_menu' follows non-static declaration
scripts/kconfig/lkc.h:63:21: note: previous declaration of 'current_menu' was here
make[1]: *** [scripts/kconfig/mconf.o] Error 1 …
Run Code Online (Sandbox Code Playgroud)

slackware linux-kernel

3
推荐指数
1
解决办法
906
查看次数

如何获取expat.h进行git的编译?

我需要git在slackware 14上安装(v 2.0)。

$ make install prefix=/usr/local
Run Code Online (Sandbox Code Playgroud)

在源根目录中运行:

LINK git-http-fetch
CC http-push.o
  http-push.c:17:19: fatal error: expat.h: No such file or directory
  #include <expat.h>
                  ^
  compilation terminated.
  make: *** [http-push.o] Error 1
Run Code Online (Sandbox Code Playgroud)

进行编译缺少什么?

git dependencies compilation slackware build-dependencies

3
推荐指数
2
解决办法
5015
查看次数

Slackware 14.2 64 位上的 ACE lib 编译错误

我正在尝试编译 ACE lib,但编译时出错。

\n\n

我的Linux系统是Slackware 14.2 64位

\n\n

该lib是ACE版本6.1.4(我需要编译的版本)

\n\n

在发布本文之前,我已按照从ACE web构建 ACE 的所有步骤进行操作。

\n\n

如何编译这个lib?

\n\n

这是错误:

\n\n
In file included from /home/cyneo/Downloads/ACE_wrappers/ace/OS_NS_Thread.h:32,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Guard_T.h:26,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Free_List.cpp:7,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Free_List.h:142,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Malloc_T.h:26,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Local_Name_Space.h:20,\n             from Local_Name_Space.cpp:3:\n/home/cyneo/Downloads/ACE_wrappers/ace/os_include/os_sched.h:47:6: error: conflicting declaration \xe2\x80\x98typedef struct cpu_set_t cpu_set_t\xe2\x80\x99\n} cpu_set_t;\n  ^~~~~~~~~\n\nIn file included from /usr/include/sched.h:44,\n             from /usr/include/pthread.h:23,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/os_include/os_pthread.h:51,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/OS_NS_Thread.h:31,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Guard_T.h:26,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Free_List.cpp:7,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Free_List.h:142,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Malloc_T.h:26,\n             from /home/cyneo/Downloads/ACE_wrappers/ace/Local_Name_Space.h:20,\n             from Local_Name_Space.cpp:3:\n/usr/include/bits/cpu-set.h:42:3: nota: previous declaration as \xe2\x80\x98typedef struct cpu_set_t cpu_set_t\xe2\x80\x99\n } cpu_set_t;\n\nIn file included …
Run Code Online (Sandbox Code Playgroud)

c++ linux compilation slackware ace

3
推荐指数
1
解决办法
1872
查看次数

Vi 编辑和光标位置在行尾?

当我使用vi(我认为所调用猫王默认Slackware的13.37),我可以插入文本预期,但是当我编辑了错别字使用ESC x光标移动键l,以及$地方上的最后一个字母的光标,而不是超越因此,它迫使我在最后一个字母的左侧插入任何新文本,这实际上是在强制打字错误,除非我一直删除到一个空格。实际的箭头键通常可以让我超越最后一个字母,但并非总是如此。

为了帮助解释我在做什么:

This is text with a tttypog
Run Code Online (Sandbox Code Playgroud)

我用 ESC x

This is text with a typog
Run Code Online (Sandbox Code Playgroud)

但是ESC lorESC $只允许我将光标移动到 g 从而迫使我只在 g 的左侧插入任何新文本

This is text with a typoraphicalg
Run Code Online (Sandbox Code Playgroud)

难道我做错了什么?

linux vi vim text-editor slackware

0
推荐指数
1
解决办法
2322
查看次数