Hi Olaf,

If make complains about missing targets, the configure step did not 
create a working Makefile as it should. Did you read the output of 
configure? It should tell you, that it do not find cxxtools headers. 
Maybe you can send the output of configure here or at least the last say 
20 lines.

I just removed cxxtools from my installation (Fedora 17, 64 bit) and 
checked out a fresh copy of tntnet. I run autogen.sh and ./configure in 
the checked out sources and I get this:

...
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking cxxtools/net/tcpsocket.h usability... no
checking cxxtools/net/tcpsocket.h presence... no
checking for cxxtools/net/tcpsocket.h... no
configure: error: cxxtools headers not found
[tommi@salo ~/tntnet-trunk]$ make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei 
gefunden.  Schluss.
[tommi@salo ~/tntnet-trunk]$

At least the call to make is quite similar to your output. I have also 
the german locale, so that the wording is exactly the same.

Tommi



Am 16.01.2013 10:42, schrieb Olaf Radicke:
> Hello!
>
> I get this error how is written in the Ticket:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673739
>
> I use the latest tar-File form the Website 
> (http://www.tntnet.org/download.html)
> but I and get the same error. If i checkout SVN-Sources i get other errors:
>
> autoconf
> [...]
> automake
> [...]
> configure
> [...]
> [root@augsburg tntnet]# make
> make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.
>   Schluss.
>
>
> I work with Fedora 17 32bit. The fedora tnt rpm package has other troubles....
>
> <bash-code>
>   [root@augsburg or]# yum -y install tntnet tntnet-devel
>
> <!-- switch user -->
>
> or@augsburg:~$ cd /home/or/a-z/git/artikel23-tntnet
>
> or@augsburg:~/a-z/git/artikel23-tntnet$ tntnet-config --project artikel23i
>
> Sample tntnet-project "artikel23i" created.
> To build change to the directory "artikel23i" and run make.
> To run the application execute "tntnet" there.
> To view the page navigate your browser to "http://localhost:8000/";.
>
> or@augsburg:~/a-z/git/artikel23-tntnet$ ls
> artikel23i
>
> or@augsburg:~/a-z/git/artikel23-tntnet$ cd ./artikel23i/
>
> or@augsburg:~/a-z/git/artikel23-tntnet/artikel23i$ ls
>
> artikel23i.ecpp  Makefile  tntnet.conf  tntnet.properties
>
> or@augsburg:~/a-z/git/artikel23-tntnet/artikel23i$ make
> /usr/bin/ecppc   -o artikel23i.cpp artikel23i.ecpp
> g++ -I/usr/include -fPIC -O2   -c -o artikel23i.o artikel23i.cpp
> In file included from /usr/include/tnt/scope.h:35:0,
>                   from /usr/include/tnt/ecpp.h:34,
>                   from artikel23i.cpp:6:
> /usr/include/tnt/object.h:33:33: schwerwiegender Fehler: 
> cxxtools/refcounted.h:
> Datei oder Verzeichnis nicht gefunden
> Kompilierung beendet.
> make: *** [artikel23i.o] Fehler 1
> rm artikel23i.cpp
>
> or@augsburg:~/a-z/git/artikel23-tntnet/artikel23i$ ls
> artikel23i.ecpp  Makefile  tntnet.conf  tntnet.properties
>
> or@augsburg:~/a-z/git/artikel23-tntnet/artikel23i$ find /usr -name
> '*refcounted*'
> /usr/include/boost/flyweight/refcounted.hpp
> /usr/include/boost/flyweight/refcounted_fwd.hpp
> find: `/usr/lib/audit': Keine Berechtigung
>
> </bash-code>
>
> ...So, what can I do now?
>
> thank you and best regards
>
> Olaf
> (Munich, Germany)
>
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> _______________________________________________
> Tntnet-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tntnet-general


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to