Terim1 / zinba

Automatically exported from code.google.com/p/zinba
0 stars 0 forks source link

Compile error on package install #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1) What operating system are you using?

Distributor ID: Ubuntu
Description:    Ubuntu 14.04.1 LTS
Release:        14.04
Codename:       trusty

2) What error message was displayed?

errCatch.c: In function ‘errCatchFinish’:
errCatch.c:93:2: error: format not a string literal and no format arguments 
[-Werror=format-security]
  warn(errCatch->message->string);
  ^
cc1: some warnings being treated as errors
make: *** [errCatch.o] Error 1
ERROR: compilation failed for package ‘zinba’

3) What was the exact command you used that resulted in the error?

R CMD INSTALL zinba_2.02.03.tar.gz

4) Please copy and paste any additional screen output that resulted from
running the command

Compiler version:
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2

Original issue reported on code.google.com by tatsu23...@gmail.com on 9 Feb 2015 at 8:22

GoogleCodeExporter commented 8 years ago
Try using the fix suggested for issue 72: 
https://code.google.com/p/zinba/issues/detail?id=72#makechanges

This worked for me

Original comment by lichtenb...@msseeker.org on 27 Mar 2015 at 4:01