- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在运行 armbian (Jessie) 桌面镜像 (5.11) 的 orangepi 上编译(参见 1)时遇到问题。
我已经设置了一个 Makefile(见 2),它运行良好,除了链接调用。
我的 main.cpp 文件目前只包含 ogles_gpgpu 主头文件。
在链接过程中经常发生以下错误。
g++ -o main main.cpp *.o -O0 -g -D__ORANGEPIPC__ -I./ogles_gpgpu -I./ogles_gpgpu/common/ -I./ogles_gpgpu/common/gl -L/usr/lib/mali -lGLESv2 -lEGL -lGL -lglut -lGLEW -lm
In file included from ogles_gpgpu/common/../platform/orangepipc/gl_includes.h:15:0,
from ogles_gpgpu/common/common_includes.h:23,
from ogles_gpgpu/ogles_gpgpu.h:20,
from main.cpp:19:
/usr/include/GLES2/gl2ext.h:761:15: error: expected ‘)’ before ‘*’ token
typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
^
/usr/include/GLES2/gl2ext.h:762:15: error: expected ‘)’ before ‘*’ token
typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
^
最佳答案
我认为您有重复的标题 GL/glew.h
和/或 GL/glut.h
.
在您的 main.cpp
中使用以下标题,它编译得很好:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "ogles_gpgpu/ogles_gpgpu.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <GL/glew.h>
#include <GL/glut.h>
#include "ogles_gpgpu/ogles_gpgpu.h"
关于compiler-errors - OrangePi Armbian ogles_gpgpu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38424263/
我在运行 armbian (Jessie) 桌面镜像 (5.11) 的 orangepi 上编译(参见 1)时遇到问题。 我已经设置了一个 Makefile(见 2),它运行良好,除了链接调用。 我的
root@orangepilite:~# php -e 'phpInfo();' | grep -i mysqli PHP Warning: PHP Startup: Unable to load d
我正在尝试将我的 orangepi 配置为使用不同的 wifi 适配器连接到 wifi 热点。 在我的 Netplan /etc/netplan/armbian-default.yaml 中配置单个
我在 NanoPi-NEO Core2 上运行 Armbian Stretch,我正在尝试安装 mono-complete。整个安装运行良好,但最后的后记将尝试预编译一些程序集。他们中的大多数工作正常
我尝试在 BananaPI + Armbian 5.65 上使用 BME680 传感器,并在同一 i2c 上使用 TSL 2651,但没有成功。(作为引用,非常相同的配置也不适用于 RPi) 传感器单
我正在尝试在 Armbian Focal (Ubuntu 20.04) 或 Buster (Debian 10) 上安装 .Net 5 运行时,在 Orange Pi Zero 上运行。 所以我在这里
现在使用旧方法 gpio-sunxi 如何在 OrangePi PC plus ( SoC H3 ) 上访问 Armbian 3.4.113 上的 GPIO并编辑 .fex -file 已过时(想分享
我是一名优秀的程序员,十分优秀!