Compiling error - choferazo - 07-15-2009
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.
- joevenzon - 07-15-2009
Try installing package libboost-dev. It sounds like the ubuntu package manager didn't realize that it needed to install boost as a dependency of ASIO.
libboost-dev - choferazo - 07-16-2009
Hi joevenzon, I checked for libboost-dev, and it's already installed, I don't know what else to do then, thank you.
- joevenzon - 07-17-2009
Try libboost-date-time-dev
Again - choferazo - 07-17-2009
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:
- joevenzon - 07-17-2009
My guess is now the error is that it's missing some other boost library.... I'm not sure why they all weren't installed when you installed libboost-dev
- choferazo - 07-18-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.
- feldmaus - 07-30-2009
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
- joevenzon - 07-31-2009
On my system (Ubuntu Jaunty):
Code: Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-======================================================================-==========================================================-============================================
un libboost-date-time-dev <none> (no description available)
ii libboost-date-time1.35-dev 1.35.0-8ubuntu5 set of date-time libraries based on generic
un libboost-date-time1.36-dev <none> (no description available)
pn libboost-date-time1.37-dev <none> (no description available)
un libboost-dev <none> (no description available)
un libboost-filesystem-dev <none> (no description available)
ii libboost-filesystem1.35-dev 1.35.0-8ubuntu5 filesystem operations (portable paths, itera
un libboost-filesystem1.36-dev <none> (no description available)
pn libboost-filesystem1.37-dev <none> (no description available)
un libboost-graph-dev <none> (no description available)
ii libboost-graph1.35-dev 1.35.0-8ubuntu5 generic graph components and algorithms in C
un libboost-graph1.36-dev <none> (no description available)
pn libboost-graph1.37-dev <none> (no description available)
un libboost-iostreams-dev <none> (no description available)
ii libboost-iostreams1.35-dev 1.35.0-8ubuntu5 Boost.Iostreams Library development files
un libboost-iostreams1.36-dev <none> (no description available)
pn libboost-iostreams1.37-dev <none> (no description available)
un libboost-program-options-dev <none> (no description available)
ii libboost-program-options1.35-dev 1.35.0-8ubuntu5 program options library for C++
un libboost-program-options1.36-dev <none> (no description available)
pn libboost-program-options1.37-dev <none> (no description available)
un libboost-python-dev <none> (no description available)
ii libboost-python1.35-dev 1.35.0-8ubuntu5 Boost.Python Library development files
un libboost-python1.36-dev <none> (no description available)
pn libboost-python1.37-dev <none> (no description available)
un libboost-regex-dev <none> (no description available)
ii libboost-regex1.35-dev 1.35.0-8ubuntu5 regular expression library for C++
un libboost-regex1.36-dev <none> (no description available)
pn libboost-regex1.37-dev <none> (no description available)
un libboost-serialization-dev <none> (no description available)
ii libboost-serialization1.35-dev 1.35.0-8ubuntu5 serialization library for C++
un libboost-serialization1.36-dev <none> (no description available)
pn libboost-serialization1.37-dev <none> (no description available)
un libboost-signals-dev <none> (no description available)
ii libboost-signals1.35-dev 1.35.0-8ubuntu5 managed signals and slots library for C++
un libboost-signals1.36-dev <none> (no description available)
pn libboost-signals1.37-dev <none> (no description available)
ii libboost-system1.35-dev 1.35.0-8ubuntu5 Operating system (e.g. diagnostics support)
pn libboost-system1.37-dev <none> (no description available)
un libboost-test-dev <none> (no description available)
ii libboost-test1.35-dev 1.35.0-8ubuntu5 components for writing and executing test su
un libboost-test1.36-dev <none> (no description available)
pn libboost-test1.37-dev <none> (no description available)
un libboost-thread-dev <none> (no description available)
ii libboost-thread1.35-dev 1.35.0-8ubuntu5 portable C++ multi-threading
un libboost-thread1.36-dev <none> (no description available)
pn libboost-thread1.37-dev <none> (no description available)
un libboost-wave-dev <none> (no description available)
ii libboost-wave1.35-dev 1.35.0-8ubuntu5 C99/C++ preprocessor library
un libboost-wave1.36-dev <none> (no description available)
pn libboost-wave1.37-dev <none> (no description available)
ii libboost1.35-dev 1.35.0-8ubuntu5 Boost C++ Libraries development files
un libboost1.36-dev <none> (no description available)
pn libboost1.37-dev <none> (no description available)
Help!! - drifter911 - 02-09-2010
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??
oops - drifter911 - 02-09-2010
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
- joevenzon - 02-10-2010
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.
Hmmm... - drifter911 - 02-11-2010
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
* - drifter911 - 02-11-2010
and i am in intrepid ibex now not hardy
- joevenzon - 02-11-2010
They're in the wiki already; start from here:
http://wiki.vdrift.net/Compiling#Get_the_Code
|