Git Product home page Git Product logo

Comments (10)

dbl001 avatar dbl001 commented on August 18, 2024 3

Update:

I had to install lua5.2-dev.

On Aug 4, 2015, at 3:22 AM, David Laxer [email protected] wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release ../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli <[email protected] mailto:[email protected]> wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 <[email protected] mailto:[email protected]> wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
<#13 #13>.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/ http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub #13 (comment).

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024 1

Also: if you're running Ubuntu, it is highly recommended to install ARGoS
through the package at http://argos-sim.info/core.php.

On Tue, Aug 4, 2015 at 1:48 AM, Carlo Pinciroli [email protected] wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 [email protected] wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
#13.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 [email protected] wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
#13.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

from argos3.

dbl001 avatar dbl001 commented on August 18, 2024

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release ../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli [email protected] wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 [email protected] wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
#13.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub #13 (comment).

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" [email protected] wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli [email protected]
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 [email protected] wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
#13.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>.


Reply to this email directly or view it on GitHub
#13 (comment).

from argos3.

dbl001 avatar dbl001 commented on August 18, 2024

I did and had the same problem with lua52.
After installing lua52-dev with apt-get, but the pre-compiled package as well as the source worked.

On Aug 4, 2015, at 5:33 AM, Carlo Pinciroli [email protected] wrote:

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" [email protected] wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli [email protected]
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 [email protected] wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
#13.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>.


Reply to this email directly or view it on GitHub
#13 (comment).


Reply to this email directly or view it on GitHub #13 (comment).

from argos3.

dbl001 avatar dbl001 commented on August 18, 2024

btw - ARGoS runs with the Anaconda stack on Ubuntu 14.04.

-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")

On Aug 4, 2015, at 6:54 AM, David Laxer [email protected] wrote:

I did and had the same problem with lua52.
After installing lua52-dev with apt-get, but the pre-compiled package as well as the source worked.

<Screen Shot 2015-08-04 at 6.53.59 AM.png>

On Aug 4, 2015, at 5:33 AM, Carlo Pinciroli <[email protected] mailto:[email protected]> wrote:

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" <[email protected] mailto:[email protected]> wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli <[email protected] mailto:[email protected]>
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 <[email protected] mailto:[email protected]> wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
<#13 #13>.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/ http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
#13 (comment) https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>.


Reply to this email directly or view it on GitHub
<#13 (comment) #13 (comment)>.


Reply to this email directly or view it on GitHub #13 (comment).

from argos3.

dbl001 avatar dbl001 commented on August 18, 2024

I’m currently running Ubuntu 14.04.2 LTS on an EC2 M3.Large server.
Can ARGoS and/or Buzz utilize a relatively older Kepler GPU?

On Aug 4, 2015, at 7:23 AM, David Laxer [email protected] wrote:

btw - ARGoS runs with the Anaconda stack on Ubuntu 14.04.2

-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")

On Aug 4, 2015, at 6:54 AM, David Laxer <[email protected] mailto:[email protected]> wrote:

I did and had the same problem with lua52.
After installing lua52-dev with apt-get, but the pre-compiled package as well as the source worked.

<Screen Shot 2015-08-04 at 6.53.59 AM.png>

On Aug 4, 2015, at 5:33 AM, Carlo Pinciroli <[email protected] mailto:[email protected]> wrote:

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" <[email protected] mailto:[email protected]> wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:
/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli <[email protected] mailto:[email protected]>
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 <[email protected] mailto:[email protected]> wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1 /usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
<#13 #13>.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/ http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
#13 (comment) https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>.


Reply to this email directly or view it on GitHub
<#13 (comment) #13 (comment)>.


Reply to this email directly or view it on GitHub #13 (comment).

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Consider that Lua is optional for ARGoS, so that should not prevent you
from using it.
I'm puzzled by all these problems you're encountering. I have installed
ARGoS on hundreds of computers without issues. Probably if I had access to
the computer I'd be able to spot the issue. With the information you're
providing me, I don't know how to reproduce the problem. My virtual
machines work perfectly.

On Tue, Aug 4, 2015 at 10:23 AM, dbl001 [email protected] wrote:

btw - ARGoS runs with the Anaconda stack on Ubuntu 14.04.

-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")

On Aug 4, 2015, at 6:54 AM, David Laxer [email protected] wrote:

I did and had the same problem with lua52.
After installing lua52-dev with apt-get, but the pre-compiled package as
well as the source worked.

<Screen Shot 2015-08-04 at 6.53.59 AM.png>

On Aug 4, 2015, at 5:33 AM, Carlo Pinciroli <[email protected]
mailto:[email protected]> wrote:

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" <[email protected] <mailto:
[email protected]>> wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently
installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio

ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:~/argos3/build$ cmake -DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in

/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in

/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:~/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli <
[email protected] mailto:[email protected]>
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 <[email protected]
mailto:[email protected]> wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/,
PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1
/usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
<#13 <
https://github.com/ilpincy/argos3/issues/13>>.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/ http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
#13 (comment) <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>>.


Reply to this email directly or view it on GitHub
<#13 (comment) <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127558095>>.


Reply to this email directly or view it on GitHub <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127586073>.


Reply to this email directly or view it on GitHub
#13 (comment).

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

from argos3.

ilpincy avatar ilpincy commented on August 18, 2024

Yes, I run it on old computers and it works reasonably.

On Tue, Aug 4, 2015 at 11:08 AM, dbl001 [email protected] wrote:

I’m currently running Ubuntu 14.04.2 LTS on an EC2 M3.Large server.
Can ARGoS and/or Buzz utilize a relatively older Kepler GPU?

On Aug 4, 2015, at 7:23 AM, David Laxer [email protected] wrote:

btw - ARGoS runs with the Anaconda stack on Ubuntu 14.04.2

-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")

On Aug 4, 2015, at 6:54 AM, David Laxer <[email protected] <mailto:
[email protected]>> wrote:

I did and had the same problem with lua52.
After installing lua52-dev with apt-get, but the pre-compiled package
as well as the source worked.

<Screen Shot 2015-08-04 at 6.53.59 AM.png>

On Aug 4, 2015, at 5:33 AM, Carlo Pinciroli <[email protected]
mailto:[email protected]> wrote:

Why don't you use the precompiled package?
On Aug 4, 2015 6:23 AM, "dbl001" <[email protected] <mailto:
[email protected]>> wrote:

Same problem:

-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)

ubuntu@ip-10-0-1-107:/argos3/build$ sudo apt-get remove lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer
required:
linux-headers-3.13.0-49 linux-headers-3.13.0-49-generic
linux-image-3.13.0-49-generic linux-image-extra-3.13.0-49-generic
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
lua5.1
0 upgraded, 0 newly installed, 1 to remove and 277 not upgraded.
After this operation, 337 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 298796 files and directories currently
installed.)
Removing lua5.1 (5.1.5-5ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
ubuntu@ip-10-0-1-107:
/argos3/build$ lua -v

Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/, PUC-Rio
ubuntu@ip-10-0-1-107:/argos3/build$ ls
argos3 CMakeFiles Doxyfile_standalone
argos3.conf cmake_install.cmake Makefile
argos3.desktop core plugins
argos3_simulator.pc CPackConfig.cmake postinst
argos_post_install.sh CPackSourceConfig.cmake setup_env.sh
argos.SlackBuild doinst.sh slack-desc
CMakeCache.txt Doxyfile_embedded testing
ubuntu@ip-10-0-1-107:
/argos3/build$ rm CMakeCache.txt
ubuntu@ip-10-0-1-107:~/argos3/build$ cmake
-DCMAKE_BUILD_TYPE=Release
../src
-- GCC/G++ version >= 4.3
-- Found DLFCN: /usr/lib/x86_64-linux-gnu/libdl.so
-- Found Pthreads: /usr/lib/x86_64-linux-gnu/libpthread.so
-- GSL using gsl-config /usr/bin/gsl-config
-- Using GSL from /usr
-- Could NOT find GooglePerfTools (missing: GOOGLEPERFTOOLS_LIBRARY
GOOGLEPERFTOOLS_INCLUDE_DIR)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- Found ASCIIDoc: /usr/bin/asciidoc
-- Could NOT find Lua52 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /home/ubuntu/anaconda/bin/qmake (found version "4.8.6")
-- Looking for XOpenDisplay in

/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in

/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so -
found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found GLUT: /usr/lib/x86_64-linux-gnu/libglut.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/argos3/build
ubuntu@ip-10-0-1-107:~/argos3/build$

On Aug 3, 2015, at 10:49 PM, Carlo Pinciroli <
[email protected] mailto:[email protected]>
wrote:

Delete lua5.1. It conflicts with Lua5.2.

On Tue, Aug 4, 2015 at 1:14 AM, dbl001 <[email protected]
mailto:[email protected]> wrote:

Hi,

I'm running on Ubuntu 14.04.2 on an EC2 instance.

ubuntu@ip-10-0-1-107:/argos3/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
ubuntu@ip-10-0-1-107:
/argos3/build$

ubuntu@ip-10-0-1-107:/argos3/build$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org http://lua.org/,
PUC-Rio
ubuntu@ip-10-0-1-107:
/argos3/build$ which lua
/usr/bin/lua

ubuntu@ip-10-0-1-107:~/argos3/build$ whereis lua
lua: /usr/bin/lua5.2 /usr/bin/lua /usr/bin/lua5.1
/usr/bin/X11/lua5.2
/usr/bin/X11/lua /usr/bin/X11/lua5.1 /usr/share/man/man1/lua.1.gz

Any ideas?


Reply to this email directly or view it on GitHub
<#13 <
https://github.com/ilpincy/argos3/issues/13>>.

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/ http://carlo.pinciroli.net/

Reply to this email directly or view it on GitHub <
#13 (comment) <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127486421>>.


Reply to this email directly or view it on GitHub
<#13 (comment)
#13 (comment)>.


Reply to this email directly or view it on GitHub <
https://github.com/ilpincy/argos3/issues/13#issuecomment-127586073>.


Reply to this email directly or view it on GitHub
#13 (comment).

Carlo Pinciroli, Ph.D.
http://carlo.pinciroli.net/

from argos3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.