Re: Can not access CVS version gtkexrta2--Solved

Prakash Bhurke <[email protected]> Wed, 25 Aug 2004 05:01:47 -0700 (PDT)
Newsgroups gmane.comp.scigraphica.gtkextra
Message-ID <[email protected]>
Hi
  Thanks for help. 
  I understood what mistake i was doing.
  I was trying to run cvs login as follows 

****************************************
[praks@praks praks]$ cvs -d
:pserver:[email protected]:/cvsroot/gtkextra-2
 login
Logging in to
:pserver:[email protected]:2401/cvsroot/gtkextra-2
CVS password:
cvs login: authorization failed: server
cvs.sourceforge.net rejected access to
/cvsroot/gtkextra-2 for user anonymous
[praks@praks praks]$
****************************************

I am able to build  gtkextra, it seems working.
But I couldn't buid gtkextra-2 .
May be i require automake 1.7 version.

I am testing gtkextra & gtkextra-2 on Red Hat linux 8
On RH8 .. automake version is 1.6.3
so,  do i need to upgrade automake.

Here is output of commands which i followed to build
gtkextra-2 :
****************************************
praks@praks gtkextra-2]$ ./autogen.sh
Locating m4 macro language processor... found:
/usr/bin/m4
Building files for libtool... done.
Building aclocal.m4... done.
Building configure... done.
Building config header template... WARNING: Using
auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for
`config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a
template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is
needed.])

WARNING: More sophisticated templates can also be
produced, see the
WARNING: documentation.
autoheader: `config.h.in' is created
done.
Building Makefile templates... configure.in:
installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am:7: require version 1.7, but have 1.6.3
gtkextra/Makefile.am:3: require version 1.7, but have
1.6.3
done.

run "./configure ; make"

[praks@praks gtkextra-2]$ ./configure
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether build environment is sane... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... none
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none
needed
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries...
pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions...
yes
checking whether the linker (/usr/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... GNU/Linux
ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in...
no
creating libtool
checking whether to enable maintainer-specific
portions of Makefiles... no
checking for some Win32 platform... no
checking for native Win32... no
checking for ANSI C header files... (cached) yes
checking for gcc option to accept ANSI C... none
needed
checking for an ANSI C-conforming const... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for extra flags for POSIX compliance... none
needed
checking for an ANSI C-conforming const... (cached)
yes
checking for inline... inline
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 1.3.13... yes
checking GTK_CFLAGS...  -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/Xft2
-I/usr/include/freetype2 -I/usr/X11R6/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS...  -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0
-lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-ldl -lglib-2.0
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file:
Makefile.in
[praks@praks gtkextra-2]$
****************************************



Best Reagrds,
Praks

--- "Adrian E. Feiguin" <[email protected]> wrote:

> Hi! If you want to get the latest gtkextra-1 you
> have to do
> 
> cvs -d
>
:pserver:[email protected]:/cvsroot/gtkextra
> co gtkextra
> 
> or, if you want gtkextra-2
> 
> cvs -d
>
:pserver:[email protected]:/cvsroot/gtkextra
> co 
> gtkextra-2
> 
> It works for me here. If it doesn't for you, please
> send a copy of the 
> error message you get, but you shouldn't have
> problems if you follow the 
> instructions in sourceforge.
> (I've just tried it, and it works for me)
> 
> Thank you for your interest in gtkextra!
> Good luck!,
> <ADRIAN>
> 
> 
> Prakash Bhurke wrote
> 
> > Hi,
> >
> >    Great.  Thanks for development of gtkexrta.
> >
> >    I want to test gtkexrta on my machine.
> >
> >    I tryied to dowload cvs version gtkextra-2 from
> source forge using 
> > ' anonymous' user.
> >
> >    But my login request was rejected by CVS
> server.
> >
> >    I can download "gtkextra", but I can not
> download gtkextra-2.
> >
> >    Please suggest , what should i do.
> >
> > Best Regards,
> >
> > Praks
> >
> >  
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> 
> 



		
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285