[Kicad-developers] GLEW not found by cmake + fix

2013-11-02 Thread Edwin van den Oetelaar
Running a very common Ubuntu 12.4.3 building from repo did not work.
Could not find the GLEW library.
Adding this patch fixed it.
Greetings,
Edwin van den Oetelaar

bzr diff
=== modified file 'CMakeModules/FindGLEW.cmake'
--- CMakeModules/FindGLEW.cmake 2013-08-27 08:32:39 +
+++ CMakeModules/FindGLEW.cmake 2013-11-02 11:13:42 +
@@ -67,6 +67,8 @@
 FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW
   /usr/openwin/lib
   /usr/X11R6/lib
+  /usr/lib
+  /usr/lib/x86_64-linux-gnu
 )

   ENDIF (APPLE)
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] GLEW not found by cmake + fix

2013-11-04 Thread Maciej SumiƄski

Hi Edwin,

Thank you for the patch, hopefully it will get commited soon. I did not 
even expect /usr/lib has to be added explicitly, but if it solves the 
issue - why not?


Regards,
Orson

On 11/02/2013 12:35 PM, Edwin van den Oetelaar wrote:

Running a very common Ubuntu 12.4.3 building from repo did not work.
Could not find the GLEW library.
Adding this patch fixed it.
Greetings,
Edwin van den Oetelaar

bzr diff
=== modified file 'CMakeModules/FindGLEW.cmake'
--- CMakeModules/FindGLEW.cmake2013-08-27 08:32:39 +
+++ CMakeModules/FindGLEW.cmake2013-11-02 11:13:42 +
@@ -67,6 +67,8 @@
  FIND_LIBRARY( GLEW_GLEW_LIBRARY GLEW
/usr/openwin/lib
/usr/X11R6/lib
+  /usr/lib
+  /usr/lib/x86_64-linux-gnu
  )
ENDIF (APPLE)



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] GLEW not found by cmake + fix

2013-11-05 Thread Dick Hollenbeck
On 11/02/2013 06:35 AM, Edwin van den Oetelaar wrote:
> Running a very common Ubuntu 12.4.3 building from repo did not work.
> Could not find the GLEW library.
> Adding this patch fixed it.

Committed in 4437, thanks.

Please put [PATCH] in subject at its begining next time.



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp