Author |
Message |
|
I'm trying to build genefer from the SVN repository on Assembla, and I have no idea what the three variables in the title should be in the makefile. |
|
|
Yves Gallot Volunteer developer Project scientist Send message
Joined: 19 Aug 12 Posts: 820 ID: 164101 Credit: 305,989,513 RAC: 1,728

|
I'm trying to build genefer from the SVN repository on Assembla, and I have no idea what the three variables in the title should be in the makefile.
The repository of the current version is genefer22. It can be compiled without Boinc.
The previous version of genefer on Assembla must be linked with Boinc. The client release of Boinc can be found here. |
|
|
|
The makefiles of genefer22 still contain references to BOINC. How should I edit the makefile in order to compile without BOINC? |
|
|
Yves Gallot Volunteer developer Project scientist Send message
Joined: 19 Aug 12 Posts: 820 ID: 164101 Credit: 305,989,513 RAC: 1,728

|
The makefiles of genefer22 still contain references to BOINC. How should I edit the makefile in order to compile without BOINC?
Oops!
Remove "-DBOINC $(BOINC_INC)" from CFLAGS
Remove "$(BOINC_LIB)" from link
|
|
|
|
I keep getting an error: "/usr/bin/ld: cannot find -lgmp"
The system is Arch Linux 6.2.2, and I have gmp 6.2.1 installed through pacman. |
|
|
|
I'm trying to find a binary for genefer22, but the latest change was committed over 3 months ago, and all artifacts have expired. |
|
|
Yves Gallot Volunteer developer Project scientist Send message
Joined: 19 Aug 12 Posts: 820 ID: 164101 Credit: 305,989,513 RAC: 1,728

|
I keep getting an error: "/usr/bin/ld: cannot find -lgmp"
The system is Arch Linux 6.2.2, and I have gmp 6.2.1 installed through pacman.
libgmp-dev should be installed. I never tested Arch Linux, the binary is generated with Ubuntu. |
|
|
Yves Gallot Volunteer developer Project scientist Send message
Joined: 19 Aug 12 Posts: 820 ID: 164101 Credit: 305,989,513 RAC: 1,728

|
I'm trying to find a binary for genefer22, but the latest change was committed over 3 months ago, and all artifacts have expired.
You can dowload binaries here. All versions are available. |
|
|