* [sisyphus] anjuta
@ 2003-10-10 0:47 dark_elf
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: dark_elf @ 2003-10-10 0:47 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
Создаю консольное приложение, и при автогенерации
получаю: src/Makefile.am:12: 'CXXFLAGS' is a user variable, you should not
override it;
и еще кучу предупреждений.
Ну и Auto generation completed...................Unsuccessful.
Как с этим бороться?
[-- Attachment #2: config.log --]
[-- Type: text/x-log, Size: 18419 bytes --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.22-std-smp-alt2
uname -s = Linux
uname -v = #1 SMP Tue Sep 9 15:58:08 MSD 2003
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/chrome/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1502: checking for a BSD-compatible install
configure:1556: result: /bin/install -c
configure:1567: checking whether build environment is sane
configure:1610: result: yes
configure:1643: checking for gawk
configure:1659: found /bin/gawk
configure:1669: result: gawk
configure:1679: checking whether make sets $(MAKE)
configure:1699: result: yes
configure:1878: checking for style of include used by make
configure:1906: result: GNU
configure:1977: checking for gcc
configure:1993: found /usr/bin/gcc
configure:2003: result: gcc
configure:2247: checking for C compiler version
configure:2250: gcc --version </dev/null >&5
i586-alt-linux-gcc (GCC) 3.2.3 (ALT Linux, build 3.2.3-alt1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2253: $? = 0
configure:2255: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,f77,objc,java --program-suffix=-3.2 --enable-objc-gc --with-system-zlib --without-included-gettext --host=i586-alt-linux --build=i586-alt-linux --target=i586-alt-linux
Thread model: posix
gcc version 3.2.3 (ALT Linux, build 3.2.3-alt1)
configure:2258: $? = 0
configure:2260: gcc -V </dev/null >&5
i586-alt-linux-gcc: argument to `-V' is missing
configure:2263: $? = 1
configure:2287: checking for C compiler default output
configure:2290: gcc conftest.c >&5
configure:2293: $? = 0
configure:2339: result: a.out
configure:2344: checking whether the C compiler works
configure:2350: ./a.out
configure:2353: $? = 0
configure:2370: result: yes
configure:2377: checking whether we are cross compiling
configure:2379: result: no
configure:2382: checking for suffix of executables
configure:2384: gcc -o conftest conftest.c >&5
configure:2387: $? = 0
configure:2412: result:
configure:2418: checking for suffix of object files
configure:2440: gcc -c conftest.c >&5
configure:2443: $? = 0
configure:2465: result: o
configure:2469: checking whether we are using the GNU C compiler
configure:2494: gcc -c conftest.c >&5
configure:2497: $? = 0
configure:2500: test -s conftest.o
configure:2503: $? = 0
configure:2516: result: yes
configure:2522: checking whether gcc accepts -g
configure:2544: gcc -c -g conftest.c >&5
configure:2547: $? = 0
configure:2550: test -s conftest.o
configure:2553: $? = 0
configure:2564: result: yes
configure:2581: checking for gcc option to accept ANSI C
configure:2642: gcc -c -g -O2 conftest.c >&5
configure:2645: $? = 0
configure:2648: test -s conftest.o
configure:2651: $? = 0
configure:2669: result: none needed
configure:2687: gcc -c -g -O2 conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2690: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2801: checking dependency style of gcc
configure:2884: result: gcc3
configure:2902: checking for library containing strerror
configure:2933: gcc -o conftest -g -O2 conftest.c >&5
configure:2936: $? = 0
configure:2939: test -s conftest
configure:2942: $? = 0
configure:3001: result: none required
configure:3060: checking for g++
configure:3076: found /usr/bin/g++
configure:3086: result: g++
configure:3102: checking for C++ compiler version
configure:3105: g++ --version </dev/null >&5
i586-alt-linux-g++ (GCC) 3.2.3 (ALT Linux, build 3.2.3-alt1)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3108: $? = 0
configure:3110: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,f77,objc,java --program-suffix=-3.2 --enable-objc-gc --with-system-zlib --without-included-gettext --host=i586-alt-linux --build=i586-alt-linux --target=i586-alt-linux
Thread model: posix
gcc version 3.2.3 (ALT Linux, build 3.2.3-alt1)
configure:3113: $? = 0
configure:3115: g++ -V </dev/null >&5
i586-alt-linux-g++: argument to `-V' missing
configure:3118: $? = 1
configure:3121: checking whether we are using the GNU C++ compiler
configure:3146: g++ -c conftest.cc >&5
configure:3149: $? = 0
configure:3152: test -s conftest.o
configure:3155: $? = 0
configure:3168: result: yes
configure:3174: checking whether g++ accepts -g
configure:3196: g++ -c -g conftest.cc >&5
configure:3199: $? = 0
configure:3202: test -s conftest.o
configure:3205: $? = 0
configure:3216: result: yes
configure:3260: g++ -c -g -O2 conftest.cc >&5
configure:3263: $? = 0
configure:3266: test -s conftest.o
configure:3269: $? = 0
configure:3296: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:3293: `exit' undeclared (first use this function)
configure:3293: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3299: $? = 1
configure: failed program was:
| #line 3279 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3260: g++ -c -g -O2 conftest.cc >&5
configure:3263: $? = 0
configure:3266: test -s conftest.o
configure:3269: $? = 0
configure:3296: g++ -c -g -O2 conftest.cc >&5
configure:3299: $? = 0
configure:3302: test -s conftest.o
configure:3305: $? = 0
configure:3330: checking dependency style of g++
configure:3413: result: gcc3
configure:3433: checking for gcc option to accept ANSI C
configure:3497: gcc -c -g -O2 conftest.c >&5
configure:3500: $? = 0
configure:3503: test -s conftest.o
configure:3506: $? = 0
configure:3521: result: none needed
configure:3537: checking how to run the C preprocessor
configure:3573: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3573:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3573: gcc -E conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3573:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3573: gcc -E -traditional-cpp conftest.c
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3573: gcc -E -traditional-cpp conftest.c
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3573: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3573:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3573: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3573:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3579: $? = 1
configure: failed program was:
| #line 3559 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3655: result: /lib/cpp
configure:3680: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3680:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3686: $? = 1
configure: failed program was:
| #line 3666 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3680: /lib/cpp conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:132,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/syslimits.h:7,
from /usr/lib/gcc-lib/i586-alt-linux/3.2.3/include/limits.h:11,
from configure:3680:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:3686: $? = 1
configure: failed program was:
| #line 3666 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "proj"
| #define VERSION "0.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3754: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/chrome/Projects/proj/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/chrome/Projects/proj/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/chrome/Projects/proj/missing --run autoconf'
AUTOHEADER='${SHELL} /home/chrome/Projects/proj/missing --run autoheader'
AUTOMAKE='${SHELL} /home/chrome/Projects/proj/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='/lib/cpp'
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/chrome/Projects/proj/missing --run makeinfo'
NO_PREFIX_PACKAGE_DATA_DIR=''
NO_PREFIX_PACKAGE_DOC_DIR=''
NO_PREFIX_PACKAGE_HELP_DIR=''
NO_PREFIX_PACKAGE_MENU_DIR=''
NO_PREFIX_PACKAGE_PIXMAPS_DIR=''
OBJEXT='o'
PACKAGE='proj'
PACKAGE_BUGREPORT=''
PACKAGE_DATA_DIR=''
PACKAGE_DOC_DIR=''
PACKAGE_HELP_DIR=''
PACKAGE_MENU_DIR=''
PACKAGE_NAME=''
PACKAGE_PIXMAPS_DIR=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.1'
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/chrome/Projects/proj/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "proj"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "0.1"
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] anjuta
@ 2003-10-11 1:53 ` darkelf
0 siblings, 0 replies; 6+ messages in thread
From: darkelf @ 2003-10-11 1:53 UTC (permalink / raw)
To: sisyphus
В сообщении от 9 Октябрь 2003 15:44 Eugene Ostapets написал(a):
> dark_elf@tut.by пишет:
> >Создаю консольное приложение, и при автогенерации
> >получаю: src/Makefile.am:12: 'CXXFLAGS' is a user variable, you should not
> >override it;
> >и еще кучу предупреждений.
> >Ну и Auto generation completed...................Unsuccessful.
> >Как с этим бороться?
>
> Вариант 1. Не обращать внимания (будет постоянно раздаражать, но к этому
> можно привыкнуть)
> Вариант 2. Заменить в src/Makefile.am CXXFLAGS на AM_CXXFLAGS и
> запретить анюте изменять Makefile.am (тогда вам придется изменять его
> самостоятельно)
> Вариант 3. Исправить в исходниках анюты генеретор Makefile.am и
> исправить этот косметический баг.
хорошо, а что делать с "configure:error: C preprocessor "lib/cpp" fails sanity
check.
И как поправить кодировку в меню wizarda?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] anjuta
2003-10-12 1:58 ` darkelf
@ 2003-10-11 20:54 ` Eugene Ostapets
0 siblings, 0 replies; 6+ messages in thread
From: Eugene Ostapets @ 2003-10-11 20:54 UTC (permalink / raw)
To: darkelf, sisyphus
darkelf пишет:
>В сообщении от 11 Октябрь 2003 14:28 Eugene Ostapets написал(a):
>
>
>>Понятно, локаль CP1251? У меня вылечилось пересборкой в окружении CP1251...
>>А проблема с проектом решилась после установки kernel-headers?
>>
>>
>да, предупреждений куча, но работает :)
>А кроме пересборки кракозябры никак не убрать?
>
>
>
>
Совсем без пересборки - нет, как мне кажется, нужно подправить файл
переводов. В анюте 1.0.2 очень много строк с некорректным или
отсутствующим переводом. Возможно это приводит к эфектам неправильной
кодировки. А моежт и нет:) Я просто пересобрал ее под себя и все
поправилось...
--
С уважением,
Евгений Остапец
+380 44 459 28 79
http://www.unisoft.com.ua
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] anjuta
@ 2003-10-12 1:58 ` darkelf
2003-10-11 20:54 ` Eugene Ostapets
0 siblings, 1 reply; 6+ messages in thread
From: darkelf @ 2003-10-12 1:58 UTC (permalink / raw)
To: sisyphus
В сообщении от 11 Октябрь 2003 14:28 Eugene Ostapets написал(a):
> darkelf пишет:
> >В сообщении от 10 Октябрь 2003 17:18 Eugene Ostapets написал(a):
> >>>хорошо, а что делать с "configure:error: C preprocessor "lib/cpp" fails
> >>>sanity check.
> >>
> >>Ну там много проблем в выводе configure.
> >>Для начала поставь kernel-headers, отработай еще раз ./configure и если
> >>будут непонятные проблемы вместе с логом пришли вывод gcc -v и cpp -v
> >>
> >>>И как поправить кодировку в меню wizarda?
> >>
> >>А в чем продлема? У меня с кодировкой порядок...
>
> Понятно, локаль CP1251? У меня вылечилось пересборкой в окружении CP1251...
> А проблема с проектом решилась после установки kernel-headers?
да, предупреждений куча, но работает :)
А кроме пересборки кракозябры никак не убрать?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] anjuta
2003-10-10 0:47 [sisyphus] anjuta dark_elf
@ 2003-10-13 2:51 ` Vital Khilko
2003-10-14 8:13 ` Diver J Strelok
2 siblings, 1 reply; 6+ messages in thread
From: Vital Khilko @ 2003-10-13 2:51 UTC (permalink / raw)
To: darkelf, sisyphus
Пят, 2003-10-10 у 03:47, dark_elf@tut.by піша:
> Создаю консольное приложение, и при автогенерации
> получаю: src/Makefile.am:12: 'CXXFLAGS' is a user variable, you should not
> override it;
> и еще кучу предупреждений.
> Ну и Auto generation completed...................Unsuccessful.
> Как с этим бороться?
>
>
Использовать Анюту 1.1.97 или (1.2.0), где-то в Даедале вроде как
была...
>
> ______________________________________________________________________
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] anjuta
2003-10-13 2:51 ` Vital Khilko
@ 2003-10-14 8:13 ` Diver J Strelok
0 siblings, 0 replies; 6+ messages in thread
From: Diver J Strelok @ 2003-10-14 8:13 UTC (permalink / raw)
To: dojlid, sisyphus
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
On Mon, 13 Oct 2003 05:51:32 +0300
Vital Khilko <dojlid@mova.org> wrote:
> Использовать Анюту 1.1.97 или (1.2.0), где-то в Даедале вроде как
> была...
А не подскажешь точный линк?
А то я искал и не нашел ;-(
Выкачал с родного сайта .src.rpm поправли спек.... но немогу скомплить
спотыкаетса на Xft2 ;-(
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Have A Nice Night[Day].
WBR, -=DiVeR=-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-10-14 8:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-10 0:47 [sisyphus] anjuta dark_elf
2003-10-11 1:53 ` darkelf
2003-10-12 1:58 ` darkelf
2003-10-11 20:54 ` Eugene Ostapets
2003-10-13 2:51 ` Vital Khilko
2003-10-14 8:13 ` Diver J Strelok
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git