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
|
|
|