07-15-2009, 06:15 PM,
|
|
choferazo
Junior Member
|
Posts: 4
Threads: 1
Joined: Jul 2009
|
|
Compiling error
Hi, I'm using Ubuntu 8.04 Hardy.
I followed the instructions for installation, but I get an error and well, here it is the output. :cry:
Thanks in advance.
Code: /Desktop/vdrift-2009-06-15$ scons arch=a64
scons: Reading SConscript files ...
Checking for C++ header file asio.hpp... yes
Checking for C++ header file boost/bind.hpp... yes
Checking for C++ header file GL/gl.h... yes
Checking for C++ header file GL/glu.h... yes
Checking for C++ header file SDL/SDL.h... yes
Checking for C++ header file SDL/SDL_image.h... yes
Checking for C++ header file SDL/SDL_rotozoom.h... yes
Checking for C++ header file vorbis/vorbisfile.h... yes
Checking for C++ header file GL/glew.h... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/aabb.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/aabb.cpp
g++ -o build/aabb_space_partitioning.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/aabb_space_partitioning.cpp
g++ -o build/ai.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/ai.cpp
g++ -o build/bezier.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/bezier.cpp
g++ -o build/camera.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/camera.cpp
g++ -o build/car.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/car.cpp
g++ -o build/carcontrolmap_local.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/carcontrolmap_local.cpp
g++ -o build/collision_detection.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/collision_detection.cpp
g++ -o build/configfile.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/configfile.cpp
g++ -o build/containeralgorithm.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/containeralgorithm.cpp
g++ -o build/coordinatesystems.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/coordinatesystems.cpp
g++ -o build/endian_utility.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/endian_utility.cpp
g++ -o build/eventsystem.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/eventsystem.cpp
g++ -o build/fbtexture.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/fbtexture.cpp
g++ -o build/font.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/font.cpp
g++ -o build/forcefeedback.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/forcefeedback.cpp
g++ -o build/game.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/game.cpp
src/game.cpp: In function ‘std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > Tokenize(const std::string&, const std::string&)’:
src/game.cpp:287: warning: comparison is always true due to limited range of data type
g++ -o build/graphics.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/graphics.cpp
g++ -o build/gui.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/gui.cpp
g++ -o build/guipage.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/guipage.cpp
g++ -o build/httpget.o -c -Wall -Wextra -Wno-unused-parameter -pthread -g3 -march=athlon64 -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -Ibullet -I/usr/include/SDL src/httpget.cpp
In file included from /usr/include/asio/impl/io_service.ipp:24,
from /usr/include/asio/io_service.hpp:498,
from /usr/include/asio/basic_io_object.hpp:20,
from /usr/include/asio/basic_socket.hpp:20,
from /usr/include/asio/basic_datagram_socket.hpp:25,
from /usr/include/asio.hpp:18,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/epoll_reactor.hpp:29:59: error: boost/date_time/posix_time/posix_time_types.hpp: No such file or directory
In file included from /usr/include/asio.hpp:62,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/read_until.hpp:23:27: error: boost/regex.hpp: No such file or directory
In file included from /usr/include/asio/detail/timer_queue.hpp:32,
from /usr/include/asio/detail/epoll_reactor.hpp:46,
from /usr/include/asio/impl/io_service.ipp:24,
from /usr/include/asio/io_service.hpp:498,
from /usr/include/asio/basic_io_object.hpp:20,
from /usr/include/asio/basic_socket.hpp:20,
from /usr/include/asio/basic_datagram_socket.hpp:25,
from /usr/include/asio.hpp:18,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/timer_queue_base.hpp:42: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/timer_queue_base.hpp:42: error: ‘time_duration’ declared as a ‘virtual’ field
/usr/include/asio/detail/timer_queue_base.hpp:42: error: expected ‘;’ before ‘wait_duration’
In file included from /usr/include/asio/detail/epoll_reactor.hpp:46,
from /usr/include/asio/impl/io_service.ipp:24,
from /usr/include/asio/io_service.hpp:498,
from /usr/include/asio/basic_io_object.hpp:20,
from /usr/include/asio/basic_socket.hpp:20,
from /usr/include/asio/basic_datagram_socket.hpp:25,
from /usr/include/asio.hpp:18,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/timer_queue.hpp:100: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/timer_queue.hpp:100: error: ‘time_duration’ declared as a ‘virtual’ field
/usr/include/asio/detail/timer_queue.hpp:100: error: expected ‘;’ before ‘wait_duration’
/usr/include/asio/detail/timer_queue.hpp:107: error: expected `;' before ‘virtual’
In file included from /usr/include/asio/impl/io_service.ipp:24,
from /usr/include/asio/io_service.hpp:498,
from /usr/include/asio/basic_io_object.hpp:20,
from /usr/include/asio/basic_socket.hpp:20,
from /usr/include/asio/basic_datagram_socket.hpp:25,
from /usr/include/asio.hpp:18,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/epoll_reactor.hpp: In member function ‘int asio::detail::epoll_reactor<Own_Thread>::get_timeout()’:
/usr/include/asio/detail/epoll_reactor.hpp:536: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/epoll_reactor.hpp:536: error: expected `;' before ‘minimum_wait_duration’
/usr/include/asio/detail/epoll_reactor.hpp:541: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/epoll_reactor.hpp:541: error: expected `;' before ‘wait_duration’
/usr/include/asio/detail/epoll_reactor.hpp:543: error: ‘wait_duration’ was not declared in this scope
/usr/include/asio/detail/epoll_reactor.hpp:543: error: ‘minimum_wait_duration’ was not declared in this scope
/usr/include/asio/detail/epoll_reactor.hpp:547: error: ‘minimum_wait_duration’ was not declared in this scope
/usr/include/asio/detail/epoll_reactor.hpp:547: error: ‘boost::posix_time’ has not been declared
In file included from /usr/include/asio/impl/io_service.ipp:26,
from /usr/include/asio/io_service.hpp:498,
from /usr/include/asio/basic_io_object.hpp:20,
from /usr/include/asio/basic_socket.hpp:20,
from /usr/include/asio/basic_datagram_socket.hpp:25,
from /usr/include/asio.hpp:18,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/select_reactor.hpp: In member function ‘timeval* asio::detail::select_reactor<Own_Thread>::get_timeout(timeval&)’:
/usr/include/asio/detail/select_reactor.hpp:380: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/select_reactor.hpp:380: error: expected `;' before ‘minimum_wait_duration’
/usr/include/asio/detail/select_reactor.hpp:385: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/select_reactor.hpp:385: error: expected `;' before ‘wait_duration’
/usr/include/asio/detail/select_reactor.hpp:387: error: ‘wait_duration’ was not declared in this scope
/usr/include/asio/detail/select_reactor.hpp:387: error: ‘minimum_wait_duration’ was not declared in this scope
/usr/include/asio/detail/select_reactor.hpp:391: error: ‘minimum_wait_duration’ was not declared in this scope
/usr/include/asio/detail/select_reactor.hpp:391: error: ‘boost::posix_time’ has not been declared
In file included from /usr/include/asio/deadline_timer_service.hpp:26,
from /usr/include/asio/basic_deadline_timer.hpp:26,
from /usr/include/asio.hpp:19,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/time_traits.hpp: At global scope:
/usr/include/asio/time_traits.hpp:34: error: ‘posix_time’ is not a member of ‘boost’
/usr/include/asio/time_traits.hpp:34: error: ‘posix_time’ is not a member of ‘boost’
/usr/include/asio/time_traits.hpp:34: error: template argument 1 is invalid
In file included from /usr/include/asio/deadline_timer_service.hpp:27,
from /usr/include/asio/basic_deadline_timer.hpp:26,
from /usr/include/asio.hpp:19,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/detail/deadline_timer_service.hpp: In member function ‘void asio::detail::deadline_timer_service<Time_Traits>::wait(asio::detail::deadline_timer_service<Time_Traits>::implementation_type&, asio::error_code&)’:
/usr/include/asio/detail/deadline_timer_service.hpp:143: error: ‘boost::posix_time’ has not been declared
/usr/include/asio/detail/deadline_timer_service.hpp:143: error: expected `;' before ‘timeout’
/usr/include/asio/detail/deadline_timer_service.hpp:146: error: ‘timeout’ was not declared in this scope
In file included from /usr/include/asio.hpp:36,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/deadline_timer.hpp: At global scope:
/usr/include/asio/deadline_timer.hpp:31: error: ‘posix_time’ is not a member of ‘boost’
/usr/include/asio/deadline_timer.hpp:31: error: ‘posix_time’ is not a member of ‘boost’
/usr/include/asio/deadline_timer.hpp:31: error: template argument 1 is invalid
/usr/include/asio/deadline_timer.hpp:31: error: template argument 2 is invalid
/usr/include/asio/deadline_timer.hpp:31: error: template argument 3 is invalid
/usr/include/asio/deadline_timer.hpp:31: error: invalid type in declaration before ‘;’ token
In file included from /usr/include/asio.hpp:62,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/read_until.hpp:211: error: expected unqualified-id before ‘&’ token
/usr/include/asio/read_until.hpp:211: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/read_until.hpp:242: error: expected unqualified-id before ‘&’ token
/usr/include/asio/read_until.hpp:242: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/read_until.hpp:441: error: expected unqualified-id before ‘&’ token
/usr/include/asio/read_until.hpp:441: error: expected ‘,’ or ‘...’ before ‘&’ token
In file included from /usr/include/asio/read_until.hpp:448,
from /usr/include/asio.hpp:62,
from include/httpget.h:7,
from src/httpget.cpp:1:
/usr/include/asio/impl/read_until.ipp:196: error: expected unqualified-id before ‘&’ token
/usr/include/asio/impl/read_until.ipp:196: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/impl/read_until.ipp: In function ‘size_t asio::read_until(SyncReadStream&, asio::basic_streambuf<Allocator>&)’:
/usr/include/asio/impl/read_until.ipp:199: error: ‘expr’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp: At global scope:
/usr/include/asio/impl/read_until.ipp:206: error: expected unqualified-id before ‘&’ token
/usr/include/asio/impl/read_until.ipp:206: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/impl/read_until.ipp:207: error: redefinition of ‘template<class> size_t asio::read_until(SyncReadStream&, asio::basic_streambuf<Allocator>&)’
/usr/include/asio/impl/read_until.ipp:196: error: ‘template<class> size_t asio::read_until(SyncReadStream&, asio::basic_streambuf<Allocator>&)’ previously declared here
/usr/include/asio/impl/read_until.ipp: In function ‘size_t asio::read_until(SyncReadStream&, asio::basic_streambuf<Allocator>&)’:
/usr/include/asio/impl/read_until.ipp:222: error: ‘match_results’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:222: error: expected primary-expression before ‘>’ token
/usr/include/asio/impl/read_until.ipp:222: error: ‘match_results’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:223: error: ‘regex_search’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:223: error: ‘expr’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:224: error: ‘match_default’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:224: error: ‘match_partial’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:229: error: ‘ec’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:247: error: ‘ec’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:254: error: ‘ec’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp: At global scope:
/usr/include/asio/impl/read_until.ipp:583: error: expected unqualified-id before ‘&’ token
/usr/include/asio/impl/read_until.ipp:583: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/impl/read_until.ipp:657: error: ‘regex’ in namespace ‘boost’ does not name a type
/usr/include/asio/impl/read_until.ipp: In constructor ‘asio::detail::read_until_expr_handler<AsyncReadStream>::read_until_expr_handler(AsyncReadStream&, asio::basic_streambuf<Allocator>&)’:
/usr/include/asio/impl/read_until.ipp:587: error: class ‘asio::detail::read_until_expr_handler<AsyncReadStream>’ does not have any field named ‘expr_’
/usr/include/asio/impl/read_until.ipp:587: error: ‘expr’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:588: error: ‘next_search_start’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:589: error: ‘handler’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp: In member function ‘void asio::detail::read_until_expr_handler<AsyncReadStream>::operator()(const asio::error_code&, size_t)’:
/usr/include/asio/impl/read_until.ipp:617: error: ‘match_results’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:617: error: expected primary-expression before ‘>’ token
/usr/include/asio/impl/read_until.ipp:617: error: ‘match_results’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:618: error: ‘regex_search’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:618: error: ‘expr_’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:619: error: ‘match_default’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:619: error: ‘match_partial’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp: At global scope:
/usr/include/asio/impl/read_until.ipp:693: error: expected unqualified-id before ‘&’ token
/usr/include/asio/impl/read_until.ipp:693: error: expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/asio/impl/read_until.ipp: In function ‘void asio::async_read_until(AsyncReadStream&, asio::basic_streambuf<Allocator>&)’:
/usr/include/asio/impl/read_until.ipp:707: error: ‘match_results’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:707: error: expected primary-expression before ‘>’ token
/usr/include/asio/impl/read_until.ipp:707: error: ‘match_results’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:708: error: ‘regex_search’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:708: error: ‘expr’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:709: error: ‘match_default’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:709: error: ‘match_partial’ is not a member of ‘boost’
/usr/include/asio/impl/read_until.ipp:716: error: ‘handler’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:734: error: ‘handler’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:743: error: ‘expr’ was not declared in this scope
/usr/include/asio/impl/read_until.ipp:743: error: ‘handler’ was not declared in this scope
In file included from src/httpget.cpp:1:
include/httpget.h: At global scope:
include/httpget.h:32: error: field ‘result_’ has incomplete type
include/httpget.h:34: error: field ‘error_output_’ has incomplete type
include/httpget.h: In member function ‘std::string httpget::Getter::GetError() const’:
include/httpget.h:48: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_resolve(const asio::error_code&, asio::ip::basic_resolver_iterator<asio>)’:
src/httpget.cpp:114: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_connect(const asio::error_code&, asio::ip::basic_resolver_iterator<asio>)’:
src/httpget.cpp:140: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_write_request(const asio::error_code&)’:
src/httpget.cpp:156: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_read_status_line(const asio::error_code&)’:
src/httpget.cpp:175: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp:181: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp:194: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_read_headers(const asio::error_code&)’:
src/httpget.cpp:214: error: ‘result_’ was not declared in this scope
src/httpget.cpp:224: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘void httpget::Getter::handle_read_content(const asio::error_code&)’:
src/httpget.cpp:234: error: ‘result_’ was not declared in this scope
src/httpget.cpp:244: error: ‘error_output_’ was not declared in this scope
src/httpget.cpp: In member function ‘std::string httpget::Getter::GetResult() const’:
src/httpget.cpp:264: error: ‘result_’ was not declared in this scope
scons: *** [build/httpget.o] Error 1
scons: building terminated because of errors.
|
|
07-16-2009, 07:18 PM,
|
|
choferazo
Junior Member
|
Posts: 4
Threads: 1
Joined: Jul 2009
|
|
libboost-dev
Hi joevenzon, I checked for libboost-dev, and it's already installed, I don't know what else to do then, thank you.
|
|
07-17-2009, 06:04 PM,
|
|
choferazo
Junior Member
|
Posts: 4
Threads: 1
Joined: Jul 2009
|
|
Again
hi joevenzon, libboost-date-time-dev wasn't installed.... so I did proceed with it's installation, tho it keeps showing up an error compiling :?
I'm following the instructions at "http://wiki.vdrift.net/Compiling" and when compiling I'm using:
'scons arch=a64', also tried only 'scons', but the same result mmh..
Anyways thank you very much for your time :wink:
|
|
07-18-2009, 12:08 PM,
|
|
choferazo
Junior Member
|
Posts: 4
Threads: 1
Joined: Jul 2009
|
|
Yes, too bad, I wanted to play that game so much hehe, it's strange I followed the instructions... and that is much of what I can do, since I don't know anything about technicalities
Thanks anyways for your attention and help.
|
|
07-30-2009, 08:28 PM,
|
|
feldmaus
Junior Member
|
Posts: 34
Threads: 19
Joined: Jul 2005
|
|
Can you list with dpkg all boost AND dev packages which are installed on your system. I still compiled vdrift and had also problems with depencies of the boost packages.
Here is a list of '*boost*dev*' packages which are installed on my system:
http://pastebin.com/f3e470fbd
In your error message is written
...
/usr/include/asio/detail/epoll_reactor.hpp:29:59: error: boost/date_time/posix_time/posix_time_types.hpp: No such file or directory
...
So you have to search for a package contaning the file posix_time_types.hpp. For example you can search on http://www.debian.de/distrib/packages which package contains this file. As result i get the package libboost-date-time-dev, libboost-date-time1.35-dev for Debian lenny(stable).
regards Markus
|
|
02-09-2010, 08:37 PM,
|
|
drifter911
Junior Member
|
Posts: 10
Threads: 0
Joined: Feb 2010
|
|
Help!!
I also have ubuntu 8.04 hardy and i am trying to compile 2009-06-15 and when i try the scons command after doing the previous steps i get this
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 825, in _main
What do i do??
|
|
02-09-2010, 08:40 PM,
|
|
drifter911
Junior Member
|
Posts: 10
Threads: 0
Joined: Feb 2010
|
|
oops
sorry here is the complete text
-@-PC:~$ scons
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 825, in _main
-@-PC:~$
i have replaced my name with dashes
|
|
02-10-2010, 12:08 AM,
|
|
joevenzon
Administrator
|
Posts: 2,679
Threads: 52
Joined: Jun 2005
|
|
Are you following the instructions in the wiki?
http://wiki.vdrift.net/Compiling
After you do
Code: http://wiki.vdrift.net/Compiling
you need to
Code: cd vdrift-2009-06-15
before running
The scons command looks for a file called SConstruct in your current directory. It sounds like you aren't in the correct directory.
|
|
02-11-2010, 01:57 PM,
|
|
drifter911
Junior Member
|
Posts: 10
Threads: 0
Joined: Feb 2010
|
|
Hmmm...
Yeah i had a feeling i wasn't in the right directory.
But the wiki is a little hard for me to understand :? . Do you think you could post instructions with the code?
Thanks
|
|
02-11-2010, 01:58 PM,
|
|
drifter911
Junior Member
|
Posts: 10
Threads: 0
Joined: Feb 2010
|
|
*
and i am in intrepid ibex now not hardy
|
|
|