LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-13-2010, 01:52 AM   #1
adityachs
LQ Newbie
 
Registered: Oct 2010
Posts: 3

Rep: Reputation: 0
Help required in installing Anjuta & Pango in CYGWIN


Hi,

I am very new to Linux. I want to work on GTK. As I came from VB background, I want to use Anjuta IDE to start my design.

I installed CYGWIN. When I am trying to install anjuta , I am getting error saying GLIB and Unique1.0 not found :

Code:
$ ./configure  --prefix=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler...
checking for library containing strerror... none required
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) 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 the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
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 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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -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/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
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... no
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking return type of signal handlers... void
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB... no
configure: error: Package requirements (glib-2.0 >= 2.18.0 
gobject-2.0 >= 2.18.0 gmodule-2.0 >= 2.18.0 gthread-2.0 >= 
2.18.0 gio-2.0 >= 2.18.0 unique-1.0 >= 1.0.0) were not met
No package 'unique-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I already have GLIB (glib-2.27.0). I am not sure why its throwing error. When I try to install libunique-1.1.4(also tried 1.6), I am getting strange compilation errors.

Code:
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4'
Making all in build
make[2]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'

Making all in autotools
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build/
autotools'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build/a
utotools'
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'

make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'
make[2]: Leaving directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/build'
Making all in unique
make[2]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
'
make  all-recursive
make[3]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
'
Making all in bacon
make[4]: Entering directory `/cygdrive/d/softwares/llynux/libunique-1.1.4/unique
/bacon'
  CC     libunique_bacon_la-uniquebackend-bacon.lo
In file included from ../../glib/gstdio.h:24,
                 from uniquebackend-bacon.c:41:
../../glib/gprintf.h:23:18: error: glib.h: No such file or directory
In file included from ../../glib/gstdio.h:24,
                 from uniquebackend-bacon.c:41:
../../glib/gprintf.h:29: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `gint'
../../glib/gprintf.h:31: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_fprintf'
../../glib/gprintf.h:34: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_sprintf'
../../glib/gprintf.h:38: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vprintf'
../../glib/gprintf.h:40: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vfprintf'
../../glib/gprintf.h:43: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vsprintf'
../../glib/gprintf.h:46: error: expected `=', `,', `;', `asm' or `__attribute__'
 before `g_vasprintf'
In file included from uniquebackend-bacon.c:41:
../../glib/gstdio.h:28: error: expected `=', `,', `;', `asm' or `__attribute__'
before `G_BEGIN_DECLS'
cc1: warnings being treated as errors
../../glib/gstdio.h:74: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:74: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:77: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:77: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:81: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:81: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:84: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:84: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:87: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:87: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:90: error: type defaults to `int' in declaration of `gchar'
../../glib/gstdio.h:90: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:127: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:127: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:130: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:130: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:135: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:135: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:137: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:137: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:139: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:139: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:141: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:141: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:144: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:144: error: expected `;', `,' or `)' before `*' token
../../glib/gstdio.h:152: error: type defaults to `int' in declaration of `gchar'

../../glib/gstdio.h:152: error: expected `;', `,' or `)' before `*' token
In file included from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
../uniqueapp.h:25:25: error: glib-object.h: No such file or directory
In file included from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:21: error: gio/gio.h: No such
file or directory
In file included from /usr/include/gtk-2.0/gdk/gdkscreen.h:31,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/cairo/cairo.h:85: error: expected `=', `,', `;', `asm' or `__attrib
ute__' before `int'
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-coverage.h:29: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `typedef'
/usr/include/pango-1.0/pango/pango-coverage.h:38: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:39: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:40: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:41: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
/usr/include/pango-1.0/pango/pango-coverage.h:42: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:44: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:47: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:50: error: expected `)' before `*'
 token
/usr/include/pango-1.0/pango/pango-coverage.h:53: error: expected `=', `,', `;',
 `asm' or `__attribute__' before `*' token
In file included from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-types.h:28: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-types.h:43: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `PangoGlyph'
/usr/include/pango-1.0/pango/pango-types.h: In function `pango_units_from_double
':
/usr/include/pango-1.0/pango/pango-types.h:64: error: expected declaration speci
fiers before `G_GNUC_CONST'
/usr/include/pango-1.0/pango/pango-types.h:65: error: expected `=', `,', `;', `a
sm' or `__attribute__' before `G_GNUC_CONST'
/usr/include/pango-1.0/pango/pango-types.h:72: error: empty declaration
In file included from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-gravity.h:27: error: expected declaration spe
cifiers before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-gravity.h:56: error: expected declaration spe
cifiers before `PangoGravity'
/usr/include/pango-1.0/pango/pango-gravity.h:81: error: storage class specified
for parameter `PangoGravityHint'
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:97,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-matrix.h:28: error: expected declaration spec
ifiers before `G_BEGIN_DECLS'
/usr/include/pango-1.0/pango/pango-matrix.h:52: error: empty declaration
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:97,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-matrix.h:87: error: expected declaration spec
ifiers before `GType'
/usr/include/pango-1.0/pango/pango-matrix.h:89: error: expected declaration spec
ifiers before `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:90: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:92: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:95: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:98: error: expected `)' before `*' t
oken
/usr/include/pango-1.0/pango/pango-matrix.h:100: error: expected `)' before `*'
token
/usr/include/pango-1.0/pango/pango-matrix.h:102: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:102: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:105: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:105: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:108: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:108: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:110: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:110: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:112: error: type defaults to `int' i
n declaration of `PangoMatrix'
/usr/include/pango-1.0/pango/pango-matrix.h:112: error: expected `;', `,' or `)'
 before `*' token
/usr/include/pango-1.0/pango/pango-matrix.h:115: error: expected declaration spe
cifiers before `G_END_DECLS'
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:98,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../unique/uniquemessage.h:26,
                 from ../uniqueapp.h:26,
                 from ../uniqueinternals.h:6,
                 from uniquebackend-bacon.c:43:
/usr/include/pango-1.0/pango/pango-script.h:125: error: storage class specified
for parameter `PangoScript'
/usr/include/pango-1.0/pango/pango-script.h:127: error: expected declaration spe
cifiers before `PangoScript'
/usr/include/pango-1.0/pango/pango-script.h:129: error: expected declaration spe
cifiers before `PangoScriptIter'
/usr/include/pango-1.0/pango/pango-script.h:131: error: expected `)' before `*'
token
make[4]: *** [libunique_bacon_la-uniquebackend-bacon.lo] Error 1
make[3]: *** [all-recursive] Interrupt
make[2]: *** [all] Interrupt
make[1]: *** [all-recursive] Interrupt
make: *** [all] Interrupt

So, I downloaded libunique-2.90.1 which requires gtk+-2.91.0 which requires glib-2.27.0(already have it), cairo-1.10.0, gdk-pixbuf-2.22.0, pixman-0.19.4 and pango-1.28.3.

I was able to intall all except pango ,


Code:
$ ./configure --prefix=/usr/local
<<works fine>>
$ make
make  all-recursive
make[1]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3'
Making all in pango
make[2]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
make  all-recursive
make[3]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
Making all in opentype
make[4]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango/opentype'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango/opentype'
Making all in mini-fribidi
make[4]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango/mini-fribidi'
make[4]: Nothing
 to be done for `all'.
make[4]: Leaving directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango/mini-fribidi'
make[4]: Entering directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
  CC     module-defs-lang.lo
  GEN    pango-win32-res.o
  CCLD   libpango-1.0.la
Creating library file: .libs/libpango-1.0.dll.a
  CC     module-defs-x.lo
windres pangox.rc pangox-win32-res.o
make[4]: *** No rule to make target `pangox.def', needed by `libpangox-1.0.la'.  Stop.
make[4]: Leaving directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/cygdrive/d/softwares/llynux/pango-1.28.3/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
 `/cygdrive/d/softwares/llynux/pango-1.28.3'
make: *** [all] Error 2

Request you to help me in resolving this issue. I am not sure whether I can install Anjuta or not...but atleast this problem resolved I will try to move further.
 
Old 10-13-2010, 12:27 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Do you have glib-dev as well as glib?
 
Old 10-13-2010, 01:28 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Anjuta is a gui and the last time i used cygwin ( MinGW mostly ) there was no gui unless you built one using the old xfree86
the easiest would be just the xfree86 ( 8bit ui)

mind you it has been a bit but i was able to get kde 2 to install on a windows xp/cygwin box
but it was just too slow to be of use , seeing as everything was passing through just ONE dll ( cygwin.dll)

IF you are going to just build linux programs on windows -- use mingw
if you just want to run aprox. 70 % of linux programs on windows , then cygwin

but if you want to learn linux
INSTALL A LINUX DISTRO!
i would start with Mint or Ubuntu
 
Old 10-14-2010, 03:23 AM   #4
adityachs
LQ Newbie
 
Registered: Oct 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Tinkster View Post
Do you have glib-dev as well as glib?
Hi,
Thanks for the quick responce.

No, I didnt find glib-dev package anywhere in http://ftp.acc.umu.se/pub/GNOME/sources/


Quote:
Originally Posted by John VV View Post
Anjuta is a gui and the last time i used cygwin ( MinGW mostly ) there was no gui unless you built one using the old xfree86
the easiest would be just the xfree86 ( 8bit ui)

mind you it has been a bit but i was able to get kde 2 to install on a windows xp/cygwin box
but it was just too slow to be of use , seeing as everything was passing through just ONE dll ( cygwin.dll)

IF you are going to just build linux programs on windows -- use mingw
if you just want to run aprox. 70 % of linux programs on windows , then cygwin

but if you want to learn linux
INSTALL A LINUX DISTRO!
i would start with Mint or Ubuntu
Hi,Thanks for the suggestions. I installed Gnome option while installing Cygwin. I was able to open a blank GUI when i type XWin in cygwin box. Later I was able to launch nedit in xwin (typed nedit @ cygwin box, it opened in Xwin).
I dont know what is xfree86. I need to google it.

I will be building very less programs in Linux. I installed mingw (not gui)also. But I don't know how to use it and what will be the difference between cygwin & mingw. (I am too dumb )

I have Solaris at office, but I cant install/disturb the env. Earlier I installed Ubuntu on my PC. But a newbie its very difficult to migrate from M$. So, I could not continue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hep required on how to use cygwin XDMCP on windows to display Fedora 9 GDM window bstacey Linux - Newbie 0 12-01-2008 04:57 PM
Pango won't install because GLib >=2.4 is required!? black hole sun Linux - Software 18 09-08-2004 07:13 PM
cygwin & rs232/com port & getty access tomjermy Linux - Software 0 07-09-2004 08:08 AM
installing GTK+2.2.0 (issues with atk-1.2.0 & pango-1.2.0) jlewis_linux Linux - Software 6 06-10-2003 12:21 PM
Anjuta & SDL mvendramini Linux - Software 0 05-13-2003 07:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration