Jump to content
  • entries
    940
  • comments
    5,894
  • views
    863,988
 Share

6 Comments


Recommended Comments

Seen this FlushKeys not working in linux, but decided to investigate this at later date thinking is something with my code, good is fixed.

Ill update to 4.5 linux today a bit later (have ubuntu 16.04 with 4.4), will put feedback here if i have problems.

Link to comment

Get these errors now, Visual Studio 2017

Severity    Code    Description    Project    File    Line    Suppression State
Error    C1083    Cannot open include file: 'GL/glu.h': No such file or directory    twothousandseventeentest    c:\program files (x86)\steam\steamapps\common\leadwerks\include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error    C1083    Cannot open include file: 'GL/glu.h': No such file or directory    twothousandseventeentest    c:\program files (x86)\steam\steamapps\common\leadwerks\include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error (active)    E1696    cannot open source file "gdiplus.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Classes\Window.win32.h    15    
Error (active)    E1696    cannot open source file "GL/glu.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error (active)    E1696    cannot open source file "qos.h"    twothousandseventeentest    c:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\um\WinSock2.h    882    
Error (active)    E1696    cannot open source file "Shlobj.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\FileSystem.h    6    
Error (active)    E1696    cannot open source file "Windowsx.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Classes\Window.win32.h    12    
 

Link to comment
34 minutes ago, SlicedBread said:

Get these errors now, Visual Studio 2017

Severity    Code    Description    Project    File    Line    Suppression State
Error    C1083    Cannot open include file: 'GL/glu.h': No such file or directory    twothousandseventeentest    c:\program files (x86)\steam\steamapps\common\leadwerks\include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error    C1083    Cannot open include file: 'GL/glu.h': No such file or directory    twothousandseventeentest    c:\program files (x86)\steam\steamapps\common\leadwerks\include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error (active)    E1696    cannot open source file "gdiplus.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Classes\Window.win32.h    15    
Error (active)    E1696    cannot open source file "GL/glu.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Libraries\glew-1.6.0\include\GL\glew.h    1180    
Error (active)    E1696    cannot open source file "qos.h"    twothousandseventeentest    c:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\um\WinSock2.h    882    
Error (active)    E1696    cannot open source file "Shlobj.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\FileSystem.h    6    
Error (active)    E1696    cannot open source file "Windowsx.h"    twothousandseventeentest    c:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Classes\Window.win32.h    12    
 

Do you not have Windows 10?

Link to comment

Manged to build simple project for 4.5 with no problem with ubuntu 16.04.Have cmake file derived from codeblock file.

-D_GLIBCXX_USE_CXX11_ABI=1 i have this in CXXFLAGS, if this is 0 you get tons of error about abi.

  • Thanks 2
  • Upvote 1
Link to comment
On 12/18/2017 at 11:12 AM, aiaf said:

Manged to build simple project for 4.5 with no problem with ubuntu 16.04.Have cmake file derived from codeblock file.

-D_GLIBCXX_USE_CXX11_ABI=1 i have this in CXXFLAGS, if this is 0 you get tons of error about abi.

Damn dude. You just saved the day.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...