Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Eterm problem...

[es] :: Linux desktop okruženja :: Eterm problem...

[ Pregleda: 5486 | Odgovora: 10 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

S33k

Član broj: 934
Poruke: 27
*.net.hinet.hr



Profil

icon Eterm problem...23.10.2001. u 10:53 - pre 273 meseci
Nako sto sam downloada Eterm pokusao sam ./configure... ali izbacilo je gresku:

ERROR: You need the LibAST package to build Eterm
. If you already have it,
you may have it installed in a strange pla
ce, or you may need to run
/sbin/ldconfig. If you don't have it, I c
an download it for you.
Shall I retrieve and build LibAST now (y/n
)?
y
configure: error: Fatal: libast not found.

E sad ja sam skinuo libAST i instalirao ... tako da ne znam zasto ga ne
moze pronaci ?
Probao sam takoder ldconfig... ali opet ista greska...

Oboje su instalirani u home diru...\


Hvala
I love U America... Stifmaster is
here...
 
Odgovor na temu

m r v a

Član broj: 8
Poruke: 1843
*.yubc.net



Profil

icon Re: Eterm problem...23.10.2001. u 11:23 - pre 273 meseci
Citat:
S33k je napisao:
Oboje su instalirani u home diru...\

Eeeee, ako je instalirano lokalno, moras i autoconf-u da prosledis _lokaciju_ gde si instalirao, configure skripta trazi instalirane potrepshtine root-wide, tako da je error sasvim na mestu ....

Probaj sa ./configure --help i pogledaj koji je trigger za LibAST, zatim parsuj to configure skripti kroz npr:
Code:
./configure --moji-prefixi --with-libast


Javi sta si uradio ....
 
Odgovor na temu

S33k

Član broj: 934
Poruke: 27
*.net.hinet.hr



Profil

icon Re: Eterm problem...23.10.2001. u 23:08 - pre 273 meseci
hmm jesam ./configure --help... ali nema --with--libAST...
ima samo with imlib....
E zaboravih ova poruka mi dode najprije...


configure: warning: *** Pixmap support has been disabled because Imlib2 was not found ***
configure: warning: *** or could not be linked. Eterm should still work
configure: warning: *** not be very happy. Check config.log for more detailed ***
configure: warning: *** information on why my attempt to link with Imlib2 failed. **options] [host]


a ./configure --help ide vako....

Options: [defaults in brackets after descriptions]
Configuration:
--cache-file=FILE cache test results in FILE
--help print this message
--no-create do not create output files
--quiet, --silent do not print `checking...' messages
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[same as prefix]
--bindir=DIR user executables in DIR [EPREFIX/bin]
--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
--libexecdir=DIR program executables in DIR [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data in DIR
[PREFIX/com]
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
--libdir=DIR object code libraries in DIR [EPREFIX/lib]
--includedir=DIR C header files in DIR [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
--infodir=DIR info documentation in DIR [PREFIX/info]
--mandir=DIR man documentation in DIR [PREFIX/man]
--srcdir=DIR find the sources in DIR [configure dir or ..]
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM
run sed PROGRAM on installed program names
Host type:
--build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [guessed]
--target=TARGET configure for TARGET [TARGET=HOST]
Features and packages:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
--enable and --with options recognized:
--with-cc=compiler force Eterm to build with a particular compiler (like pgcc, eg
cs, etc.)
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS] optimize for fast installation [default=yes]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--with-dmalloc use dmalloc, as in
ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz
--with-x use the X Window System
--with-debugging[=num] enable debugging output, num is an integer 0-9
--with-pty-group[=gid] specify the group that should own pty files
--with(out)-saved-uids specify that your OS has (does not have) saved uids, default i
s to guess
--with-pablo[=DIR] compile with Pablo I/O Tracing support (using Pablo prefix DIR
)
--enable-profile compile with code profiling macros enabled
--with-imlib[=DIR] compile with Imlib support (Imlib residing in DIR/lib) (defaul
t)
--enable-trans compile with transparency support
--enable-mmx enable MMX assembly routines
--enable-utmp compile with utmp support
--More----with-x use the X Window System
--with-debugging[=num] enable debugging output, num is an integer 0-9
--with-pty-group[=gid] specify the group that should own pty files
--with(out)-saved-uids specify that your OS has (does not have) saved uids, default i
s to guess
--with-pablo[=DIR] compile with Pablo I/O Tracing support (using Pablo prefix DIR
)
--enable-profile compile with code profiling macros enabled
--with-imlib[=DIR] compile with Imlib support (Imlib residing in DIR/lib) (defaul
t)
--enable-trans compile with transparency support
--enable-mmx enable MMX assembly routines
--enable-utmp compile with utmp support
--with-backspace=KEY force backspace to send KEY (KEY is either "bs" for ^H or "del
" for ^?)
--with-delete=SETTING force delete to SETTING ("server" to use the X server value al
ways,
"execute" to send the old default execute escape sequence,
or a quoted string to use a specific string)
--with-home=SEQUENCE specify which sequence to use for the Home key (xterm, linux,
or vt102)
--with-end=SEQUENCE specify which sequence to use for the End key (xterm, linux, o
r vt102)
--without-mousewheel disable built-in mousewheel support
--enable-multi-charset compile with multibyte font support
--enable-xim compile with XIM support (default)
--enable-greek compile with support for Greek keyboards
--with-config-buffer-size
specifies the size of the buffer Eterm uses for parsing the con
fig file (default is 20 Kb)
--without-terminfo do not compile the Eterm terminfo file
--with-theme-update existing themes will be forceably removed and new ones install
ed
--disable-stack-trace disable stack trace on abnormal termination
--without-sense-of-humor Specify this if you have no sense of humor



libast mi je instaliran u home kao i eterm....


[Ovu poruku je menjao S33k dana 23.10.2001 u 09:45 PM GMT]
I love U America... Stifmaster is
here...
 
Odgovor na temu

m r v a

Član broj: 8
Poruke: 1843
*.yubc.net



Profil

icon Re: Eterm problem...24.10.2001. u 01:11 - pre 273 meseci
a yesi probao sa ./configure --with-imlib=/path ???
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
194.106.163.*

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: Eterm problem...24.10.2001. u 01:22 - pre 273 meseci
Pogledaj na kraj fajla config.log, vidi šta kaže...
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

S33k

Član broj: 934
Poruke: 27
*.net.hinet.hr



Profil

icon Re: Eterm problem...24.10.2001. u 01:34 - pre 273 meseci
Citat:
m r v a je napisao:
a yesi probao sa ./configure --with-imlib=/path ???


Ma kakvi same SHITTT....


random:
u config.log ima jedno 15 stana teksta....

I love U America... Stifmaster is
here...
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
194.106.163.*

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: Eterm problem...24.10.2001. u 02:18 - pre 273 meseci
Rekoh ti da pogledaš kraj.
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

m r v a

Član broj: 8
Poruke: 1843
*.yubc.net



Profil

icon Re: Eterm problem...24.10.2001. u 03:37 - pre 273 meseci
hahahaha

ovaj....nikad nisam build-ovo Eterm ali ......nije valjda da traže da se taj trigger uključi da bi uspesno prosla skripta ???

heh, čudan smisao za humor !
 
Odgovor na temu

S33k

Član broj: 934
Poruke: 27
*.net.hinet.hr



Profil

icon Re: Eterm problem...24.10.2001. u 12:16 - pre 273 meseci
Evo kraj config.log-a ...

nt main() {

/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strcasepbrk) || defined (__stub___strcasepbrk)
choke me
#else
strcasepbrk();
#endif

; return 0; }
configure:4202: checking for strrev
configure:4230: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
/tmp/ccIjVmYQ.o: In function `main':
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char login();

int main() {
login()
; return 0; }
configure:4407: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4429: checking for library containing logout
configure:4447: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4491: checking for library containing getpwuid
configure:4509: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4553: checking for debugging level
configure:4586: checking for ptsname
configure:4614: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4635: checking for grantpt
configure:4635: checking for grantpt
configure:4663: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4684: checking for unlockpt
configure:4712: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4733: checking for pty mechanism
configure:4762: checking for pty group
configure:4802: checking for saved uids
configure:4839: checking for XOpenDisplay in -lX11
configure:4858: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4892: checking for XextAddDisplay in -lXext
configure:4911: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4946: checking for XShapeQueryExtension in -lXext
configure:4965: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:4991: checking for _Xsetlocale in -lX11
configure:5010: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
/tmp/cceDzmar.o: In function `main':
/home/cody/prog/Eterm-0.9.1/configure:5006: undefined reference to `_Xsetlocale'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4999 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _Xsetlocale();

int main() {
_Xsetlocale()
; return 0; }
configure:5041: checking for XmuInternAtom in -lXmu
configure:5060: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:5137: checking if Pablo support is wanted
configure:5242: checking if profiling macros should be included
configure:5261: checking for pixmap support
configure:5289: checking for dlopen in -ldl
configure:5308: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:5329: checking for TT_Init_FreeType in -lttf
configure:5348: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
configure:5369: checking for imlib_create_image in -lImlib2
configure:5388: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
/usr/i386-slackware-linux/bin/ld: cannot find -lImlib2
collect2: ld returned 1 exit status
configure: failed program was:
#line 5377 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */

char imlib_create_image();

int main() {
imlib_create_image()
; return 0; }
configure:5430: checking for transparency support
configure:5454: checking for MMX support
configure:5488: checking for libast_malloc in -last
configure:5507: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib conftest$
/tmp/ccTBcArS.o: In function `main':
/home/cody/prog/Eterm-0.9.1/configure:5503: undefined reference to `libast_malloc'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5496 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char libast_malloc();

int main() {
libast_malloc()
; return 0; }




I love U America... Stifmaster is
here...
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
194.106.163.*

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: Eterm problem...24.10.2001. u 16:54 - pre 273 meseci
Aha, pa eto ti. Proveri gde se nalazi libast.so. Možda ćeš morati da malo edituješ configure skript...
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

Jovan Marjanovic
HP GmbH
Stuttgart

Član broj: 942
Poruke: 456
*.dip0.t-ipconnect.de

ICQ: 42
Sajt: www.hp.com


Profil

icon Re: Eterm problem...30.12.2001. u 10:11 - pre 270 meseci
Kao sto ti je rekla konfiguraciona skripta, za naj noviji Eterm ti treba imlib2 za koji sumnjam da dolazi sa bilo kojom distribucijom linuxa.
Prvo to instaliraj, pa onda libast, pa onda probaj da zbildas Eterm 0.9.x
Za automatsko dobijanje Super Moderatorskog statusa na Elitesecurity forumima pritisnite Alt+F4
 
Odgovor na temu

[es] :: Linux desktop okruženja :: Eterm problem...

[ Pregleda: 5486 | Odgovora: 10 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.