Mailinglist Archive: opensuse-programming-de (42 mails)
| < Previous | Next > |
[opensuse-programming-de] Compiler error in necpp
- From: "Sascha 'saigkill' Manns" <samannsml@xxxxxxxxxxxxx>
- Date: Sun, 15 Nov 2009 20:24:50 +0100
- Message-id: <200911152024.50775@xxxxxxxxxxxxxxxxxxx>
Hallo Leute,
beim kompilieren des neuen necpp stoße ich auf einen Error:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fmessage-length=0 -O2 -
Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
fasynchronous-unwind-tables -MT libnecpp_la-c_geometry.lo -MD -MP -MF
.deps/libnecpp_la-c_geometry.Tpo -c c_geometry.cpp -fPIC -DPIC -o
.libs/libnecpp_la-c_geometry.o
c_geometry.cpp: In member function 'void
c_geometry::geometry_complete(nec_context*, int, int)':
c_geometry.cpp:505: error: 'uint32_t' was not declared in this scope
c_geometry.cpp:505: error: expected ';' before 'i'
c_geometry.cpp:505: error: 'i' was not declared in this scope
c_geometry.cpp:508: error: expected ';' before 'j'
c_geometry.cpp:508: error: 'j' was not declared in this scope
Der Übersicht halber habe ich die betreffede Zeile in Pastebin gepostet:
http://pastebin.ca/1672443.
Hat jemand ne Idee?
--
Sincerely yours
Sascha Manns
openSUSE Member
openSUSE Ambassador
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Blog: http://saigkill.wordpress.com
ClaimID: http://claimid.com/saigkill
--
To unsubscribe, e-mail: opensuse-programming-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming-de+help@xxxxxxxxxxxx
beim kompilieren des neuen necpp stoße ich auf einen Error:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fmessage-length=0 -O2 -
Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -
fasynchronous-unwind-tables -MT libnecpp_la-c_geometry.lo -MD -MP -MF
.deps/libnecpp_la-c_geometry.Tpo -c c_geometry.cpp -fPIC -DPIC -o
.libs/libnecpp_la-c_geometry.o
c_geometry.cpp: In member function 'void
c_geometry::geometry_complete(nec_context*, int, int)':
c_geometry.cpp:505: error: 'uint32_t' was not declared in this scope
c_geometry.cpp:505: error: expected ';' before 'i'
c_geometry.cpp:505: error: 'i' was not declared in this scope
c_geometry.cpp:508: error: expected ';' before 'j'
c_geometry.cpp:508: error: 'j' was not declared in this scope
Der Übersicht halber habe ich die betreffede Zeile in Pastebin gepostet:
http://pastebin.ca/1672443.
Hat jemand ne Idee?
--
Sincerely yours
Sascha Manns
openSUSE Member
openSUSE Ambassador
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Blog: http://saigkill.wordpress.com
ClaimID: http://claimid.com/saigkill
--
To unsubscribe, e-mail: opensuse-programming-de+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming-de+help@xxxxxxxxxxxx
| < Previous | Next > |