LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-10-2004, 01:23 PM   #1
spideywebsling
Member
 
Registered: Jun 2004
Posts: 35

Rep: Reputation: 15
help on making tripwire


so im trying to make tripwire and.. i do make release and this is what happens

In file included from ../stlport/complex:40,
from complex.cpp:21:
../stlport/wrap_std/complex:16:39: ../g++-include/complex: No such file or directory
complex.cpp:26: error: syntax error before `&' token
complex.cpp: In function `float abs(...)':
complex.cpp:28: error: `__z' undeclared (first use this function)
complex.cpp:28: error: (Each undeclared identifier is reported only once for
each function it appears in.)
complex.cpp:28: error: `__STL_HYPOTF' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:31: error: syntax error before `&' token
complex.cpp: In function `double abs(...)':
complex.cpp:32: error: new declaration `double abs(...)'
complex.cpp:27: error: ambiguates old declaration `float abs(...)'
complex.cpp: In function `float abs(...)':
complex.cpp:33: error: `__STL_HYPOT' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:36: error: syntax error before `&' token
complex.cpp: In function `long double abs(...)':
complex.cpp:37: error: new declaration `long double abs(...)'
complex.cpp:32: error: ambiguates old declaration `double abs(...)'
complex.cpp: In function `float abs(...)':
complex.cpp: In function `float abs(...)':
complex.cpp:38: error: `__STL_HYPOTL' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:43: error: syntax error before `&' token
complex.cpp: In function `float arg(...)':
complex.cpp:45: error: `__STL_ATAN2F' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:48: error: syntax error before `&' token
complex.cpp: In function `double arg(...)':
complex.cpp:49: error: new declaration `double arg(...)'
complex.cpp:44: error: ambiguates old declaration `float arg(...)'
complex.cpp: In function `float arg(...)':
complex.cpp:50: error: `__STL_ATAN2' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:53: error: syntax error before `&' token
complex.cpp: In function `long double arg(...)':
complex.cpp:54: error: new declaration `long double arg(...)'
complex.cpp:49: error: ambiguates old declaration `double arg(...)'
complex.cpp: In function `float arg(...)':
complex.cpp:55: error: `__STL_ATAN2L' undeclared (first use this function)
complex.cpp: At global scope:
complex.cpp:60: error: syntax error before `float'
complex.cpp:65: error: syntax error before `double'
complex.cpp:70: error: syntax error before `long'
complex.cpp:79: error: syntax error before `::' token
complex.cpp:83: error: `__z2_i' was not declared in this scope
complex.cpp:83: error: `__z2_i' was not declared in this scope
complex.cpp:83: error: `__z2_i' was not declared in this scope
complex.cpp:85: error: syntax error before `if'
complex.cpp:87: error: `__z2_i' was not declared in this scope
complex.cpp:87: error: `__ratio' was not declared in this scope
complex.cpp:87: error: `__ratio' was not declared in this scope
complex.cpp:88: error: ISO C++ forbids declaration of `__res_r' with no type
complex.cpp:88: error: `__z1_r' was not declared in this scope
complex.cpp:88: error: `__ratio' was not declared in this scope
complex.cpp:88: error: `__z1_i' was not declared in this scope
complex.cpp:89: error: ISO C++ forbids declaration of `__res_i' with no type
complex.cpp:89: error: `__z1_i' was not declared in this scope
complex.cpp:89: error: `__ratio' was not declared in this scope
complex.cpp:89: error: `__z1_r' was not declared in this scope
complex.cpp:90: error: syntax error before `}' token
complex.cpp:93: error: redefinition of `float __denom'
complex.cpp:87: error: `float __denom' previously defined here
complex.cpp:93: error: `__z2_r' was not declared in this scope
complex.cpp:93: error: `__ratio' was not declared in this scope
complex.cpp:93: error: `__ratio' was not declared in this scope
***
plus about 100 more or so errors of the same degree
***
gmake[4]: *** [obj/GCC/Release/complex.o] Error 1
gmake[3]: *** [lib/libstlport_gcc.a] Error 2
gmake[2]: *** [../../lib/i686-pc-linux_r/libstlport_gcc.a] Error 2
gmake[1]: *** [STLport_r] Error 2



thats it... uhm... i assume its something with complex.cpp/.h? but...i dont know where to go from this point.

im on FC2
thanks
 
Old 07-10-2004, 02:26 PM   #2
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
spideywebsling

Found an rpm not used it but might be worth a try

Tripwire FC2 rpm


Pete
 
Old 07-10-2004, 03:04 PM   #3
spideywebsling
Member
 
Registered: Jun 2004
Posts: 35

Original Poster
Rep: Reputation: 15
awesome, thanks!!!!!!
im going to try these out on monday here at work and in like 10 minutes when i get home. ill get back to you.
thanks
 
Old 07-10-2004, 03:20 PM   #4
Pete M
Member
 
Registered: Aug 2003
Location: UK
Distribution: Redhat 9 FC 3 SUSE 9.2 SUSE 9.3 Gentoo 2005.0 Debian Sid
Posts: 657

Rep: Reputation: 32
spideywebsling

Hope it installs ok, get some beers in to edit the Policy File, took me quite a while

Here's the how-to I used

Tripwire How-to

Pete
 
Old 07-13-2004, 10:35 PM   #5
spideywebsling
Member
 
Registered: Jun 2004
Posts: 35

Original Poster
Rep: Reputation: 15
works great man, i appreciate it
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
About tripwire hinetvenkat Linux - Distributions 3 08-12-2005 08:47 AM
tripwire, where can I get it? linuxistan Linux - Networking 1 10-19-2004 10:12 PM
Tripwire Obie Linux - Security 2 09-23-2004 04:22 PM
tripwire help spideywebsling Linux - Security 1 07-09-2004 04:57 PM
tripwire reports /usr/sbin/tripwire changed alfaalfabeta Linux - Security 5 07-22-2003 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration