Let's try gitweb.

http://noxrepo.org/cgi-bin/gitweb.cgi?p=nox;a=summary

I believe you can get a snapshot tarball if you click on tree, then snapshot.

Regards
KK

On 8 December 2010 11:17, Soundararajan Ramaswamy
<soundararaja...@huawei.com> wrote:
> KK,
> Where can I find Nox 0.9? I can only see Nox 0.5 in the Noxrepo download
> page. I am behind a firewall and I couldn’t get the git repository. So I was
> using the tarball.
>
> Thanks
> Soundar
>
> -----Original Message-----
> From: yap...@gmail.com [mailto:yap...@gmail.com] On Behalf Of kk yap
> Sent: Wednesday, December 08, 2010 11:05 AM
> To: Soundararajan Ramaswamy
> Cc: nox-dev@noxrepo.org
> Subject: Re: [nox-dev] Nox make Error - Help needed
>
> Hi Soundararajan,
>
> Are you using gcc 4.4?  A google search for "error ‘EOF’ was not
> declared in this scope" suggests that you might need to include
>
> {{{
> #include <cstdio>
> }}}
>
> at the top of the file.  Let us know if it works.  If possible, we
> would prefer to move on to NOX 0.9, rather than to work with NOX 0.5.
>
> Regards
> KK
>
> On 8 December 2010 10:52, Soundararajan Ramaswamy
> <soundararaja...@huawei.com> wrote:
>> Hello All,
>>
>> I took the  nox-0.5.0~full~beta tar ball from the Nox site. I could do the
>> “configure” but I am getting error when I do the “make”. Can you folks
>> please throw some light on these errors?
>>
>>
>>
>> cona...@conalab186:~/nox/nox/build$ make
>>
>> make  all-recursive
>>
>> make[1]: Entering directory `/home/conalab/nox/nox/build'
>>
>> Making all in src
>>
>> make[2]: Entering directory `/home/conalab/nox/nox/build/src'
>>
>> make  all-recursive
>>
>> make[3]: Entering directory `/home/conalab/nox/nox/build/src'
>>
>> Making all in include
>>
>> make[4]: Entering directory `/home/conalab/nox/nox/build/src/include'
>>
>> make[4]: Nothing to be done for `all'.
>>
>> make[4]: Leaving directory `/home/conalab/nox/nox/build/src/include'
>>
>> Making all in lib
>>
>> make[4]: Entering directory `/home/conalab/nox/nox/build/src/lib'
>>
>> make  all-am
>>
>> make[5]: Entering directory `/home/conalab/nox/nox/build/src/lib'
>>
>> /bin/bash ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
>> -I../../../src/lib -I../..  -DPKGDATADIR=\"/usr/local/share/nox\"
>> -DPKGLIBDIR=\"/usr/local/bin/lib\"
> -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\"
>> -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I
>> ../../../src/include -I../../../src/include/openflow -I/usr/include
>> -D_GNU_SOURCE=1   -D_REENTRANT -D__STDC_LIMIT_MACROS=1
>> -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
>> -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>> -I/usr/include/python2.6 -I../../../src/include/openflow
> -I../../../src/nox
>> -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
>> -Wformat-nonliteral -Wformat-security -g -O2 -MT async_file.lo -MD -MP -MF
>> .deps/async_file.Tpo -c -o async_file.lo ../../../src/lib/async_file.cc
>>
>> mkdir .libs
>>
>>  g++ -DHAVE_CONFIG_H -I. -I../../../src/lib -I../..
>> -DPKGDATADIR=\"/usr/local/share/nox\" -DPKGLIBDIR=\"/usr/local/bin/lib\"
>> -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\"
>> -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I
>> ../../../src/include -I../../../src/include/openflow -I/usr/include
>> -D_GNU_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1
>> -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
>> -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>> -I/usr/include/python2.6 -I../../../src/include/openflow
> -I../../../src/nox
>> -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
>> -Wformat-nonliteral -Wformat-security -g -O2 -MT async_file.lo -MD -MP -MF
>> .deps/async_file.Tpo -c ../../../src/lib/async_file.cc  -fPIC -DPIC -o
>> .libs/async_file.o
>>
>> mv -f .deps/async_file.Tpo .deps/async_file.Plo
>>
>> /bin/bash ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
>> -I../../../src/lib -I../..  -DPKGDATADIR=\"/usr/local/share/nox\"
>> -DPKGLIBDIR=\"/usr/local/bin/lib\"
> -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\"
>> -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I
>> ../../../src/include -I../../../src/include/openflow -I/usr/include
>> -D_GNU_SOURCE=1   -D_REENTRANT -D__STDC_LIMIT_MACROS=1
>> -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
>> -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>> -I/usr/include/python2.6 -I../../../src/include/openflow
> -I../../../src/nox
>> -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
>> -Wformat-nonliteral -Wformat-security -g -O2 -MT async_io.lo -MD -MP -MF
>> .deps/async_io.Tpo -c -o async_io.lo ../../../src/lib/async_io.cc
>>
>>  g++ -DHAVE_CONFIG_H -I. -I../../../src/lib -I../..
>> -DPKGDATADIR=\"/usr/local/share/nox\" -DPKGLIBDIR=\"/usr/local/bin/lib\"
>> -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\"
>> -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I
>> ../../../src/include -I../../../src/include/openflow -I/usr/include
>> -D_GNU_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1
>> -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
>> -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
>> -I/usr/include/python2.6 -I../../../src/include/openflow
> -I../../../src/nox
>> -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
>> -Wformat-nonliteral -Wformat-security -g -O2 -MT async_io.lo -MD -MP -MF
>> .deps/async_io.Tpo -c ../../../src/lib/async_io.cc  -fPIC -DPIC -o
>> .libs/async_io.o
>>
>> ../../../src/lib/async_io.cc: In member function ‘int
>> vigil::Async_stream::read_fully(vigil::Buffer&, ssize_t*, bool)’:
>>
>> ../../../src/lib/async_io.cc:84: error: ‘EOF’ was not declared in this
> scope
>>
>> make[5]: *** [async_io.lo] Error 1
>>
>> make[5]: Leaving directory `/home/conalab/nox/nox/build/src/lib'
>>
>> make[4]: *** [all] Error 2
>>
>> make[4]: Leaving directory `/home/conalab/nox/nox/build/src/lib'
>>
>> make[3]: *** [all-recursive] Error 1
>>
>> make[3]: Leaving directory `/home/conalab/nox/nox/build/src'
>>
>> make[2]: *** [all] Error 2
>>
>> make[2]: Leaving directory `/home/conalab/nox/nox/build/src'
>>
>> make[1]: *** [all-recursive] Error 1
>>
>> make[1]: Leaving directory `/home/conalab/nox/nox/build'
>>
>> make: *** [all] Error 2
>>
>> cona...@conalab186:~/nox/nox/build$ cd ..
>>
>>
>>
>>
>>
>>
>>
>> Thanks
>>
>> Soundar
>>
>>
>>
>> _______________________________________________
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>
>>
>
>

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to