View Issue Details

IDProjectCategoryView StatusLast Update
0000157Cinelerra-GGBugpublic2019-03-09 01:13
ReporterSam Assigned Togoodguy  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
OSOpenSuseOS VersionLeap 15 
Product Version2019-02 
Summary0000157: OpenSuse compiling error
DescriptionSince the last two or three updates I am not able to compile Cin-GG. Before that I started the build-script to see if all dependencies are solved and all required packages have been installed. All necessary packages have been installed.

The following error message appears when compiling:

checking dependency style of gcc... none
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
checking for gtk_init in -lm... no
configure: error: LV2 requires gtk+-2.0 support.
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden. Schluss.
TagsNo tags attached.

Activities

Sam

2019-03-08 23:38

administrator   ~0001108

I forgot to mention. So that I can compile, I have excluded LV2, so it does not hurry.

PhyllisSmith

2019-03-08 23:55

manager   ~0001109

'gtk+-2.0'

Specifically for the Calf-Studio LV2 plugins, the user's computer must have gtk-2-runtime installed, which seems to be automatically done already for most distros. The default build is --with-lv2=yes and requires that GTK-2-devel must be installed or the build will fail and notify you.

Sam

2019-03-09 00:33

administrator   ~0001110

It's written a little differently, so I didn't find it right away.
In OpenSuse it is written like this: gtk2-devel. The hyphen is after the number two. There is also a gtk-2, but no devel. A bit confusing, but now everything works fine.

PhyllisSmith

2019-03-09 01:13

manager   ~0001112

I will correct the manual documentation for the varied name so others are warned too.

Issue History

Date Modified Username Field Change
2019-03-08 23:34 Sam New Issue
2019-03-08 23:38 Sam Note Added: 0001108
2019-03-08 23:55 PhyllisSmith Note Added: 0001109
2019-03-08 23:55 PhyllisSmith Assigned To => goodguy
2019-03-08 23:55 PhyllisSmith Status new => assigned
2019-03-09 00:33 Sam Note Added: 0001110
2019-03-09 01:13 PhyllisSmith Status assigned => closed
2019-03-09 01:13 PhyllisSmith Resolution open => no change required
2019-03-09 01:13 PhyllisSmith Note Added: 0001112